# IS RENEWABLE

Find out about whether a request is renewable or not.

Endpoint: POST /api/v1/requests/is_renewable
Version: v1

## Request fields (application/json):

  - `scratchcard` (string)
    The scratchcard number of the request

  - `erc` (string)
    The scratchcard enrollment code of the request

## Response 400 fields (application/json):

  - `detail` (string)
    The response status message

## Response 412 fields (application/json):

  - `code` (number)
    The response status code

  - `id` (string)
    The response status id

  - `error` (string)
    The response status message


