POST api/v1/orders/{orderId}/areas
Endpoint that creates a new order area.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orderId |
Order Id |
integer |
Required |
Body Parameters
Basic Property Area
PropertyAreaBasicInformationName | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.