POST api/DigiO/CallESignEfranking
Request Information
URI Parameters
None.
Body Parameters
pdfDocEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| SubBrokerID | integer |
None. |
|
| PDFId | string |
None. |
|
| PDFName | string |
None. |
|
| PDFFileName | string |
None. |
|
| PdfData | string |
None. |
|
| trans_type | string |
None. |
|
| llx | decimal number |
None. |
|
| lly | decimal number |
None. |
|
| urx | decimal number |
None. |
|
| ury | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"SubBrokerID": 1,
"PDFId": "sample string 2",
"PDFName": "sample string 3",
"PDFFileName": "sample string 4",
"PdfData": "sample string 5",
"trans_type": "sample string 6",
"llx": 7.0,
"lly": 8.0,
"urx": 9.0,
"ury": 10.0
}
application/xml, text/xml
Sample:
<pdfDocEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RelianceWrapperAPI.Models"> <PDFFileName>sample string 4</PDFFileName> <PDFId>sample string 2</PDFId> <PDFName>sample string 3</PDFName> <PdfData>sample string 5</PdfData> <SubBrokerID>1</SubBrokerID> <llx>7</llx> <lly>8</lly> <trans_type>sample string 6</trans_type> <urx>9</urx> <ury>10</ury> </pdfDocEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |