v1
latestSwagger 2.02026-07-13301635.0 KBaddress
updates an existing new recipient address
post/profile/updateRecipient
Request body
Example request
{
"uid": "33ce76fede1a31d5ee823179f78d9882",
"id": 549494,
"name": "Joe Smith",
"business_name": "Handwrytten LLC",
"address1": "1430 E Indian School Rd",
"address2": "Suite 100",
"city": "Phoenix",
"state": "AZ",
"country": "United States"
}Response
successful operation
Example response
{
"status": "ok",
"response": {
"id": 978214798,
"name": "Joe Smith",
"business_name": "Handwrytten LLC",
"address1": "1430 E Indian School Rd",
"address2": "Suite 100",
"city": "Phoenix",
"state": "AZ",
"country": "United States"
}
}