Authorization: Bearer ********************
{
"packingType": "/packing-types/1",
"packingContent": "/packing-contents/1"
}
curl --location --request PATCH 'https://mock.apidog.com/m1/463678-0-default/places/' \
--header 'Content-Type: application/json' \
--data-raw '{
"packingType": "/packing-types/1",
"packingContent": "/packing-contents/1"
}'
{
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"number": "string",
"weightGross": 0,
"width": 0,
"length": 0,
"height": 0,
"volume": 0,
"packingType": {
"title": "string",
"isMultipleChoice": false
},
"packingContent": {
"title": "string",
"packingType": {
"title": "string",
"isMultipleChoice": false
},
"unit": {
"title": "string"
},
"packingRates": [
{
"currency": {
"title": "string",
"code": "string",
"symbol": "string",
"codeMoex": "string"
},
"price": 0
}
],
"titleCn": "string"
},
"placeNumber": 0
}