GET api/v1/orders/{orderId}/areas/{areaId}/repairs

Endpoint that retrieves all the repairs by the area Id. There are two types of repairs, catalog based and custom based repairs. The first ones are created by selecting existing categories and subcategories. The second ones are created by the users. Custom repairs are identified by itemXREF=99999 and they required unit of measure (ItemUM), which can be modified at a later update.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderId

Order Id

integer

Required

areaId

Area Id - If set to zero, all repair items will be returned

integer

Required

Body Parameters

None.

Response Information

Resource Description

Returns repairs entities.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.