Add person information

Retail endpoint for adding new person information

Authentication

x-api-keystring
API Key authentication via header

Request

Request body for adding information about persons
idstringRequired>=1 character

Unique external identifier of the person entity, ID stored in your database / back-office

timestampstringRequiredformat: "date-time"

Original timestamp relating to this person entity creation/change

is_test_userbooleanRequiredDefaults to false
If the person is a test user, this should be set to true
dataobjectRequired

Response

Operation success
successbooleanDefaults to true
You probably did something wrong if you set this to false