Create one new Natural person
POST/sint/naturalPerson/new
Create one new Natural person
Request
- application/json
Body
Natural Person request body description
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
Gender stringnullable
The person gender
LastName stringnullablerequired
Last name
FirstName stringnullablerequired
First name
OtherFirstNames stringnullable
Other first name
MaidenName stringnullable
Maiden name
DateOfBirth date-timenullablerequired
CountryOfCitizenship stringnullable
Country of citizenship
CountryOfCitizenship2 stringnullable
Second country of citizenship
Birthplace stringnullable
Birthplace
StateOfBirth stringnullable
State of birth
Address object[]
Address1 string
Address1
Address2 stringnullable
Address2
Address3 stringnullable
Address3
ZipCode stringnullable
Zip Code
Country string
Country
City stringnullable
City
Tag stringnullable
Tag
AliasIBAN object[]
Iban string
Iban
Actif booleannullable
is Actif (default = true)
Public booleannullable
is Public (default = false)
AliasEmail object[]
Mail stringMail
Actif boolean
is Actif (default = true)
Public boolean
is Public (default = false)
valid booleannullable
is Valid (default = false)
AliasMobile object[]
MobileIndicatif string
MobileIndicatif
MobileNumber string
MobileNumber
Actif boolean
is Actif (default = true)
Public boolean
is Public (default = false)
NIF stringnullable
Comments stringnullable
CodeLangue stringnullable
Possible values: [EN
, FR
]
ActivityCode integernullable
Activity Code
CSPCode integernullable
CSP Code
countryOfBirth stringnullable
Country of birth
Responses
- 200
- 401
- 4XX|5XX
Natural person created
- application/json
- Schema
- Example (from schema)
Schema
success boolean
uuid string
{
"success": "true",
"uuid": "25d2a808-aa55-4ce9-983b-ba6ae46fadc7"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
{
"code": "401",
"message": "JWT Token not found"
}
An error occured
- application/json
- Schema
- Example (from schema)
Schema
success boolean
code integer
internal_code integer
message string
{
"success": "false",
"code": "409",
"internal_code": "3002",
"message": "NaturalPerson with this value already exist"
}
Loading...