v1

latestOpenAPI 3.0.02026-07-2631334151.4 KB
Policies

Service dedicated to listing policies

Service dedicated to listing policies

get/policies/details

Query parameters

productCodestring

Product Code of the Application that is using the API.

startIssueDatestring

Start issue date of the Application that is using the API.

endIssueDatestring

End issue date of the Application that is using the API.

policyCodestring required
customerNamestring

Customer name of the Application that is using the API.

customerDocumentstring

Policy code of the Application that is using the API.

skipinteger

Number of start record.

limitinteger

Quantity of records

Headers

X-Company-Idstring required

Id of the Company that is using the API.

X-Sucursal-Codestring required

Sucursal code of the User that is using the API.

X-Susep-Codestring required

Susep code of the User that is using the API.

X-User-Idstring required

Id of the User that is using the API.

X-Application-Idstring required

Id of the Application that is using the API.

X-Trace-Idstring required

Trace ID that is using the API.

Response

Sucesso

Example response

[
  {
    "demonstrative": {
      "comissions": {
        "company": {
          "id": 1,
          "code": "01",
          "name": "HDI"
        },
        "product": {
          "id": 5,
          "code": "005",
          "name": "Residencial"
        }
      }
    }
  }
]