| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

**Parameters:**

- `rfc`
  - string
  - length ≥ 1

- `api-version`
  - string
  - required
  - Defaults to 1.0

# Response Codes

- ``200      RFC validation result``
- ``400      Invalid RFC format``
- ``500      Internal server error during validation``

Updated 3 months ago

---

# Example Request

```shell
curl --request POST \
     --url https://demo-api.incodesmile.com/api/validate/rfc \
     --header 'accept: application/json' \
     --header 'api-version: 1.0' \
     --header 'content-type: application/json'
```

# Possible Responses

- `200 - Valid RFC`
- `200 - Invalid RFC`
- `400 - Invalid RFC Format`
- `400 - Missing RFC`
- `500 - Service Unavailable`

Updated 3 months ago
