POST uat/bizfileapimall/api/acra/vcc/tf/torFcBiz
Request Information
URI Parameters
None.
Body Parameters
TorFcBizRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| bizUenNo | string |
None. |
|
| torUenNo | string |
None. |
|
| torDate | string |
None. |
|
| torUpdatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"bizUenNo": "sample string 1",
"torUenNo": "sample string 2",
"torDate": "sample string 3",
"torUpdatedBy": "sample string 4"
}
application/xml, text/xml
Sample:
<TorFcBizRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models"> <bizUenNo>sample string 1</bizUenNo> <torDate>sample string 3</torDate> <torUenNo>sample string 2</torUenNo> <torUpdatedBy>sample string 4</torUpdatedBy> </TorFcBizRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TorFcBizReponse| Name | Description | Type | Additional information |
|---|---|---|---|
| apiKey | string |
None. |
|
| bizUenNo | string |
None. |
|
| recordCount | integer |
None. |
|
| recordStatus | string |
None. |
|
| recordStatusRemarks | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"apiKey": "sample string 1",
"bizUenNo": "sample string 2",
"recordCount": 3,
"recordStatus": "sample string 4",
"recordStatusRemarks": "sample string 5"
}
application/xml, text/xml
Sample:
<TorFcBizReponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models"> <apiKey>sample string 1</apiKey> <bizUenNo>sample string 2</bizUenNo> <recordCount>3</recordCount> <recordStatus>sample string 4</recordStatus> <recordStatusRemarks>sample string 5</recordStatusRemarks> </TorFcBizReponse>