TAG LINE
SMALL TITLE
id | "id": 8 Type: Number This is the unique numeric identifier for the CountryAddressFormat |
ownerId | "ownerId": 12 Type: Number Unique identifier for the associated Owner object. |
name | "name": "Hello World" Type: String |
isStateRequired | "isStateRequired": true Type: Boolean |
isStateVisible | "isStateVisible": true Type: Boolean |
isCityRequired | "isCityRequired": true Type: Boolean |
isCityVisible | "isCityVisible": true Type: Boolean |
isAddress2Visible | "isAddress2Visible": true Type: Boolean |
isZipCodeRequired | "isZipCodeRequired": true Type: Boolean |
isZipCodeVisible | "isZipCodeVisible": true Type: Boolean |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
DELETE | api/v2/Country/AddressFormat/{id:int} |
Delete an instance of the CountryAddressFormat object. |
GET | api/v2/Country/AddressFormat |
Retrieve all of the CountryAddressFormat objects. |
GET | api/v2/Country/AddressFormat/Paged |
Retreive all of the CountryAddressFormat objects in a paged fashion. |
GET | api/v2/Country/AddressFormat/{id:int} |
Retrieve an instance of the CountryAddressFormat object by it's ID. | |
{id:int} | Unique identifier for the CountryAddressFormat object. |
POST | api/v2/Country/AddressFormat |
Create a new instance of the CountryAddressFormat object. |
PUT | api/v2/Country/AddressFormat/{id:int} |
Update an existing instance of the CountryAddressFormat object. |