POST api/{corp}/Locations
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| corp | string |
Required |
Body Parameters
authlocations| Name | Description | Type | Additional information |
|---|---|---|---|
| auth | user_auth |
None. |
|
| locations | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"auth": {
"user_name": "sample string 1",
"passwd": "sample string 2"
},
"locations": [
"sample string 1",
"sample string 2"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1