Create a tax ID
POST {{baseUrl}}/v1/customers/:customer/tax_ids
Creates a new TaxID
object for a customer.
Request Body
[{"name"=>"type", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"value", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"expand[0]", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"expand[1]", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |