POST v6/location/customer/save
Request Information
URI Parameters
None.
Body Parameters
LocationCustomerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationCustomerId | integer |
None. |
|
| LocationId | integer |
None. |
|
| MappedLocationName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"locationCustomerId": 1,
"locationId": 2,
"mappedLocationName": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.