Authorization: Bearer ********************
{
"weightFrom": 0,
"weightUp": 0,
"densityFrom": 0,
"densityUp": 0,
"techDealType": "/tech-deal-types/1",
"shippingMethod": "/shipping-methods/1",
"priority": "/priorities/1",
"logistics": 0,
"minimumBid": 0
}
curl --location --request PATCH 'https://mock.apidog.com/m1/463678-0-default/register-logistics/' \
--header 'Content-Type: application/json' \
--data-raw '{
"weightFrom": 0,
"weightUp": 0,
"densityFrom": 0,
"densityUp": 0,
"techDealType": "/tech-deal-types/1",
"shippingMethod": "/shipping-methods/1",
"priority": "/priorities/1",
"logistics": 0,
"minimumBid": 0
}'
{
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"weightFrom": 0,
"weightUp": 0,
"densityFrom": 0,
"densityUp": 0,
"techDealType": {
"title": "string",
"code": "string",
"ruContractTypes": [
{
"title": "string"
}
]
},
"shippingMethod": {
"id": 1,
"label": "string"
},
"priority": {
"id": 1,
"label": "string"
},
"logistics": 0,
"minimumBid": 0
}