
-
    request:
        method: POST
        url: 'https://sandbox.boletosimples.com.br/api/v1/bank_billets'
        headers:
            Host: sandbox.boletosimples.com.br
            Expect: null
            Accept-Encoding: null
            Content-Type: application/json
            User-Agent: 'BoletoSimples PHP Client v0.0.5 (contato@boletosimples.com.br)'
            Authorization: 'Bearer BOLETOSIMPLES_ACCESS_TOKEN'
            Accept: null
        body: '{"bank_billet":[]}'
    response:
        status:
            http_version: '1.1'
            code: '422'
            message: 'Unprocessable Entity'
        headers:
            Server: Cowboy
            Connection: keep-alive
            Strict-Transport-Security: max-age=2592000
            Content-Type: 'application/json; charset=utf-8'
            X-Ratelimit-Limit: '500'
            X-Ratelimit-Remaining: '493'
            Cache-Control: no-cache
            X-Request-Id: b9d0b113-fd2e-4a8e-a6f3-8edb09796069
            X-Runtime: '0.027429'
            Date: 'Tue, 03 Mar 2015 01:44:06 GMT'
            X-Rack-Cache: 'invalidate, pass'
            Vary: Accept-Encoding
            Transfer-Encoding: chunked
            Via: '1.1 vegur'
        body: '{"errors":{"bank_billet":["não pode ficar em branco"]}}'
