Replace all line items of a credit note
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
credit_note_id
Headers
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Request
This endpoint expects an object.
data
List of credit note line items to replace existing ones
Response
Successful Response
data
List of credit note line items for the current page
next_pagination_token
Token to retrieve the next page of results
prev_pagination_token
Token to retrieve the previous page of results
Errors
401
Put Payable Credit Notes ID Line Items Request Unauthorized Error
403
Put Payable Credit Notes ID Line Items Request Forbidden Error
404
Put Payable Credit Notes ID Line Items Request Not Found Error
422
Put Payable Credit Notes ID Line Items Request Unprocessable Entity Error
500
Put Payable Credit Notes ID Line Items Request Internal Server Error