POST v6/locationGroup/save
Request Information
URI Parameters
None.
Body Parameters
LocationGroupModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationGroupId | integer |
None. |
|
| LocationGroup | string |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"locationGroupId": 1,
"locationGroup": "sample string 2",
"isActive": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.