Business
POST Business/Create
URL: https://api.expresstrucktax.com/V1.2/Business/Create
Request
Name | Type | Description | Condition |
---|---|---|---|
BusinessType | string | ||
BusinessId | globally unique identifier | ||
EIN | string | ||
BusinessName | string | ||
DBAName | string | ||
string | |||
IsForeign | boolean | ||
USAddress | USAddress | ||
ForeignAddress | ForeignAddress | ||
Phone | string | ||
Fax | string | ||
SigningAuthority | SigningAuthority |
Request Formats
Response
Name | Type | Description |
---|---|---|
BusinessId | globally unique identifier | |
Errors | Collection of 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", "BusinessId": "d3d55464-42b5-4fca-ac49-dc70d6005f6c", "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
POST Business/Create
URL: https://api.expresstrucktax.com/V1.2/Business/Create
Request
Name | Type | Description | Condition |
---|---|---|---|
BusinessType | string | ||
BusinessId | globally unique identifier | ||
EIN | string | ||
BusinessName | string | ||
DBAName | string | ||
string | |||
IsForeign | boolean | ||
USAddress | USAddress | ||
ForeignAddress | ForeignAddress | ||
Phone | string | ||
Fax | string | ||
SigningAuthority | SigningAuthority |
Request Formats
Response
Name | Type | Description |
---|---|---|
BusinessId | globally unique identifier | |
Errors | Collection of 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", "BusinessId": "d3d55464-42b5-4fca-ac49-dc70d6005f6c", "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" } ] }