curl --location '/api/UpdatePartyPartyPhonePartyAddressByCode' \
--header 'Content-Type: application/json' \
--data '{
"token": "string",
"partyRef": 0,
"type": 0,
"code": "string",
"phone": "string",
"name": "string",
"lastName": "string",
"economicCode": "string",
"identificationCode": "string",
"registrationCode": "string",
"locationRef": 0,
"address": "string",
"zipCode": "string"
}'