post https://faraday.api.range.org/v1/persons
Creates a new IVMS101-compliant person entity.
The payload must be either a natural
or legal
person structure, and must include:
- Person core information
- Name identifiers
- National identifiers
- Account numbers
- Addresses
On success, this endpoint returns the full assembled PersonRecord
.
Specification
See the IVMS101 standard for full field definitions and compliance details.
Validation
- If the input fails schema or custom validation, returns 422.
Errors
- Any database or internal failure results in a 500 error.