Structure
Field | Type | Required | Description |
---|---|---|---|
documentNumber | int | false | Document (Id, Passport...) number. |
prefixName | string | false | Prefix name of the holder. |
givenName | string | false | Name of the holder. |
middleName | string | false | Middle name of the holder. |
surName | string | false | Surname of the holder. |
street | string | false | Street of the address of the holder. |
city | string | false | City of the holder. |
stateProv | string | false | Name of the stateProv. |
postalCode | string | false | Postal code of the address of the holder. |
country | Country | false | Country object that represents the country of the address of the holder. |
string | false | Email of the holder. | |
phoneNumber | string | false | Telephone number to contact the holder. |
language | Language | false | Language that is used by the holder. |
JSON representation
{ "documentNumber": null, "prefixName": "Mrs", "givenName": "Kathryn", "middleName": "Léonie", "surName": "Jordan", "street": null, "city": null, "stateProv": null, "postalCode": null, "country": { "id": 165, "code": "PAN", "name": "PANAMA" }, "email": null, "phoneNumber": "+34 678505050", "language": { "id": 1, "code": "ES", "name": "Spanish" } }