POST api/CAS/ImportCASData
Request Information
URI Parameters
None.
Body Parameters
CASAPIImportInputInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| FileLogid | integer |
None. |
|
| IFAID | string |
None. |
|
| IFAKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FileLogid": 1,
"IFAID": "sample string 2",
"IFAKey": "sample string 3"
}
application/xml, text/xml
Sample:
<ECASModel.CASAPIImportInputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MFMyWealthCASUpload"> <IFAID>sample string 2</IFAID> <IFAKey>sample string 3</IFAKey> <FileLogid>1</FileLogid> </ECASModel.CASAPIImportInputInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CASAPIImportOutputInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<ECASModel.CASAPIImportOutputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MFMyWealthCASUpload"> <Message>sample string 2</Message> <Status>sample string 1</Status> </ECASModel.CASAPIImportOutputInfo>