Skip to main content
PATCH
/
api
/
accounts
/
current
/
persons
/
{personId}
cURL
curl --request PATCH \
  --url https://api.pricenow.dev/api/accounts/current/persons/{personId} \
  --header 'Content-Type: application/json' \
  --header 'pratiq-client-id: <pratiq-client-id>' \
  --data '{}'
{
  "data": {
    "id": 123,
    "fields": {},
    "createdAt": "<string>",
    "lastUpdateAt": "<string>",
    "isOwner": true
  }
}

Headers

pratiq-client-id
required

Global Webshop Client Id

pratiq-channel-uuid
string

UUID of the sales channel

Path Parameters

personId
number
required

Body

application/json · object
{key}
object

Response

200 - application/json

Successful response

data
object
required