GET api/GetGroupEntityTaxResidenceList?clientId={clientId}&snapshotStartDate={snapshotStartDate}&snapshotEndDate={snapshotEndDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | integer |
Required |
|
snapshotStartDate | string |
Required |
|
snapshotEndDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfComonModelName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of ComonModel |
None. |
|
Success | boolean |
None. |
|
Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "Value": "sample string 1", "Text": "sample string 2" }, { "Value": "sample string 1", "Text": "sample string 2" } ], "Success": true, "Message": [ "sample string 1", "sample string 2" ] }