POST AssetLocation/Save
Saves the specified Asset Location.
Request Information
URI Parameters
None.
Body Parameters
The Asset Location.
Asset LocationName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
None. |
|
Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "Description": "sample string 2" }
Response Information
Resource Description
Asset LocationName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
None. |
|
Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "Description": "sample string 2" }