The service order object

The Service Order object represents a service action initiated for a product. It contains details about the request, its status, associated entities, and operational tracking fields.

{
  "object":          "service_order",
  "id":              "792e6147-adc4-4b01-8ff8-b5ed0b6375f7",
  "claim_id":        "a847b248-b946-45bd-b0d0-339ce9e5ab48",
  "repair_id":       null,
  "declined_reason": null,
  "servicer_name":   "evy-sandbox",
  "status":          "awaiting_product",
  "type":            "repair"
}

Attributes

nametypedescription
objectstringFixed value "service_order" - identifies the resource type.
idstringUnique identifier of the service order.
claim_idstringIdentifier of the claim this service order is related to. Exactly one of claim_id or repair_id is set.
repair_idstringIdentifier of the repair this service order is related to. Exactly one of claim_id or repair_id is set.
declined_reasonstringReason why the service order was declined. Present only when status is "declined".
servicer_namestringName of the servicer that will handle the service order.
statusenum: "open", "awaiting_product_unlock", "awaiting_product", "product_received", "waiting_for_parts", "processing", "declined", "completed", "closed", "cancelled", "withdrawn"Current status of the service order.
typeenum: "repair", "diagnosis", "recycling"Type of service order.