POST v6/locationGroup/location/save
Request Information
URI Parameters
None.
Body Parameters
LocationGroupLocationModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationGroupLocationId | integer |
None. |
|
| LocationGroupId | integer |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"locationGroupLocationId": 1,
"locationGroupId": 2,
"locationId": 3
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.