POST api/BECorporate/GetBusinessFileList
Request Information
URI Parameters
None.
Body Parameters
GetBusinessFileCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| TaxIDNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaxIDNumber": "sample string 1"
}
application/xml, text/xml
Sample:
<CustomerModel.GetBusinessFileCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <TaxIDNumber>sample string 1</TaxIDNumber> </CustomerModel.GetBusinessFileCondition>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfListOfBusinessFileList| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Collection of BusinessFileList |
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.BusinessFileListuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<CustomerModel.BusinessFileList>
<BF_Id>1</BF_Id>
<CR_DateTime>2026-04-21T12:11:48.7504831+08:00</CR_DateTime>
<CR_User>sample string 6</CR_User>
<Content>sample string 3</Content>
<FileList>
<CustomerModel.GetFileListInput>
<FileID>sample string 1</FileID>
<FileName>sample string 2</FileName>
<FilePath>sample string 3</FilePath>
</CustomerModel.GetFileListInput>
<CustomerModel.GetFileListInput>
<FileID>sample string 1</FileID>
<FileName>sample string 2</FileName>
<FilePath>sample string 3</FilePath>
</CustomerModel.GetFileListInput>
</FileList>
<IsDeleted>true</IsDeleted>
<PostFrom>2026-04-21T12:11:48.7504831+08:00</PostFrom>
<PostTo>2026-04-21T12:11:48.7504831+08:00</PostTo>
<Title>sample string 2</Title>
<UP_DateTime>2026-04-21T12:11:48.7504831+08:00</UP_DateTime>
<UP_User>sample string 7</UP_User>
</CustomerModel.BusinessFileList>
<CustomerModel.BusinessFileList>
<BF_Id>1</BF_Id>
<CR_DateTime>2026-04-21T12:11:48.7504831+08:00</CR_DateTime>
<CR_User>sample string 6</CR_User>
<Content>sample string 3</Content>
<FileList>
<CustomerModel.GetFileListInput>
<FileID>sample string 1</FileID>
<FileName>sample string 2</FileName>
<FilePath>sample string 3</FilePath>
</CustomerModel.GetFileListInput>
<CustomerModel.GetFileListInput>
<FileID>sample string 1</FileID>
<FileName>sample string 2</FileName>
<FilePath>sample string 3</FilePath>
</CustomerModel.GetFileListInput>
</FileList>
<IsDeleted>true</IsDeleted>
<PostFrom>2026-04-21T12:11:48.7504831+08:00</PostFrom>
<PostTo>2026-04-21T12:11:48.7504831+08:00</PostTo>
<Title>sample string 2</Title>
<UP_DateTime>2026-04-21T12:11:48.7504831+08:00</UP_DateTime>
<UP_User>sample string 7</UP_User>
</CustomerModel.BusinessFileList>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfArrayOfCustomerModel.BusinessFileListuKWfnEcv>