POST location/{apiKey}/add
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
None. |
Body Parameters
InsertLocationModelName | Description | Type | Additional information |
---|---|---|---|
LocationName | string |
None. |
|
ParentLocationID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "LocationName": "sample string 1", "ParentLocationID": 1 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
LocationAddResultName | Description | Type | Additional information |
---|---|---|---|
LocationID | integer |
None. |
|
status | string |
None. |
|
request_length | decimal number |
None. |
|
message | string |
None. |
|
ipaddress | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "LocationID": 1, "status": "sample string 2", "request_length": 3.1, "message": "sample string 4", "ipaddress": "sample string 5" }