POST v6/location/zone/save

Request Information

URI Parameters

None.

Body Parameters

LocationZoneModelv6
NameDescriptionTypeAdditional information
LocationZoneId

integer

None.

LocationId

integer

None.

ZoneName

string

None.

ZoneCategoryId

integer

None.

IsLoading

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "locationZoneId": 1,
  "locationId": 2,
  "zoneName": "sample string 3",
  "zoneCategoryId": 4,
  "isLoading": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.