POST api/DeleteFATCA_CRS_Reporting
Request Information
URI Parameters
None.
Body Parameters
FATCA_CRS_SavingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | DataTable |
None. |
|
| FATCA_CRS_ReportingID | integer |
None. |
|
| ClientID | integer |
None. |
|
| IsUpdate | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Data": null,
"FATCA_CRS_ReportingID": 1,
"ClientID": 2,
"IsUpdate": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}