Sha256: bd732ba8daa0533f587e2ffb1878f37db1d39367c17d36225e20f9096f33361c

Contents?: true

Size: 454 Bytes

Versions: 2

Compression:

Stored size: 454 Bytes

Contents

### Resending the carnet

To resend the carnet, it must have a `active` status.

If the carnet contemplates this requirement, you just have to provide the carnet id and a email to resend it:

```ruby
params = {
  id: 1000
}

body = {
  email: 'oldbuck@gerencianet.com.br'
}

gerencianet = Gerencianet.new(options)
puts gerencianet.resend_carnet(params: params, body: body)
```

If everything goes well, the return will be:

```ruby
{
  "code": 200
}
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gerencianet-0.0.7 docs/carnet-resend.md
gerencianet-0.0.6 docs/carnet-resend.md