Create a return address
Create a new return address
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
merchantIdentifier
| string Examples:
|
Request body
requiredParameter | Details |
---|---|
id
| integer Example: 1 |
name
| string Example: Return Point |
street
| string Example: Domstrasse |
streetNo
| string Example: 10 |
zipCode
| string Example: 22303 |
city
| string Example: Hamburg |
countryCode
| string Example: DE |
dhlCode
| string Example: JVGL0849489024 |
Responses
201
Return address was successfully created.
application/json
Success
id
integer
Example:
1
name
string
Example:
Return Point
street
string
Example:
Domstrasse
streetNo
string
Example:
10
zipCode
string
Example:
22303
city
string
Example:
Hamburg
countryCode
string
Example:
DE
dhlCode
string
Example:
JVGL0849489024
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
POST
Request samples
Response samples
201Return Address:
Content type: application/json