Update the address for the business
Update the address for the business.
Path parameters
-
User id
-
Business id
-
Resource ID
PATCH /users/{user_id}/kyc/businesses/{business_id}/addresses/{id}
curl \
-X PATCH https://client-subdomain.bitbond.net/api/v1/users/{user_id}/kyc/businesses/{business_id}/addresses/{id} \
-H "Content-Type: application/json" \
-d '{"address":{"city":"string","country":"string","state":"string","street":"string","number":"string","zipcode":"string","street_additional":"string"}}'
Request example
{
"address": {
"city": "string",
"country": "string",
"state": "string",
"street": "string",
"number": "string",
"zipcode": "string",
"street_additional": "string"
}
}
Request examples
{
"address": {
"city": "string",
"country": "string",
"state": "string",
"street": "string",
"number": "string",
"zipcode": "string",
"street_additional": "string"
}
}
Response examples (201)
{
"id": "string",
"street_additional": "string",
"city": "string",
"country": "string",
"state": "string",
"street": "string",
"number": "string",
"zipcode": "string"
}
Response examples (201)
{
"id": "string",
"street_additional": "string",
"city": "string",
"country": "string",
"state": "string",
"street": "string",
"number": "string",
"zipcode": "string"
}