Authorization: Bearer ********************
{
"title": "string",
"code": "string",
"TechDealTypes": [
"/wishes-types/1"
],
"ruCompany": "/ru-companies/1"
}
curl --location --request PATCH 'https://mock.apidog.com/m1/463678-0-default/wish-types/' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"code": "string",
"TechDealTypes": [
"/wishes-types/1"
],
"ruCompany": "/ru-companies/1"
}'
{
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string",
"code": "string",
"techDealTypes": [
{
"title": "string",
"code": "string",
"ruContractTypes": [
{
"title": "string"
}
]
}
],
"ruCompany": "/ru-companies/1"
}