Get the list of extended property mapping values.
POST
| Type | Field Name | Description |
|---|
Guid | AuthorizationToken | Authorization token uniquely identifying each integration profile |
{
"AuthorizationToken": "a8e53e86eead4b69beaa0afcc29b67fb"
}
| Field Name | Type | Description |
|---|
| PropertyTitle | String | Property title |
| PropertyName | String | Property Name ( MAX255 chars) |
| PropertyDescription | String | Property Description |
| PropertyType | String | Property Type: ORDER, ITEM |
{
"Items": [
{
"PropertyTitle": "Safe Place note",
"PropertyName": "SafePlace1",
"PropertyDescription": "Safe place note for delivery",
"PropertyType": "ORDER"
},
{
"PropertyTitle": "Extended Cover flag",
"PropertyName": "ExtendedCover",
"PropertyDescription": "Some description",
"PropertyType": "ITEM"
}
],
"IsError": false,
"ErrorMessage": null
}