POST api/v1/orders/{orderId}/areas

Endpoint that creates a new order area.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderId

Order Id

integer

Required

Body Parameters

Basic Property Area

PropertyAreaBasicInformation
NameDescriptionTypeAdditional information
AreaType

eAreaTypeProjectEstimator

Required

AreaLabel

string

None.

Notes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "areaType": 0,
  "areaLabel": "sample string 1",
  "notes": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.