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.

ParametersValue TypeDescription
boletoIdREQUIREDUnique ID of the investigated boleto. Example: 5656565656565656
tagsOPTIONALArray 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

KeyDatatypeRequiredDescription
Content-Typestring

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"}