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 'accept-language: <accept-language>' \
  --header 'pratiq-channel-uuid: <pratiq-channel-uuid>' \
  --data '{}'
{
  "data": {
    "id": 123,
    "accountId": 123,
    "formDefinition": {},
    "defaultValues": {},
    "values": {},
    "isOwner": true
  }
}

Headers

accept-language
enum<string>
required

Language of the response

Available options:
en,
de,
fr,
it
pratiq-channel-uuid
string
required

UUID of the sales channel

Path Parameters

personId
number
required

Query Parameters

productIds
number[]

Body

application/json
{key}
object

Response

200 - application/json

Successful response

data
object
required