GET api/v1/orders/{orderId}/areas/{areaId}/repairs/{id}
Endpoint that retrieves an order repair by 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
Name | Description | Type | Additional information |
---|---|---|---|
orderId |
Order Id |
integer |
Required |
areaId |
Area Id |
integer |
Required |
id |
Unique Repair Id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An object that contains a repair
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.