GET api/GetFATCAReportingCount?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
ApiResponseOfCRSFATCAReportingStatusCount| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of CRSFATCAReportingStatusCount |
None. |
|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"CountryID": 1,
"Country_ID": 2,
"CountryName": "sample string 3",
"TBD_Count": 4,
"TBD_Return": "sample string 5",
"NA_Count": 6,
"NA_Return": "sample string 7",
"YES_Count": 8,
"YES_Return": "sample string 9",
"None_Count": 10,
"None_Return": "sample string 11",
"Full_Count": 12,
"Full_Return": "sample string 13",
"Nil_Count": 14,
"Nil_Return": "sample string 15"
},
{
"CountryID": 1,
"Country_ID": 2,
"CountryName": "sample string 3",
"TBD_Count": 4,
"TBD_Return": "sample string 5",
"NA_Count": 6,
"NA_Return": "sample string 7",
"YES_Count": 8,
"YES_Return": "sample string 9",
"None_Count": 10,
"None_Return": "sample string 11",
"Full_Count": 12,
"Full_Return": "sample string 13",
"Nil_Count": 14,
"Nil_Return": "sample string 15"
}
],
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}