POST api/FanCancellationOb/FCOnboardingDoc
Request Information
URI Parameters
None.
Body Parameters
FCDocuentList| Name | Description | Type | Additional information |
|---|---|---|---|
| DocId | integer |
None. |
|
| DocName | string |
None. |
|
| DocPath | string |
None. |
|
| FanReqId | integer |
None. |
|
| PdfData | string |
None. |
|
| Description | string |
None. |
|
| FanCode | string |
None. |
|
| Trans_Type | string |
None. |
|
| SbDocId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DocId": 1,
"DocName": "sample string 2",
"DocPath": "sample string 3",
"FanReqId": 4,
"PdfData": "sample string 5",
"Description": "sample string 6",
"FanCode": "sample string 7",
"Trans_Type": "sample string 8",
"SbDocId": "sample string 9"
}
application/xml, text/xml
Sample:
<FCDocuentList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RelianceWrapperAPI.Models"> <Description>sample string 6</Description> <DocId>1</DocId> <DocName>sample string 2</DocName> <DocPath>sample string 3</DocPath> <FanCode>sample string 7</FanCode> <FanReqId>4</FanReqId> <PdfData>sample string 5</PdfData> <SbDocId>sample string 9</SbDocId> <Trans_Type>sample string 8</Trans_Type> </FCDocuentList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| Message | string |
None. |
|
| ID | integer |
None. |
|
| status | string |
None. |
|
| content | string |
None. |
|
| reference_id | string |
None. |
|
| Refference_No | string |
None. |
|
| FilePath | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"Message": "sample string 2",
"ID": 3,
"status": "sample string 4",
"content": "sample string 5",
"reference_id": "sample string 6",
"Refference_No": "sample string 7",
"FilePath": "sample string 8"
}
application/xml, text/xml
Sample:
<ResponseMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LIBRARY"> <FilePath>sample string 8</FilePath> <ID>3</ID> <Message>sample string 2</Message> <Refference_No>sample string 7</Refference_No> <code>1</code> <content>sample string 5</content> <reference_id>sample string 6</reference_id> <status>sample string 4</status> </ResponseMessage>