POST api/BECorporate/GetAttachFile
Request Information
URI Parameters
None.
Body Parameters
GetAttachFileId| Name | Description | Type | Additional information |
|---|---|---|---|
| CC_Id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CC_Id": "sample string 1"
}
application/xml, text/xml
Sample:
<CustomerModel.GetAttachFileId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <CC_Id>sample string 1</CC_Id> </CustomerModel.GetAttachFileId>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfListOfGetAttachFile| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Collection of GetAttachFile |
None. |
|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| response | Enum |
None. |
|
| exception | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<BaseModels.BaseResultOfArrayOfCustomerModel.GetAttachFileuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<CustomerModel.GetAttachFile>
<AA_ApplyType>sample string 1</AA_ApplyType>
<AA_FileExtension>sample string 3</AA_FileExtension>
<AA_FileName>sample string 2</AA_FileName>
<FileBase64>sample string 4</FileBase64>
<Url>sample string 5</Url>
</CustomerModel.GetAttachFile>
<CustomerModel.GetAttachFile>
<AA_ApplyType>sample string 1</AA_ApplyType>
<AA_FileExtension>sample string 3</AA_FileExtension>
<AA_FileName>sample string 2</AA_FileName>
<FileBase64>sample string 4</FileBase64>
<Url>sample string 5</Url>
</CustomerModel.GetAttachFile>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfArrayOfCustomerModel.GetAttachFileuKWfnEcv>