Update an agency address

patch

/fscmRestApi/resources/11.13.18.05/publicSectorAgencyAddresses/{publicSectorAgencyAddressesUniqID}

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key--- AgencyId and AgencyAddressId ---for the Agency Addresses resource and used to uniquely identify an instance of Agency Addresses. The client should not generate the hash key value. Instead, the client should query on the Agency Addresses collection resource with a filter on the primary key values in order to navigate to a specific instance of Agency Addresses.

    For example: publicSectorAgencyAddresses?q=AgencyId=<value1>;AgencyAddressId=<value2>
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Title: Address
    Maximum Length: 240
    The first address line of the agency address.
  • Title: Address
    Maximum Length: 240
    The second address line of the agency address.
  • Title: Address
    Maximum Length: 240
    The third address line of the agency address.
  • Title: Address
    Maximum Length: 240
    The fourth address line of the agency address.
  • Title: Address ID
    Maximum Length: 32
    The unique identifier of the address. Value is mandatory and is entered by the user when the address is created.
  • Title: Agency ID
    The unique identifier of the agency. Value is mandatory and is defined by the user during a create action. The identifier of the first agency defined must be 1.
  • Title: City
    Maximum Length: 60
    The name of the city as part of the agency address.
  • Title: Country
    Maximum Length: 3
    The name of the country as part of the agency address.
  • Title: County
    Maximum Length: 60
    The name of the county as part of the agency address.
  • Title: Postal Plus 4 Code
    Maximum Length: 10
    The postal code plus four as part of the agency address.
  • Title: Primary
    Maximum Length: 1
    Indicates whether the address is the primary address of the agency. A value of Y means the address is primary. Default value is N.
  • Title: Province
    Maximum Length: 60
    The name of the province as part of the agency address.
  • Title: State
    Maximum Length: 60
    The name of the state as part of the agency address.
  • Title: From Date
    The first day that the address may be used.
  • Title: To Date
    The last day that the address may be used.
  • Title: Postal Code
    Maximum Length: 60
    The postal code as part of the agency address.
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : publicSectorAgencyAddresses-item-response
Type: object
Show Source
  • Title: Address
    Maximum Length: 240
    The first address line of the agency address.
  • Title: Address
    Maximum Length: 240
    The second address line of the agency address.
  • Title: Address
    Maximum Length: 240
    The third address line of the agency address.
  • Title: Address
    Maximum Length: 240
    The fourth address line of the agency address.
  • Title: Address ID
    Maximum Length: 32
    The unique identifier of the address. Value is mandatory and is entered by the user when the address is created.
  • Title: Address ID
    The unique identifier of the address. Value is mandatory and is system-generated when the address is created. ID is not displayed to the user.
  • Title: Agency ID
    The unique identifier of the agency. Value is mandatory and is defined by the user during a create action. The identifier of the first agency defined must be 1.
  • Title: City
    Maximum Length: 60
    The name of the city as part of the agency address.
  • Title: Country
    Maximum Length: 3
    The name of the country as part of the agency address.
  • Title: County
    Maximum Length: 60
    The name of the county as part of the agency address.
  • Read Only: true
    Maximum Length: 64
    The user who created the agency address.
  • Read Only: true
    The date and time that the agency addess was created.
  • Read Only: true
    The last date and time that the agency address was updated.
  • Read Only: true
    Maximum Length: 64
    The user who last updated the agency address.
  • Links
  • Title: Postal Plus 4 Code
    Maximum Length: 10
    The postal code plus four as part of the agency address.
  • Title: Primary
    Maximum Length: 1
    Indicates whether the address is the primary address of the agency. A value of Y means the address is primary. Default value is N.
  • Title: Province
    Maximum Length: 60
    The name of the province as part of the agency address.
  • Title: State
    Maximum Length: 60
    The name of the state as part of the agency address.
  • Title: From Date
    The first day that the address may be used.
  • Title: To Date
    The last day that the address may be used.
  • Title: Postal Code
    Maximum Length: 60
    The postal code as part of the agency address.
Back to Top