Update the consignment charge to be included or not

Path Parameters
  • consignmentId
    Type: stringFormat: uuid
    required
  • consignmentChargeId
    Type: stringFormat: uuid
    required
Body·
application/json
  • isIncluded
    Type: boolean

    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