Update carriers
Update an existing carrier
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
carrierIdentifier
| string Examples:
|
Request body
requiredParameter | Details |
---|---|
id
| integer Example: 1 |
key
| string Example: DHL_STD_NATIONAL |
name
| string Example: DHL |
trackingUrl
| string Example: http://nolp.dhl.de/nextt-online-public/set_identcodes.do |
Responses
200
Carrier was successfully updated.
application/json
Success
id
integer
Example:
1
keyrequired
string
Example:
DHL_STD_NATIONAL
namerequired
string
Example:
DHL
trackingUrl
string
Example:
http://nolp.dhl.de/nextt-online-public/set_identcodes.do
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
PUT
Request samples
Response samples
200Carrier:
Content type: application/json