GET api/GetUSTaxFormStatus?ClientId={ClientId}&SnapshotStartDate={SnapshotStartDate}&SnapshotEndDate={SnapshotEndDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientId | integer |
Required |
|
SnapshotStartDate | string |
None. |
|
SnapshotEndDate | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfUSTaxFormStatusModelName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of USTaxFormStatusModel |
None. |
|
Success | boolean |
None. |
|
Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "US_TAX_FORM_STATUS": "sample string 1", "COUNT_US_FORM": 2 }, { "US_TAX_FORM_STATUS": "sample string 1", "COUNT_US_FORM": 2 } ], "Success": true, "Message": [ "sample string 1", "sample string 2" ] }