Calculate RFC

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

name

string

required

length between 2 and 80

firstLastName

string

required

length between 2 and 40

secondLastName

string

required

birthDate

string

required

length ≥ 1

api-version

string

required

Defaults to 1.0

``200 Successfully calculated RFC

``400 Invalid input data

``500 Internal server error during calculation

Updated 3 months ago


ShellNodeRubyPHPPython

xxxxxxxxxx

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

application/json

200 - Success Response400 - Invalid Date Format400 - Missing Required Field500 - Internal Server Error

Updated3 months ago