Create a tax ID
POST {{baseUrl}}/v1/tax_ids
Creates a new account or customer tax_id
object.
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"}, {"name"=>"owner[type]", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"owner[account]", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"owner[customer]", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |