curl -i -X POST \
https://www.rebilly.com/_mock/catalog/all/organizations \
-H 'Content-Type: application/json' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE' \
-d '{
"name": "string",
"website": "https://example.com",
"address": "string",
"address2": "string",
"city": "string",
"region": "string",
"country": "string",
"postalCode": "string",
"phoneNumbers": [
{
"label": "main",
"value": "512-710-1640",
"primary": true
}
],
"emails": [
{
"label": "main",
"value": "rebilly@example.com",
"primary": true
}
],
"taxDescriptor": "string",
"invoiceTimeZone": "America/New_York",
"reportCurrency": "USD",
"questionnaire": {
"role": "string",
"monthlyTransactions": "string",
"products": [
"string"
],
"integrationType": "string",
"launchTiming": "string"
},
"settings": {
"defaultTaxCalculator": {
"type": "taxjar",
"rate": 0
},
"billing": {
"pendingOrderTtl": "P7D",
"orderDelinquencyPeriod": "P7D"
},
"taxLocations": [
{
"address": "string",
"city": "string",
"region": "string",
"country": "string",
"postalCode": "string"
}
],
"notifications": {
"notifyOnUserAccessChanges": false,
"notifyOnApiKeyAccessChanges": false,
"notificationEmailAddresses": []
}
},
"taxNumbers": [
{
"type": "eu-vat",
"value": "GB980780684",
"isDefault": true
}
]
}'