Update partial Consumer Point User Email data
  • 17 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Update partial Consumer Point User Email data

  • Dark
    Light
  • PDF

Article summary

Patch
/consumer-points-user-email/{id}/

Operation updates given Consumer Point User Email fields.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of Consumer Point User Email to update

Body parameters

Consumer Point User Email attributes and values to be updated

object
consumerpoint_user
integer Required

Consumer Point User id

email
string Required

Email address GDPR protected field

id
integer

Primary key

restricted_type
integer

TxtConstant with group name KU_RESTRICTED_TYPE This field determines protection level of data under GDPR

Responses
200

Object was updated successfully

object
consumerpoint_user
integer

Consumer Point User id

email
string

Email address GDPR protected field

id
integer

Primary key

restricted_type
integer

TxtConstant with group name KU_RESTRICTED_TYPE This field determines protection level of data under GDPR

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error

404

Object was not found

{
  "details": "Not found."
}
object
details
string

Detailed description of error


Was this article helpful?