POST api/GetPFESICDetails

Request Information

URI Parameters

None.

Body Parameters

PFESICGetRequest
NameDescriptionTypeAdditional information
InnovId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "InnovId": 1
}

application/xml, text/xml

Sample:
<PFESICGetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models">
  <InnovId>1</InnovId>
</PFESICGetRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PFESICGetRequest'.

Response Information

Resource Description

PFESICGetResponse
NameDescriptionTypeAdditional information
InnovId

string

None.

IsPFUAN

string

None.

PFUANNumber

string

None.

IsESICIp

string

None.

IsESICIpNumber

string

None.

status

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "InnovId": "sample string 1",
  "IsPFUAN": "sample string 2",
  "PFUANNumber": "sample string 3",
  "IsESICIp": "sample string 4",
  "IsESICIpNumber": "sample string 5",
  "status": "sample string 6",
  "Message": "sample string 7"
}

application/xml, text/xml

Sample:
<PFESICGetResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models">
  <InnovId>sample string 1</InnovId>
  <IsESICIp>sample string 4</IsESICIp>
  <IsESICIpNumber>sample string 5</IsESICIpNumber>
  <IsPFUAN>sample string 2</IsPFUAN>
  <Message>sample string 7</Message>
  <PFUANNumber>sample string 3</PFUANNumber>
  <status>sample string 6</status>
</PFESICGetResponse>