This method will update the the billing address of the current user.
Request Content
Example JSON:
{
"line1": "c\\o Planet Express Delivery Company\nWest 57th Street & Henry Hudson Parkway11",
"line2": "test",
"city": "Manhattan",
"state": "New New York",
"postcode": "90210",
"country": "US",
"buildingName": "My Building",
"phone": "212-555-1234"
}
Data Params
Success Response Content
Example JSON:
{
"validationErrors": [],
"result": {
"addressBean": {
"line1": "c\\o Planet Express Delivery Company\nWest 57th Street & Henry Hudson Parkway",
"line2": "test",
"city": "Manhattan",
"state": "New New York",
"postcode": "90210",
"country": "US",
"phone": "212-555-1234"
}
}
}
Field Descriptions