POST v6/location/customer/save

Request Information

URI Parameters

None.

Body Parameters

LocationCustomerModel
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.