post https://app1.compliancely.com/api/v1/taxexempt/
Request and Response Object Structures.
{
"tin": string,
"webhook_urls": [string]
}
{
"success_message": string,
"data": {
"id": integer,
"tin": string,
"name": string,
"city": string,
"state": string,
"country": string,
"status": string,
"created_at": string,
"updated_at": string
},
"success": boolean
}
Sample Requests and Responses.
{
"tin": "111232312",
"webhook_urls": []
}
{
"success_message": "Created new TAX Exempt record",
"data": {
"id": 1,
"tin": "111232312",
"name": null,
"city": null,
"state": null,
"country": null,
"status": "Pending",
"created_at": "2023-09-18T12:34:20.962856Z",
"created_by": "compliancely"
},
"success": true
}
{
"Error": "EIN format is invalid/ EIN must be 9 digits"
}
{
"detail": "Authentication credentials were not provided."
}
{
"detail": "Credit limit reached! For assistance, please contact the support"
}
{
"detail": "Invalid token."
}