Update the consignment charge to be included or not
Path Parameters
- Type: stringFormat: uuidconsignment
Id required - Type: stringFormat: uuidconsignment
Charge Id required
Body·
application/json
- Type: booleanis
Included Whether the consignment charge need to be included or not
Responses
- 200
OK
Request Example for put/v1/consignments/{consignmentId}/charges/{consignmentChargeId}
curl https://api.consignlyhq.com/v1/consignments/123e4567-e89b-12d3-a456-426614174000/charges/123e4567-e89b-12d3-a456-426614174000 \
--request PUT \
--header 'Content-Type: application/json' \
--data '{
"isIncluded": true
}'
No Body