GET api/RecoverAndReassignCart/GetAllLocationContext
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LocationContext| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IsActive | boolean |
None. |
|
| LocationCode | string |
None. |
|
| LocationContextCode | string |
None. |
|
| IsNew | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"IsActive": true,
"LocationCode": "sample string 3",
"LocationContextCode": "sample string 4",
"IsNew": true
},
{
"Id": 1,
"IsActive": true,
"LocationCode": "sample string 3",
"LocationContextCode": "sample string 4",
"IsNew": true
}
]