Search Repair Orders

Search terms are executed using "contains" operator. To search for a Repair Order that contains 1234 in its PO number and 5678 in its part number, you would enter { "and": [{ "key": "referenceNumbers.po", "value": "1234" }, { "key": "partNumber", "value": "1234" }]}. Index and count are used for paging results. Results are limited to a maximum of 5000 records.

Language
URL
Click Try It! to start a request and see the response here!