PUT strict: remplace complètement le bloc transport fourni puis recalcule taxes et totaux.x-api-key: ********************curl --location -g --request PUT 'https://relay.exostack.cloud//api/invoicing/open-orders//shipping?profile_offset' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 0,
"description": "string",
"charter_id": 1,
"charter_code": "string",
"tax_exception_id": 1,
"tax_exception_code": "string"
}'{
"amount": 0,
"description": "string",
"charter": {
"id": 0,
"code": "string",
"name": "string"
},
"tax_exception": {
"id": 0,
"code": "string",
"name": "string"
},
"line_slot": 0
}