v1
latestOpenAPI 3.0.02026-07-2631334151.4 KBOpen Insurace Checking Account Recalculation
Open Insurace Checking Account Recalculation
Get Open Insurace Checking Account Recalculation
post/offers/{idOffer}/items/{codeItem}/checkingAccount/recalculation
Path parameters
idOfferstring required
Offer Id
codeItemstring required
Item of Offer Id
Query parameters
brokerTypestring required
Broker type
Headers
Content-Typestring required
Content-Type
X-Company-Idstring required
Id of the Company that is using the API.
X-Application-Idstring required
Id of the Application that is using the API.
X-User-Idstring required
Id of the User that is using the API.
X-Trace-Idstring required
Trace ID that is using the API.
X-Track-Idstring required
Track ID
X-Susep-Codestring required
Susep code of the User that is using the API.
X-Sucursal-Codestring required
Sucursal code of the User that is using the API.
Request body
Example request
{
"checkingAccount": {
"amount": 199.55
}
}Response
Sucesso
Example response
[
{
"demonstrative": {
"comissions": {
"company": {
"id": 1,
"code": "01",
"name": "HDI"
},
"product": {
"id": 5,
"code": "005",
"name": "Residencial"
}
}
}
}
]