curl --request POST \
--url https://api.tic.io/reseller/customers \
--header 'Content-Type: application/json-patch+json' \
--header 'x-api-key: <api-key>' \
--data '{
"domainOrCompanyName": "<string>",
"emailAddress": "<string>",
"externalReference": "<string>"
}'
{
"teamId": 123,
"teamGuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"teamName": "<string>",
"teamDescription": "<string>",
"teamEmail": "<string>",
"apiKey": "<string>"
}
Allows you to create a customer if you represent a reseller. Use isTest=true to avoid creating
actual accounts during testing.
Set flag to true if you don't want to create the actual customer
Body