Add a billing address to a customer
POST {{fastly_url}}/customer/{{customer_id}}/billing_address
Authorization: Requires API token.
Request Body
{"skip_verification"=>false, "data"=>{"type"=>"billing_address", "attributes"=>{"address_1"=>"80719 Dorothea Mountain", "address_2"=>"Apt. 652", "city"=>"New Rasheedville", "state"=>"DE", "country"=>"US", "postal_code"=>"53538-5902"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Content-Type | string | ||
Accept | string |