POST v6/locationrole/save
Create or Update an Existing LocationRole
Request Information
URI Parameters
None.
Body Parameters
LocationRoleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationRoleId |
LocationRoleId |
integer |
None. |
| LocationRole |
LocationRole |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"locationRoleId": 1,
"locationRole": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.