POST api/FanCancellationOb/GetDocumentDetailsPost

Request Information

URI Parameters

None.

Body Parameters

FCDocuentList
NameDescriptionTypeAdditional 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

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.