GET api/{corp}/LocationsIncrement?lastSync={lastSync}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| corp | string |
Required |
|
| lastSync | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of location| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| loc_name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"loc_name": "sample string 2"
},
{
"id": 1,
"loc_name": "sample string 2"
}
]