Business
GET Business/Get
URL: https://api.expresstrucktax.com/V1.2/Business/Get
Request (URI)
Name | Type | Description | Condition |
---|---|---|---|
EIN | string | ||
BusinessId | string |
Response
Name | Type | Description |
---|---|---|
Business | Business |
Business Details |
Errors | Collection of Error |
It will show the detailed information about the error. |
StatusCode | integer |
It will return the status codes like 200, 300, etc., Refer Status Codes. |
StatusName | string |
It will return the name of status code. |
StatusMessage | string |
It will return the detailed message of status code. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": 200, "StatusName": "Ok", "StatusMessage": "Successful API call", "Business": null, "Errors": [ { "Code": "404", "SeqId": "1", "Name": "NotFound", "UserMessage": "Record not found", "APIMessage": "Record not found", "Type": "Error" }, { "Code": "404", "SeqId": "1", "Name": "NotFound", "UserMessage": "Record not found", "APIMessage": "Record not found", "Type": "Error" } ] }
Business
GET Business/Get
URL: https://api.expresstrucktax.com/V1.2/Business/Get
Request (URI)
Name | Type | Description | Condition |
---|---|---|---|
EIN | string | ||
BusinessId | string |
Response
Name | Type | Description |
---|---|---|
Business | Business |
Business Details |
Errors | Collection of Error |
It will show the detailed information about the error. |
StatusCode | integer |
It will return the status codes like 200, 300, etc., Refer Status Codes. |
StatusName | string |
It will return the name of status code. |
StatusMessage | string |
It will return the detailed message of status code. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": 200, "StatusName": "Ok", "StatusMessage": "Successful API call", "Business": null, "Errors": [ { "Code": "404", "SeqId": "1", "Name": "NotFound", "UserMessage": "Record not found", "APIMessage": "Record not found", "Type": "Error" }, { "Code": "404", "SeqId": "1", "Name": "NotFound", "UserMessage": "Record not found", "APIMessage": "Record not found", "Type": "Error" } ] }