POST AgentPortal/verified?codContrato={codContrato}&codProdutoSeguradora={codProdutoSeguradora}&codRecibo={codRecibo}
Sets the agent verified property for an entity
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| codContrato | integer |
None. |
|
| codProdutoSeguradora | integer |
None. |
|
| codRecibo | integer |
None. |
Body Parameters
booleanRequest Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Lluni.Models.Common.Global.Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Key | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Key": {}
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lluni.Models.Common.Global"> <Key /> <Message>sample string 2</Message> <Success>true</Success> </Response>