For AI agents: visit https://evy.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
JSON
{
"object": "repair",
"id": "ac32d01d-265d-47a7-a31c-c3aba1423250",
"contract_id": "e5332246-7953-4160-b240-bfe1c9cf7874",
"customer_repair_id": "RPR-1AS5RBST",
"declined_reason": null,
"check_device_ok": true,
"order_id": "e69a2187-becd-4b65-962d-6009aa387594",
"status": "processing",
"store_id": "21d35798-c86f-491c-a5a0-65212824d6f1"
}
name type description object string Fixed value "repair" - identifies the resource type. id string Unique identifier of the repair. contract_id string ID of the contract linked to this repair. customer_repair_id string customer_contract_id of the contract linked to this repair.declined_reason string Reason the repair has been declined (if applicable). check_device_ok bool Indicates if the device checks have been successful. order_id string ID of the order linked to this repair. status enum: "new", "settled", "withdrawn", "declined" Current processing status of the repair. store_id string ID of the store associated with the repair.