POST api/InsertPolicyAcknowlegement
Request Information
URI Parameters
None.
Body Parameters
PolicyAcknowlegementModelName | Description | Type | Additional information |
---|---|---|---|
GNETAssociateId | string |
None. |
|
ClientId | integer |
None. |
|
PolicyId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "GNETAssociateId": "sample string 1", "ClientId": 2, "PolicyId": 3 }
application/xml, text/xml
Sample:
<PolicyAcknowlegementModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <ClientId>2</ClientId> <GNETAssociateId>sample string 1</GNETAssociateId> <PolicyId>3</PolicyId> </PolicyAcknowlegementModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PolicyResponceName | 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:
<PolicyResponce 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> </PolicyResponce>