docs
  1. Admin Api
  2. Resources
  3. Carriers
  4. Update Carriers

Update carriers

Update an existing carrier

Rate Limit: 300 Max attempts within 1 minute.

Path Parameters

ParameterDetails
carrierIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key%3D[a-zA-Z0-9-_%\+\. ]*$

Request body

required
ParameterDetails
id
  • readonly
integer
Example:
1
key
  • required
  • MinLength: 1
string
Example:
DHL_STD_NATIONAL
name
  • required
  • MinLength: 1
string
Example:
DHL
trackingUrl
  • nullable
  • MinLength: 1
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/carriers/{carrierIdentifier}

Request samples

Response samples

200
Carrier:
Content type: application/json
Provide Feedback