Skip to main content
POST
/
payable_credit_notes
/
validations
/
reset
Reset credit note validations
curl --request POST \
  --url https://api.sandbox.monite.com/v1/payable_credit_notes/validations/reset \
  --header 'Authorization: Bearer <token>' \
  --header 'x-monite-version: <x-monite-version>'
{
  "required_fields": [
    "currency"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-monite-version
string<date>
required

Response

Successful Response

required_fields
enum<string>[]
required
Available options:
currency,
document_id,
issued_at,
tax_amount,
based_on,
total_amount,
subtotal,
description,
tax,
file_id,
counterpart_id,
counterpart_bank_account_id,
counterpart_address_id,
counterpart_vat_id_id,
line_items,
line_items.quantity,
line_items.unit_price,
line_items.tax,
line_items.unit,
line_items.name,
line_items.description,
line_items.subtotal,
line_items.total,
line_items.tax_amount