DeleteDBA
DELETE Business/DeleteDBA
Request Params
Field | Type | Description |
---|---|---|
BusinessId | Guid | Unique Identifier of the business. |
DBAId | Guid | Unique Identifier for the DBA. |
DBARef | string | A unique identifier for each payer completing their information. This identifier can be used in future references of the payer in the API. |
Request Params
"Business/DeleteDBA?BusinessID=203b32af-6a5d-4faa-91f9-adad5753fa5f&DBAId=566e1623-3c07-4d15-9fcc-00cad9a3a5d5&DBARef=db123"
Response Body
Field | Type | Description |
---|---|---|
StatusCode | number | Returns the status codes like 200, 300 etc. |
StatusName | string | Name of the status code. |
StatusMessage | string | Detailed status message |
BusinessId | Guid | Unique Identifier of a business |
DBARef | string | Unique identifier for each DBA. This identifier can be used in future references of the DBA in the API. |
DBAId | string | Unique Identifier for the DBA. |
Status | string | Shows detailed error information. |
Info | string | Name of the validation error. |
Error | object | Shows detailed error information. |
Name | string | Name of the validation error. |
ID | string | Returns the validation error ID. |
Message | string | Description of the validation error. |
Response JSON
Success Response - This is a sample response for successful API requests.
{
"StatusCode": 200,
"StatusName": "OK",
"StatusMessage": "Successful API Call",
"BusinessID": "203b32af-6a5d-4faa-91f9-adad5753fa5f",
"DBARef": null,
"DBAID": null,
"Status": "DELETED",
"Info": "All the DBA against the BusinessID have been deleted",
"Error": null
}