patch https://test.api.promisepay.com/companies/
Update an existing Company attributes using a given :id
.
Response
Update an existing Company attributes using a given :id
.
xxxxxxxxxx
13curl --request PATCH \
--url https://test.api.promisepay.com/companies/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"name": "ABC",
"legal_name": "ABC Pty Ltd",
"tax_number": "123456789",
"country": "AUS",
"user_id": "buyer-70729325"
}
'