Freight Surcharge Delete V1 Ep
POST/v1/freight/surcharge/rate/delete_many
Surcharge Rate Delete Many
Used to delete surcharges for a specific date based on the rate id.
Required Scopes (ia.w)
Request
Request is a list of the following objects.
rate_ids: list[str]
List of surcharge rate IDs to delete.
Response
good: int
Number of surcharge rates successfully deleted.
bad: list[str]
List of error messages for failed deletions.
Responses
- 200
- 422
Successful Response
Validation Error
- application/json
- Example (from schema)
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...