POST api/SaveFATCA_CRS_CP_Reportable
Request Information
URI Parameters
None.
Body Parameters
FATCA_CRS_SavingModelName | 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
BaseApiResponseName | 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" ] }