Post v1 guestcarts cart id dhlparcelservicepoint
Path parameters
-
The cart ID.
POST /V1/guest-carts/{cartId}/dhlparcel-service-point
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/guest-carts/{cartId}/dhlparcel-service-point \
-d '{"servicePoint":{"service_point_id":"string","name":"string","address_lines":["string"],"city":"string","state":"string","country":"string","postal":"string","telephone":"string"}}'
Request examples
{
"servicePoint": {
"service_point_id": "string",
"name": "string",
"address_lines": [
"string"
],
"city": "string",
"state": "string",
"country": "string",
"postal": "string",
"telephone": "string"
}
}
Response examples (200)
42
Response examples (400)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}