Update details of a cancellation
Update the information for a specified cancellation in the specified order
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
order-id
FeedAMP Order ID
cancellation-id
FeedAMP Cancellation ID
Headers
token
The Authentication token obtained from the v1 get_token route
client
The ID of the client making the request
Request
This endpoint expects an object.
cancellation_lines
reason
Reason provided for the order line's cancellation
Response
The complete cancellation object
cancellation_lines
id
Unique identifier for a record
reason
Reason provided for the order line's cancellation
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error
503
Service Unavailable Error