GET api/ReplicationData2/Location_GetAll?PrivateKey={PrivateKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PrivateKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LstLocationEcom| Name | Description | Type | Additional information |
|---|---|---|---|
| MessCode | integer |
None. |
|
| MessContent | string |
None. |
|
| TotalRecord | integer |
None. |
|
| SessTran | string |
None. |
|
| LstLocationEcomItem | Collection of LocationEcom |
None. |
Response Formats
application/json, text/json
Sample:
{
"MessCode": 1,
"MessContent": "sample string 2",
"TotalRecord": 3,
"SessTran": "sample string 4",
"LstLocationEcomItem": [
{
"LocCode": "sample string 1",
"LocName": "sample string 2",
"City": "sample string 3",
"Address": "sample string 4",
"Area": "sample string 5"
},
{
"LocCode": "sample string 1",
"LocName": "sample string 2",
"City": "sample string 3",
"Address": "sample string 4",
"Area": "sample string 5"
}
]
}