Update Repair Order

post

/{repairOrderId}/

Update a repair order's header information. Service lines can be added or updated using the serviceline endpoints

Resource Details

Security

Category

Repair order

Request

Path Parameters

Parameter Type Description Required

Header Parameters

Parameter Type Description Required
Request-Id string A correlation ID that should be returned back to the caller to indicate the return of the given request Yes
If-Match string Makes the resource update request conditional. The checksum value presented with If-Match must match the current ETag value of the resource. Yes
Subscription-Id string The Fortellis Marketplace subscription identifier between a user entity and the solution. For sample responses use the Subscription-Id 'test'. Yes
Authorization string Provide authorization to access Fortellis APIs. This must be an OAuth 2.0 token for calling a Fortellis Provider but you may call the simulator platform with basic auth using your API key and secret. Yes

Request Body Structure

Expand All
Collapse All

Request Body Example

Response

Response Body Structure

Expand All
Collapse All

Response Body Example

Response Error Details

HTTP Code Description
400 400 - Bad Request
401 401 - Unauthorized
403 403 - Forbidden
404 404 - Not Found

Try It Out

  • Request-Id
    (required)

    (string) A correlation ID that should be returned back to the caller to indicate the return of the given request

  • If-Match
    (required)

    (string) Makes the resource update request conditional. The checksum value presented with If-Match must match the current ETag value of the resource.

  • Subscription-Id
    (required)

    (string) The Fortellis Marketplace subscription identifier between a user entity and the solution. For sample responses use the Subscription-Id 'test'.

  • Authorization
    (required)

    (string) Provide authorization to access Fortellis APIs. This must be an OAuth 2.0 token for calling a Fortellis Provider but you may call the simulator platform with basic auth using your API key and secret.

repairOrderId The repair order identifier null true

Reset

Make a request and see the request.

Make a request and see the response.

Make a request and see the cURL.

Working...

x