Create boleto holmes
POST {{baseUrl}}/{{version}}/boleto-holmes
Use this route to verify the updated status of boletos generated at Stark Bank according to CIP.
Parameters | Value Type | Description |
---|---|---|
boletoId | REQUIRED | Unique ID of the investigated boleto. Example: 5656565656565656 |
tags | OPTIONAL | Array of strings to tag the entity for future queries. All tags will be converted to lowercase. |
Request Body
{"holmes"=>[{"boletoId"=>"6715041919270912", "tags"=>["sherlock", "holmes"]}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"holmes":[{"status":"solving","updated":"2020-11-24T01:11:10.689041+00:00","tags":["sherlock","holmes"],"created":"2020-11-24T01:11:10.689033+00:00","result":"","boletoId":"5694695128694784","id":"6084292597776384"}],"message":"BoletoHolmes successfully created"}