Create an agency address

post

/fscmRestApi/resources/11.13.18.05/publicSectorAgencyAddresses

Request

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.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
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: 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.
  • 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