Headers
Global Webshop Client Id
UUID of the sales channel
Body
application/json · object
Response
200 - application/json
Successful response
curl --request POST \
--url https://api.pricenow.dev/api/accounts/current/persons \
--header 'Content-Type: application/json' \
--header 'pratiq-client-id: <pratiq-client-id>' \
--data '{}'{
"data": {
"id": 123,
"fields": {},
"createdAt": "<string>",
"lastUpdateAt": "<string>",
"isOwner": true
}
}Create a new person for the current account
curl --request POST \
--url https://api.pricenow.dev/api/accounts/current/persons \
--header 'Content-Type: application/json' \
--header 'pratiq-client-id: <pratiq-client-id>' \
--data '{}'{
"data": {
"id": 123,
"fields": {},
"createdAt": "<string>",
"lastUpdateAt": "<string>",
"isOwner": true
}
}Global Webshop Client Id
UUID of the sales channel
Successful response
Show child attributes