POST api/InserPFESIC
Request Information
URI Parameters
None.
Body Parameters
PFESICRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| InnovId | integer |
None. |
|
| IsPFUAN | string |
None. |
|
| PFUANNumber | string |
None. |
|
| IsESICIp | string |
None. |
|
| IsESICIpNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InnovId": 1,
"IsPFUAN": "sample string 2",
"PFUANNumber": "sample string 3",
"IsESICIp": "sample string 4",
"IsESICIpNumber": "sample string 5"
}
application/xml, text/xml
Sample:
<PFESICRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <InnovId>1</InnovId> <IsESICIp>sample string 4</IsESICIp> <IsESICIpNumber>sample string 5</IsESICIpNumber> <IsPFUAN>sample string 2</IsPFUAN> <PFUANNumber>sample string 3</PFUANNumber> </PFESICRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PFESICResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<PFESICResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <Message>sample string 2</Message> <status>sample string 1</status> </PFESICResponse>