RFC validation
| 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 result400 Invalid RFC format500 Internal server error during validation
Updated 3 months ago
Example Request
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 RFC200 - Invalid RFC400 - Invalid RFC Format400 - Missing RFC500 - Service Unavailable
Updated 3 months ago