AuthorizedThirdParty represents a person who is allowed to perform
certain actions on behalf of the buyer
{
"buyerID": "ae487b2e-c4fc-48a6-8cd5-88507cba82bb",
"consentToCall": false,
"consentToEmail": false,
"consentToText": false,
"createdAt": "2020-12-31T15:10:55Z",
"email": "john.doe@gmail.com",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"isActive": false,
"name": {
"givenName": "John",
"familyName": "Doe",
"additionalName": "string"
},
"phone": "+14539842345",
"powerOfAttorney": false,
"attorneyRepresentation": false,
"type": "string",
"phoneType": "string",
"updatedAt": "2020-12-31T15:10:55Z"
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
buyerID | string(uuid) | false | read-only | The ID of the buyer on whose behalf this authorized third party is allowed to act. |
consentToCall | boolean | false | none | Whether this authorized third party has consented to receive calls. |
consentToEmail | boolean | false | none | Whether this authorized third party has consented to receive emails. |
consentToText | boolean | false | none | Whether this authorized third party has consented to receive text messages. |
createdAt | string(date-time) | false | none | Time this entity was created. |
string(email) | false | none | Email address. | |
id | string(uuid) | false | read-only | Unique ID associated with this authorized third party. |
isActive | boolean | false | none | Indicates whether this authorized third party is active. |
name | object | true | none | Full name. |
➥ givenName | string | true | none | Given name |
➥ familyName | string | true | none | Family name |
➥ additionalName | string | false | none | Additional name, if any |
phone | string | true | none | Phone number. |
powerOfAttorney | boolean | false | none | Indicates whether this authorized third party has power of attorney for the associated buyer. Power of attorney legally grants a third party the ability to represent the buyer in private affairs. |
attorneyRepresentation | boolean | false | none | Indicates whether this authorized third party is an attorney acting on behalf of the buyer. |
type | string | false | none | AuthorizedThirdPartyType represents a authorized third party type as enum Possible values: AUTHORIZED_THIRD_PARTY , POWER_OF_ATTORNEY , ATTORNEY_REPRESENTATION , GUARDIANSHIP |
phoneType | string | false | none | PhoneType represents a phone type as enum Possible values: MOBILE , WORK , HOME , OTHER |
updatedAt | string(date-time) | false | none | Time this entity was last updated. |