Business
GET Business/List
URL: https://api.expresstrucktax.com/V1.2/Business/List
Request (URI)
Name | Type | Description | Condition |
---|---|---|---|
Page | integer |
Required |
|
PageSize | integer |
Required |
|
FromDate | string |
Required |
|
ToDate | string |
Required |
Response
Name | Type | Description |
---|---|---|
Businesses | Collection of Businesses |
Business Details of all the business |
Page | integer |
Page number |
TotalRecords | integer |
Total number of Businesses |
TotalPages | integer |
Total number of pages |
PageSize | integer |
Range: 10, 25, 50, 100 |
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", "Businesses": [ { "BusinessId": "f7f071af-a340-48bc-b2fa-d0f620c15601", "BusinessName": "Eastman Kodak Company", "EIN": "003333330", "Email": "john@gmail.com", "BusinessType": "SOLEPROPRIETORSHIP" }, { "BusinessId": "f7f071af-a340-48bc-b2fa-d0f620c15601", "BusinessName": "Eastman Kodak Company", "EIN": "003333330", "Email": "john@gmail.com", "BusinessType": "SOLEPROPRIETORSHIP" } ], "Page": 1, "TotalRecords": 2, "TotalPages": 3, "PageSize": 4 }
Business
GET Business/List
URL: https://api.expresstrucktax.com/V1.2/Business/List
Request (URI)
Name | Type | Description | Condition |
---|---|---|---|
Page | integer |
Required |
|
PageSize | integer |
Required |
|
FromDate | string |
Required |
|
ToDate | string |
Required |
Response
Name | Type | Description |
---|---|---|
Businesses | Collection of Businesses |
Business Details of all the business |
Page | integer |
Page number |
TotalRecords | integer |
Total number of Businesses |
TotalPages | integer |
Total number of pages |
PageSize | integer |
Range: 10, 25, 50, 100 |
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", "Businesses": [ { "BusinessId": "f7f071af-a340-48bc-b2fa-d0f620c15601", "BusinessName": "Eastman Kodak Company", "EIN": "003333330", "Email": "john@gmail.com", "BusinessType": "SOLEPROPRIETORSHIP" }, { "BusinessId": "f7f071af-a340-48bc-b2fa-d0f620c15601", "BusinessName": "Eastman Kodak Company", "EIN": "003333330", "Email": "john@gmail.com", "BusinessType": "SOLEPROPRIETORSHIP" } ], "Page": 1, "TotalRecords": 2, "TotalPages": 3, "PageSize": 4 }