POST api/{corp}/Locations

Request Information

URI Parameters

NameDescriptionTypeAdditional information
corp

string

Required

Body Parameters

authlocations
NameDescriptionTypeAdditional 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

integer

Response Formats

application/json, text/json

Sample:
1