Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request PUT '/benefit_in_kind/card_orders/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "string",
"invoice_reference": "string",
"cost_center": "string",
"payment_method": "bank_transfer"
}'{
"errors": [
{
"detail": "string",
"code": "string",
"source": {}
}
]
}