POST api/POBInsertESICDetails
Request Information
URI Parameters
None.
Body Parameters
POBESICDetailsModelName | Description | Type | Additional information |
---|---|---|---|
InnovID | integer |
None. |
|
InsuranceNo | string |
None. |
|
DoYouHaveAnOldESICNo | string |
None. |
|
ESICNo | string |
None. |
|
EmpCode | string |
None. |
|
BranchOfficeName | string |
None. |
|
DispensaryName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "InnovID": 1, "InsuranceNo": "sample string 2", "DoYouHaveAnOldESICNo": "sample string 3", "ESICNo": "sample string 4", "EmpCode": "sample string 5", "BranchOfficeName": "sample string 6", "DispensaryName": "sample string 7" }
application/xml, text/xml
Sample:
<POBESICDetailsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <BranchOfficeName>sample string 6</BranchOfficeName> <DispensaryName>sample string 7</DispensaryName> <DoYouHaveAnOldESICNo>sample string 3</DoYouHaveAnOldESICNo> <ESICNo>sample string 4</ESICNo> <EmpCode>sample string 5</EmpCode> <InnovID>1</InnovID> <InsuranceNo>sample string 2</InsuranceNo> </POBESICDetailsModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
POBESICDetailsStatusName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
status | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "status": "sample string 2" }
application/xml, text/xml
Sample:
<POBESICDetailsStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <Message>sample string 1</Message> <status>sample string 2</status> </POBESICDetailsStatus>