Authorization: Bearer ********************
{
"code": "string",
"isBlocked": false,
"customer": "/customers/1",
"isPayRuDelivery": false,
"type": "/recipient-types/1",
"title": "string",
"titleShort": "string",
"inn": "string",
"kpp": "string",
"ogrn": "string",
"legalAddress": "string",
"email": "user@example.com",
"contacts": "string",
"shippingMethod": "/shipping-methods/1",
"city": "/cities/1",
"issuanceMethod": "/issuance-methods/1",
"addressDelivery": "string",
"fio": "string",
"passport": "string",
"addressReg": "string"
}
curl --location --request PATCH 'https://mock.apidog.com/m1/463678-0-default/recipients/' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"isBlocked": false,
"customer": "/customers/1",
"isPayRuDelivery": false,
"type": "/recipient-types/1",
"title": "string",
"titleShort": "string",
"inn": "string",
"kpp": "string",
"ogrn": "string",
"legalAddress": "string",
"email": "user@example.com",
"contacts": "string",
"shippingMethod": "/shipping-methods/1",
"city": "/cities/1",
"issuanceMethod": "/issuance-methods/1",
"addressDelivery": "string",
"fio": "string",
"passport": "string",
"addressReg": "string"
}'