Get all individuals
get
/party/v4/individual
This method gets all individual entities.
Request
Query Parameters
-
contactMedium.characteristic.emailAddress: string
Filter reponse based on email address.
-
contactMedium.characteristic.phoneNumber: string
Filter reponse based on phone number.
-
familyName: string
Filter reponse based on last name.
-
fields: string
Comma-separated properties to be provided in response
-
givenName: string
Filter reponse based on first name.
-
limit: integer
Requested number of resources to be provided in response
-
offset: integer
Requested index for start of resources to be provided in response
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json;charset=utf-8
200 Response
Success
Headers
-
X-Result-Count:
Actual number of items returned in the response body
-
X-Total-Count:
Total number of items matching criteria
Root Schema : schema
Type:
Show Source
array
-
Array of:
object Discriminator: @type
Discriminator:
{ "propertyName":"@type", "mapping":{ "Individual":"#/components/schemas/Individual", "IndividualOracle":"#/components/schemas/IndividualOracle" } }
Nested Schema : Discriminator: @type
Type:
object
Discriminator: @type
Discriminator Values
Match One Schema
Show Source
-
Individual -
object
Discriminator: @type
Discriminator:
{ "propertyName":"@type", "mapping":{ "Individual":"#/components/schemas/Individual", "IndividualOracle":"#/components/schemas/IndividualOracle" } }
Individual represents a single human being (a man, woman or child). The individual can be a customer, an employee or any other person that the organization needs to store information about. -
IndividualOracle
Nested Schema : Discriminator: @type
Type:
object
Discriminator: @type
Discriminator Values
Individual represents a single human being (a man, woman or child). The individual can be a customer, an employee or any other person that the organization needs to store information about.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name
-
aristocraticTitle: string
e.g. Baron, Graf, Earl,???
-
birthDate: string
(date-time)
Birth date
-
contactMedium: array
contactMedium
-
countryOfBirth: string
Country where the individual was born
-
creditRating: array
creditRating
-
deathDate: string
(date-time)
Date of death
-
disability: array
disability
-
externalReference: array
externalReference
-
familyName: string
Contains the non-chosen or inherited name. Also known as last name in the Western context
-
familyNamePrefix: string
Family name prefix
-
formattedName: string
A fully formatted name in one string with all of its pieces in their proper place and all of the necessary punctuation. Useful for specific contexts (Chinese, Japanese, Korean,???)
-
fullName: string
Full name flatten (first, middle, and last names)
-
gender: string
Gender
-
generation: string
e.g.. Sr, Jr, III (the third),???
-
givenName: string
First name of the individual
-
href: string
Hyperlink to access the organization
-
id(required): string
Unique identifier of the organization
-
individualIdentification: array
individualIdentification
-
languageAbility: array
languageAbility
-
legalName: string
Legal name or birth name (name one has for official purposes)
-
location: string
Temporary current location od the individual (may be used if the individual has approved its sharing)
-
maritalStatus: string
Marital status (married, divorced, widow ...)
-
middleName: string
Middles name or initial
-
nationality: string
Nationality
-
otherName: array
otherName
-
partyCharacteristic: array
partyCharacteristic
-
placeOfBirth: string
Reference to the place where the individual was born
-
preferredGivenName: string
Contains the chosen name by which the individual prefers to be addressed. Note: This name may be a name other than a given name, such as a nickname
- relatedParty: array relatedParty
-
skill: array
skill
-
status: string
Allowed Values:
[ "initialized", "validated", "deceaded" ]
Valid values for the lifecycle state of the individual -
taxExemptionCertificate: array
taxExemptionCertificate
-
title: string
Useful for titles (aristocratic, social,...) Pr, Dr, Sir, ...
Nested Schema : IndividualOracle
Match All
Show Source
-
object
Discriminator: @type
Discriminator:
{ "propertyName":"@type", "mapping":{ "Individual":"#/components/schemas/Individual", "IndividualOracle":"#/components/schemas/IndividualOracle" } }
Individual represents a single human being (a man, woman or child). The individual can be a customer, an employee or any other person that the organization needs to store information about. -
object
IndividualOracle-allOf[1]
-
object
IndividualOracle-allOf[2]
Nested Schema : contactMedium
Type:
Show Source
array
-
Array of:
object Discriminator: @type
Discriminator:
{ "propertyName":"@type", "mapping":{ "ContactMedium":"#/components/schemas/ContactMedium", "ContactMediumOracle":"#/components/schemas/ContactMediumOracle" } }
Indicates the contact medium that could be used to contact the party.
Nested Schema : creditRating
Type:
Show Source
array
-
Array of:
object PartyCreditProfile
An individual might be evaluated for its worthiness and this evaluation might be based on a credit rating given by a credit agency.
Nested Schema : disability
Type:
Show Source
array
-
Array of:
object Disability
Lack or inadequate strength or ability.
Nested Schema : externalReference
Type:
Show Source
array
-
Array of:
object ExternalReference
External reference of the individual or reference in other system
Nested Schema : individualIdentification
Type:
Show Source
array
-
Array of:
object IndividualIdentification
Represents our registration of information used as proof of identity by an individual (passport, national identity card, drivers license, social security number, birth certificate)
Nested Schema : languageAbility
Type:
Show Source
array
-
Array of:
object LanguageAbility
Ability of an individual to understand or converse in a language.
Nested Schema : otherName
Type:
Show Source
array
-
Array of:
object OtherNameIndividual
Keeps track of other names, for example the old name of a woman before marriage or an artist name.
Nested Schema : partyCharacteristic
Type:
Show Source
array
-
Array of:
object Characteristic
Describes a given characteristic of an object or entity through a name/value pair.
Nested Schema : skill
Type:
Show Source
array
-
Array of:
object Skill
Skills evaluated for an individual with a level and possibly with a limited validity when an obsolescence is defined (Ex: the first-aid certificate first level is limited to one year and an update training is required each year to keep the level).
Nested Schema : taxExemptionCertificate
Type:
Show Source
array
-
Array of:
object TaxExemptionCertificate
A tax exemption certificate represents a tax exemption granted to a party (individual or organization) by a tax jurisdiction which may be a city, state, country,... An exemption has a certificate identifier (received from the jurisdiction that levied the tax) and a validity period. An exemption is per tax types and determines for each type of tax what portion of the tax is exempted (partial by percentage or complete) via the tax definition.
Nested Schema : Discriminator: @type
Type:
object
Discriminator: @type
Discriminator Values
Indicates the contact medium that could be used to contact the party.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
Default Value:
ContactMediumOracle
When sub-classing, this defines the sub-class entity name -
characteristic: object
Discriminator: @type
Discriminator:
{ "propertyName":"@type", "mapping":{ "MediumCharacteristic":"#/components/schemas/MediumCharacteristic", "MediumCharacteristicOracle":"#/components/schemas/MediumCharacteristicOracle" } }
Describes the contact medium characteristics that could be used to contact a party (an individual or an organization) -
mediumType: string
Allowed Values:
[ "postalAddress", "emailAddress", "socialNetwork", "phoneNumber" ]
Type of the contact medium, such as: email address, telephone number, postal address -
preferred: boolean
If true, indicates that is the preferred contact medium
-
validFor: object
TimePeriod
A period of time, either as a deadline (endDateTime only) a startDateTime only, or both
Nested Schema : Discriminator: @type
Type:
object
Discriminator: @type
Discriminator Values
Describes the contact medium characteristics that could be used to contact a party (an individual or an organization)
Show Source
-
@baseType: string
When sub-classing, this defines the super-class
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
Default Value:
MediumCharacteristicOracle
When sub-classing, this defines the sub-class entity name -
city: string
The city
-
contactType: string
Allowed Values:
[ "homePhoneNumber", "mobilePhoneNumber", "homeAddress", "workAddress", "billingAddress", "shippingAddress", "workPhoneNumber", "phoneNumber", "faxNumber", "landlineNumber", "others" ]
The type of contact, for example: phone number such as mobile, fixed home, fixed office. postal address such as shipping instalation??? -
country: string
The country
-
emailAddress: string
Full email address in standard format
-
faxNumber: string
The fax number of the contact
-
phoneNumber: string
The primary phone number of the contact
-
postCode: string
Postcode
-
socialNetworkId: string
Identifier as a member of a social network
-
stateOrProvince: string
State or province
-
street1: string
Describes the street
-
street2: string
Complementary street description
Nested Schema : TimePeriod
Type:
object
A period of time, either as a deadline (endDateTime only) a startDateTime only, or both
Show Source
-
endDateTime: string
(date-time)
End of the time period, using IETC-RFC-3339 format
-
startDateTime: string
(date-time)
Start of the time period, using IETC-RFC-3339 format. If you define a start, you must also define an end
Nested Schema : PartyCreditProfile
Type:
object
An individual might be evaluated for its worthiness and this evaluation might be based on a credit rating given by a credit agency.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name
-
creditAgencyName: string
Name of the credit agency giving the score
-
creditAgencyType: string
Type of the credit agency giving the score
-
ratingReference: string
Reference corresponding to the credit rating
-
ratingScore: integer
A measure of a party???s creditworthiness calculated on the basis of a combination of factors such as their income and credit history
-
validFor: object
TimePeriod
A period of time, either as a deadline (endDateTime only) a startDateTime only, or both
Nested Schema : Disability
Type:
object
Lack or inadequate strength or ability.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name
-
disabilityCode: string
Code of the disability
-
disabilityName: string
Name of the disability
-
validFor: object
TimePeriod
A period of time, either as a deadline (endDateTime only) a startDateTime only, or both
Nested Schema : ExternalReference
Type:
object
External reference of the individual or reference in other system
Show Source
-
@baseType: string
When sub-classing, this defines the super-class
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name
-
externalReferenceType: string
Type of the external reference
-
name: string
External reference name
Nested Schema : IndividualIdentification
Type:
object
Represents our registration of information used as proof of identity by an individual (passport, national identity card, drivers license, social security number, birth certificate)
Show Source
-
@baseType: string
When sub-classing, this defines the super-class
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name
-
attachment: object
AttachmentRefOrValue
An attachment by value or by reference. An attachment complements the description of an element, for example through a document, a video, a picture.
-
identificationId: string
Identifier
-
identificationType: string
Identification type (passport, national identity card, drivers license, social security number, birth certificate)
-
issuingAuthority: string
Authority which has issued the identifier, such as: social security, town hall
-
issuingDate: string
(date-time)
Date at which the identifier was issued
-
validFor: object
TimePeriod
A period of time, either as a deadline (endDateTime only) a startDateTime only, or both
Nested Schema : AttachmentRefOrValue
Type:
object
An attachment by value or by reference. An attachment complements the description of an element, for example through a document, a video, a picture.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class
-
@referredType: string
The actual type of the target instance when needed for disambiguation.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name
-
attachmentType: string
Attachment type such as video, picture
-
content: string
The actual contents of the attachment object, if embedded, encoded as base64
-
description: string
A narrative text describing the content of the attachment
-
href: string
URI for this Attachment
-
id: string
Unique identifier for this particular attachment
-
mimeType: string
Attachment mime type such as extension file for video, picture and document
-
name: string
The name of the attachment
-
size: object
Quantity
An amount in a given unit
-
url: string
Uniform Resource Locator, is a web page address (a subset of URI)
-
validFor: object
TimePeriod
A period of time, either as a deadline (endDateTime only) a startDateTime only, or both
Nested Schema : Quantity
Type:
object
An amount in a given unit
Show Source
-
amount: number
(float)
Default Value:
1
Numeric value in a given unit -
units: string
Unit
Nested Schema : LanguageAbility
Type:
object
Ability of an individual to understand or converse in a language.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name
-
isFavouriteLanguage: boolean
A ???true??? value specifies whether the language is considered by the individual as his favourite one
-
languageCode: string
Language code (RFC 5646)
-
languageName: string
Language name
-
listeningProficiency: string
Listening proficiency evaluated for this language
-
readingProficiency: string
Reading proficiency evaluated for this language
-
speakingProficiency: string
Speaking proficiency evaluated for this language
-
validFor: object
TimePeriod
A period of time, either as a deadline (endDateTime only) a startDateTime only, or both
-
writingProficiency: string
Writing proficiency evaluated for this language
Nested Schema : OtherNameIndividual
Type:
object
Keeps track of other names, for example the old name of a woman before marriage or an artist name.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name
-
aristocraticTitle: string
e.g. Baron, Graf, Earl,???
-
familyName: string
Contains the non-chosen or inherited name. Also known as last name in the Western context
-
familyNamePrefix: string
Family name prefix
-
formattedName: string
. A fully formatted name in one string with all of its pieces in their proper place and all of the necessary punctuation. Useful for specific contexts (Chinese, Japanese, Korean,???)
-
fullName: string
Full name flatten (first, middle, and last names)
-
generation: string
e.g. Sr, Jr???
-
givenName: string
First name
-
legalName: string
Legal name or birth name (name one has for official purposes)
-
middleName: string
Middle name or initial
-
preferredGivenName: string
Contains the chosen name by which the person prefers to be addressed. Note: This name may be a name other than a given name, such as a nickname
-
title: string
Use for titles (aristrocatic, social, ...): Pr, Dr, Sir,....
-
validFor: object
TimePeriod
A period of time, either as a deadline (endDateTime only) a startDateTime only, or both
Nested Schema : Characteristic
Type:
object
Describes a given characteristic of an object or entity through a name/value pair.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name
-
name(required): string
Name of the characteristic
-
value(required): object
Any
-
valueType: string
Data type of the value of the characteristic
Nested Schema : Any
Type:
object
Nested Schema : Discriminator: @type
Type:
object
Discriminator: @type
Discriminator Values
Related Entity reference. A related party defines party or party role linked to a specific entity.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class
-
@referredType(required): string
The actual type of the target instance when needed for disambiguation.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name
-
href: string
Reference of the related entity.
-
id(required): string
Unique identifier of a related entity.
-
name: string
Name of the related entity.
-
role: string
Role played by the related party
Nested Schema : Skill
Type:
object
Skills evaluated for an individual with a level and possibly with a limited validity when an obsolescence is defined (Ex: the first-aid certificate first level is limited to one year and an update training is required each year to keep the level).
Show Source
-
@baseType: string
When sub-classing, this defines the super-class
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name
-
comment: string
A free text comment linked to the evaluation done
-
evaluatedLevel: string
Level of expertise in a skill evaluated for an individual
-
skillCode: string
Code of the skill
-
skillName: string
Name of the skill such as Java language,???
-
validFor: object
TimePeriod
A period of time, either as a deadline (endDateTime only) a startDateTime only, or both
Nested Schema : TaxExemptionCertificate
Type:
object
A tax exemption certificate represents a tax exemption granted to a party (individual or organization) by a tax jurisdiction which may be a city, state, country,... An exemption has a certificate identifier (received from the jurisdiction that levied the tax) and a validity period. An exemption is per tax types and determines for each type of tax what portion of the tax is exempted (partial by percentage or complete) via the tax definition.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name
-
attachment: object
AttachmentRefOrValue
An attachment by value or by reference. An attachment complements the description of an element, for example through a document, a video, a picture.
-
id: string
Unique identifier of the certificate of the tax exemption
-
taxDefinition: array
taxDefinition
-
validFor: object
TimePeriod
A period of time, either as a deadline (endDateTime only) a startDateTime only, or both
Nested Schema : taxDefinition
Type:
Show Source
array
-
Array of:
object TaxDefinition
Reference of a tax definition. A tax is levied by an authorized tax jurisdiction. There are many different types of tax (Federal Tax levied by the US Government, State Tax levied by the State of California,???).
Nested Schema : TaxDefinition
Type:
object
Reference of a tax definition. A tax is levied by an authorized tax jurisdiction. There are many different types of tax (Federal Tax levied by the US Government, State Tax levied by the State of California,???).
Show Source
-
@baseType: string
When sub-classing, this defines the super-class
-
@referredType: string
The actual type of the target instance when needed for disambiguation.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name
-
id: string
Unique identifier of the tax.
-
name: string
Tax name.
-
taxType: string
Type of the tax.
Nested Schema : IndividualOracle-allOf[1]
Type:
object
400 Response
Bad Request
Root Schema : Error
Type:
object
Used when an API throws an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx)
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
code(required): string
Application relevant detail, defined in the API or a common list.
-
message: string
More details and corrective actions related to the error which can be shown to a client user.
-
reason(required): string
Explanation of the reason for the error which can be shown to a client user.
-
referenceError: string
(uri)
URI of documentation describing the error.
-
status: string
HTTP Error code extension
401 Response
Unauthorized
Root Schema : Error
Type:
object
Used when an API throws an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx)
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
code(required): string
Application relevant detail, defined in the API or a common list.
-
message: string
More details and corrective actions related to the error which can be shown to a client user.
-
reason(required): string
Explanation of the reason for the error which can be shown to a client user.
-
referenceError: string
(uri)
URI of documentation describing the error.
-
status: string
HTTP Error code extension
403 Response
Forbidden
Root Schema : Error
Type:
object
Used when an API throws an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx)
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
code(required): string
Application relevant detail, defined in the API or a common list.
-
message: string
More details and corrective actions related to the error which can be shown to a client user.
-
reason(required): string
Explanation of the reason for the error which can be shown to a client user.
-
referenceError: string
(uri)
URI of documentation describing the error.
-
status: string
HTTP Error code extension
404 Response
Not Found
Root Schema : Error
Type:
object
Used when an API throws an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx)
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
code(required): string
Application relevant detail, defined in the API or a common list.
-
message: string
More details and corrective actions related to the error which can be shown to a client user.
-
reason(required): string
Explanation of the reason for the error which can be shown to a client user.
-
referenceError: string
(uri)
URI of documentation describing the error.
-
status: string
HTTP Error code extension
405 Response
Method Not allowed
Root Schema : Error
Type:
object
Used when an API throws an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx)
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
code(required): string
Application relevant detail, defined in the API or a common list.
-
message: string
More details and corrective actions related to the error which can be shown to a client user.
-
reason(required): string
Explanation of the reason for the error which can be shown to a client user.
-
referenceError: string
(uri)
URI of documentation describing the error.
-
status: string
HTTP Error code extension
409 Response
Conflict
Root Schema : Error
Type:
object
Used when an API throws an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx)
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
code(required): string
Application relevant detail, defined in the API or a common list.
-
message: string
More details and corrective actions related to the error which can be shown to a client user.
-
reason(required): string
Explanation of the reason for the error which can be shown to a client user.
-
referenceError: string
(uri)
URI of documentation describing the error.
-
status: string
HTTP Error code extension
500 Response
Internal Server Error
Root Schema : Error
Type:
object
Used when an API throws an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx)
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
code(required): string
Application relevant detail, defined in the API or a common list.
-
message: string
More details and corrective actions related to the error which can be shown to a client user.
-
reason(required): string
Explanation of the reason for the error which can be shown to a client user.
-
referenceError: string
(uri)
URI of documentation describing the error.
-
status: string
HTTP Error code extension
Examples
The following shows how to get all individuals by submitting a GET request on the REST resource using cURL.
cURL Command
curl -H 'Authorization: Bearer <Token>' -X GET
https://{FABRIC_HOST}/party/v4/individual -H "Content-Type:
application/json" | json_pp
Response Body
The following shows the contents of the response body in JSON format.
[ { "partyId": "300100550342688", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-25T06:03:43.558Z", "creationDate": "2022-07-25T05:29:32.002Z", "createdBy": "comms_care", "lastUpdatedBy": "comms_care", "partyNumber": "CDRM_953427", "userName": "comms_care", "id": "CDRM_953427", "href": "/party/v4/individual/CDRM_953427", "familyName": "Pickford1", "fullName": "Lia1 Test1 Pickford1", "givenName": "Lia1", "middleName": "Test1", "title": "MS.", "contactMedium": [ { "id": "CDRM_854505", "lastUpdateDate": "2022-07-25T05:29:33.795Z", "addressId": "300100550342692", "mediumType": "postalAddress", "preferred": true, "characteristic": { "address1": "5174 Richmond56", "address2": "Avenue Md 206098", "formattedAddress": "5174 Richmond56,Avenue Md 206098,AVENUE, MD 20609", "state": "MD", "doNotMailFlag": false, "city": "Avenue", "contactType": "billingAddress", "country": "US", "postCode": "20609", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550342696", "lastUpdateDate": "2022-07-25T05:29:35.770Z", "mediumType": "emailAddress", "preferred": true, "characteristic": { "doNotMailFlag": false, "emailAddress": "etm@etmail.com", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550342697", "lastUpdateDate": "2022-07-25T05:29:36.253Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+54 112233", "phoneCountryCode": "54", "doNotCallFlag": false, "contactType": "faxNumber", "faxNumber": "112233", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550342698", "lastUpdateDate": "2022-07-25T05:29:36.291Z", "mediumType": "phoneNumber", "preferred": true, "characteristic": { "formattedPhoneNumber": "+93 (1111)34444", "phoneCountryCode": "93", "phoneAreaCode": "1111", "doNotCallFlag": false, "contactType": "homePhoneNumber", "phoneNumber": "34444", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550342699", "lastUpdateDate": "2022-07-25T05:29:36.305Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+358 ", "phoneCountryCode": "358", "doNotCallFlag": false, "contactType": "mobilePhoneNumber", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" } ], "individualIdentification": [ { "id": "300100550342691", "identificationId": "KA-DL-24344", "identificationType": "DRIVERS_LICENSE", "issuingAuthority": "RTO Bangalore", "issuingDate": "2022-06-28T12:00:00Z", "attachment": { "id": "00020000000EACED00057708000110F09AB338270000000EACED00057708000110F09AB33826", "href": "/documentManagement/v4/attachment/00020000000EACED00057708000110F09AB338270000000EACED00057708000110F09AB33826", "content": "VGhpcyBpcyB0aGUgZHJpdmVycyBsaWNlbnNlIGNvbnRlbnQu", "description": "Drivers license file content", "mimeType": "application/pdf", "name": "Drivers_license.pdf", "size": { "amount": 48.0, "units": "bytes" }, "validFor": { "endDateTime": "2027-06-28T03:40:14.003Z" } }, "validFor": { "endDateTime": "2032-06-28T12:00:00Z" }, "@baseType": "IndividualIdentification", "@type": "IndividualIdentificationOracle" } ], "relatedParty": [ { "relationshipId": "300100550342700", "relationshipCode": "PARENT_OF", "relationshipType": "PARENT/CHILD", "lastUpdateDate": "2022-07-25T05:29:36.346Z", "id": "CDRM_953424", "href": "/party/v4/individual/CDRM_953424", "name": "Chandra Reddy", "role": "PARENT", "@type": "RelatedPartyOracle", "@referredType": "Individual" } ], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550342642", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-25T04:39:52.017Z", "creationDate": "2022-07-25T04:39:36.002Z", "createdBy": "comms_care", "lastUpdatedBy": "comms_care", "partyNumber": "CDRM_953425", "userName": "comms_care", "id": "CDRM_953425", "href": "/party/v4/individual/CDRM_953425", "familyName": "Pickford1", "fullName": "Lia1 Test1 Pickford1", "givenName": "Lia1", "middleName": "Test1", "title": "MS.", "contactMedium": [ { "id": "CDRM_854503", "lastUpdateDate": "2022-07-25T04:39:40.951Z", "addressId": "300100550342646", "mediumType": "postalAddress", "preferred": true, "characteristic": { "address1": "5174 Richmond56", "address2": "Avenue Md 206098", "formattedAddress": "5174 Richmond56,Avenue Md 206098,AVENUE, MD 20609", "state": "MD", "doNotMailFlag": false, "city": "Avenue", "contactType": "billingAddress", "country": "US", "postCode": "20609", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550342650", "lastUpdateDate": "2022-07-25T04:39:44.563Z", "mediumType": "emailAddress", "preferred": true, "characteristic": { "doNotMailFlag": false, "emailAddress": "etm@etmail.com", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550342651", "lastUpdateDate": "2022-07-25T04:39:46.504Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+54 112233", "phoneCountryCode": "54", "doNotCallFlag": false, "contactType": "faxNumber", "faxNumber": "112233", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550342652", "lastUpdateDate": "2022-07-25T04:39:46.897Z", "mediumType": "phoneNumber", "preferred": true, "characteristic": { "formattedPhoneNumber": "+93 (1111)34444", "phoneCountryCode": "93", "phoneAreaCode": "1111", "doNotCallFlag": false, "contactType": "homePhoneNumber", "phoneNumber": "34444", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550342653", "lastUpdateDate": "2022-07-25T04:39:46.946Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+358 ", "phoneCountryCode": "358", "doNotCallFlag": false, "contactType": "mobilePhoneNumber", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" } ], "individualIdentification": [ { "id": "300100550342645", "identificationId": "KA-DL-12345", "identificationType": "DRIVERS_LICENSE", "issuingAuthority": "RTA - Electronic City, Bangalore", "issuingDate": "2022-06-28T12:00:00Z", "attachment": { "id": "00020000000EACED00057708000110F09AB337F90000000EACED00057708000110F09AB337F8", "href": "/documentManagement/v4/attachment/00020000000EACED00057708000110F09AB337F90000000EACED00057708000110F09AB337F8", "content": "VGhpcyBpcyB0aGUgZHJpdmVycyBsaWNlbnNlIGNvbnRlbnQu", "description": "Drivers license file content", "mimeType": "application/pdf", "name": "Drivers_license.pdf", "size": { "amount": 48.0, "units": "bytes" }, "validFor": { "endDateTime": "2027-06-28T03:40:14.003Z" } }, "validFor": { "endDateTime": "2032-06-28T12:00:00Z" }, "@baseType": "IndividualIdentification", "@type": "IndividualIdentificationOracle" } ], "relatedParty": [ { "relationshipId": "300100550342654", "relationshipCode": "PARENT_OF", "relationshipType": "PARENT/CHILD", "lastUpdateDate": "2022-07-25T04:39:48.678Z", "id": "CDRM_953424", "href": "/party/v4/individual/CDRM_953424", "name": "Chandra Reddy", "role": "PARENT", "@type": "RelatedPartyOracle", "@referredType": "Individual" } ], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550342635", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-25T05:29:37.175Z", "creationDate": "2022-07-25T04:09:10.002Z", "createdBy": "comms_care", "lastUpdatedBy": "comms_care", "partyNumber": "CDRM_953424", "userName": "comms_care", "id": "CDRM_953424", "href": "/party/v4/individual/CDRM_953424", "familyName": "Reddy", "fullName": "Chandra Reddy", "givenName": "Chandra", "contactMedium": [], "individualIdentification": [ { "id": "300100550342638", "identificationId": "KA-DL-12345", "identificationType": "DRIVERS_LICENSE", "issuingAuthority": "RTA - Electronic City, Bangalore", "issuingDate": "2022-06-28T12:00:00Z", "attachment": { "id": "00020000000EACED00057708000110F09AB337F00000000EACED00057708000110F09AB337EF", "href": "/documentManagement/v4/attachment/00020000000EACED00057708000110F09AB337F00000000EACED00057708000110F09AB337EF", "content": "VGhpcyBpcyB0aGUgZHJpdmVycyBsaWNlbnNlIGNvbnRlbnQu", "description": "Drivers license file content", "mimeType": "application/pdf", "name": "Drivers_license.pdf", "size": { "amount": 48.0, "units": "bytes" }, "validFor": { "endDateTime": "2027-06-28T03:40:14.003Z" } }, "validFor": { "endDateTime": "2032-06-28T12:00:00Z" }, "@baseType": "IndividualIdentification", "@type": "IndividualIdentificationOracle" } ], "relatedParty": [ { "relationshipId": "300100550342680", "relationshipCode": "CHILD_OF", "relationshipType": "PARENT/CHILD", "lastUpdateDate": "2022-07-25T04:39:53.654Z", "id": "CDRM_953425", "href": "/party/v4/individual/CDRM_953425", "name": "Lia1 Test1 Pickford1", "role": "CHILD", "@type": "RelatedPartyOracle", "@referredType": "Individual" }, { "relationshipId": "300100550342709", "relationshipCode": "CHILD_OF", "relationshipType": "PARENT/CHILD", "lastUpdateDate": "2022-07-25T05:29:37.2Z", "id": "CDRM_953427", "href": "/party/v4/individual/CDRM_953427", "name": "Lia1 Test1 Pickford1", "role": "CHILD", "@type": "RelatedPartyOracle", "@referredType": "Individual" } ], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550342628", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-25T04:09:13.520Z", "creationDate": "2022-07-25T04:08:59.002Z", "createdBy": "comms_care", "lastUpdatedBy": "comms_care", "partyNumber": "CDRM_953423", "userName": "comms_care", "id": "CDRM_953423", "href": "/party/v4/individual/CDRM_953423", "familyName": "Reddy", "fullName": "Chandra Reddy", "givenName": "Chandra", "contactMedium": [], "individualIdentification": [ { "id": "300100550342631", "identificationId": "KA-DL-12345", "identificationType": "DRIVERS_LICENSE", "issuingAuthority": "RTA - Electronic City, Bangalore", "issuingDate": "2022-06-28T12:00:00Z", "attachment": { "id": "00020000000EACED00057708000110F09AB337E90000000EACED00057708000110F09AB337E8", "href": "/documentManagement/v4/attachment/00020000000EACED00057708000110F09AB337E90000000EACED00057708000110F09AB337E8", "content": "VGhpcyBpcyB0aGUgZHJpdmVycyBsaWNlbnNlIGNvbnRlbnQu", "description": "Drivers license file content", "mimeType": "application/pdf", "name": "Drivers_license.pdf", "size": { "amount": 48.0, "units": "bytes" }, "validFor": { "endDateTime": "2027-06-28T03:40:14.003Z" } }, "validFor": { "endDateTime": "2032-06-28T12:00:00Z" }, "@baseType": "IndividualIdentification", "@type": "IndividualIdentificationOracle" } ], "relatedParty": [], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550342380", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-22T08:33:25.485Z", "creationDate": "2022-07-22T08:33:09.002Z", "createdBy": "comms_care", "lastUpdatedBy": "comms_care", "partyNumber": "CDRM_953420", "userName": "comms_care", "id": "CDRM_953420", "href": "/party/v4/individual/CDRM_953420", "familyName": "Party", "fullName": "New Party", "givenName": "New", "contactMedium": [], "relatedParty": [], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550342376", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-22T08:25:27.566Z", "creationDate": "2022-07-22T08:25:27.001Z", "createdBy": "comms_care", "lastUpdatedBy": "comms_care", "partyNumber": "CDRM_953419", "userName": "comms_care", "id": "CDRM_953419", "href": "/party/v4/individual/CDRM_953419", "familyName": "Party", "fullName": "New Party", "givenName": "New", "contactMedium": [], "relatedParty": [], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550342351", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-22T05:43:01.457Z", "creationDate": "2022-07-22T05:42:42.001Z", "createdBy": "comms_care", "lastUpdatedBy": "comms_care", "partyNumber": "CDRM_953418", "userName": "comms_care", "id": "CDRM_953418", "href": "/party/v4/individual/CDRM_953418", "familyName": "Party", "fullName": "New Party", "givenName": "New", "contactMedium": [], "relatedParty": [], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550342347", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-22T05:34:54.716Z", "creationDate": "2022-07-22T05:34:54.002Z", "createdBy": "comms_care", "lastUpdatedBy": "comms_care", "partyNumber": "CDRM_953417", "userName": "comms_care", "id": "CDRM_953417", "href": "/party/v4/individual/CDRM_953417", "familyName": "Party", "fullName": "New Party", "givenName": "New", "contactMedium": [], "relatedParty": [], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550342331", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-21T21:52:48.558Z", "creationDate": "2022-07-21T21:52:32.003Z", "createdBy": "comms_care", "lastUpdatedBy": "comms_care", "partyNumber": "CDRM_953416", "userName": "comms_care", "id": "CDRM_953416", "href": "/party/v4/individual/CDRM_953416", "familyName": "Party", "fullName": "New Party", "givenName": "New", "contactMedium": [], "relatedParty": [], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550342327", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-21T21:44:56.632Z", "creationDate": "2022-07-21T21:44:56.002Z", "createdBy": "comms_care", "lastUpdatedBy": "comms_care", "partyNumber": "CDRM_953415", "userName": "comms_care", "id": "CDRM_953415", "href": "/party/v4/individual/CDRM_953415", "familyName": "Party", "fullName": "New Party", "givenName": "New", "contactMedium": [], "relatedParty": [], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550342001", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-21T14:02:39.482Z", "creationDate": "2022-07-21T14:02:23.003Z", "createdBy": "comms_care", "lastUpdatedBy": "comms_care", "partyNumber": "CDRM_953414", "userName": "comms_care", "id": "CDRM_953414", "href": "/party/v4/individual/CDRM_953414", "familyName": "Party", "fullName": "New Party", "givenName": "New", "contactMedium": [], "relatedParty": [], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550341992", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-21T13:53:46.780Z", "creationDate": "2022-07-21T13:53:46.002Z", "createdBy": "comms_care", "lastUpdatedBy": "comms_care", "partyNumber": "CDRM_953413", "userName": "comms_care", "id": "CDRM_953413", "href": "/party/v4/individual/CDRM_953413", "familyName": "Party", "fullName": "New Party", "givenName": "New", "contactMedium": [], "relatedParty": [], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550341401", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-20T10:12:15.618Z", "creationDate": "2022-07-20T10:12:13.002Z", "createdBy": "comms_care", "lastUpdatedBy": "comms_care", "partyNumber": "CDRM_953412", "userName": "comms_care", "id": "CDRM_953412", "href": "/party/v4/individual/CDRM_953412", "familyName": "Reddy", "fullName": "Chandra Reddy", "givenName": "Chandra", "contactMedium": [], "individualIdentification": [ { "id": "300100550341404", "identificationId": "KA-DL-12345", "identificationType": "DRIVERS_LICENSE", "issuingAuthority": "RTA - Electronic City, Bangalore", "issuingDate": "2022-06-28T12:00:00Z", "attachment": { "id": "00020000000EACED00057708000110F09AB3331E0000000EACED00057708000110F09AB3331D", "href": "/documentManagement/v4/attachment/00020000000EACED00057708000110F09AB3331E0000000EACED00057708000110F09AB3331D", "content": "VGhpcyBpcyB0aGUgZHJpdmVycyBsaWNlbnNlIGNvbnRlbnQu", "description": "Drivers license file content", "mimeType": "application/pdf", "name": "Drivers_license.pdf", "size": { "amount": 48.0, "units": "bytes" }, "validFor": { "endDateTime": "2027-06-28T03:40:14.003Z" } }, "validFor": { "endDateTime": "2032-06-28T12:00:00Z" }, "@baseType": "IndividualIdentification", "@type": "IndividualIdentificationOracle" } ], "relatedParty": [], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550341304", "jobTitle": "Software.Engg", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-20T02:57:57.521Z", "timezone": "ORA_19800000", "creationDate": "2022-07-20T02:57:56.002Z", "createdBy": "b.chandra.obul.reddy@oracle.com", "lastUpdatedBy": "b.chandra.obul.reddy@oracle.com", "partyNumber": "CDRM_953408", "userName": "comms_care", "id": "CDRM_953408", "href": "/party/v4/individual/CDRM_953408", "familyName": "Dravid", "fullName": "Rohan A Dravid", "givenName": "Rohan", "middleName": "A", "contactMedium": [ { "id": "CDRM_853791", "lastUpdateDate": "2022-07-20T02:57:56.637Z", "addressId": "300100550341307", "mediumType": "postalAddress", "preferred": true, "characteristic": { "formattedAddress": "UNITED STATES", "doNotMailFlag": false, "country": "US", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550341310", "lastUpdateDate": "2022-07-20T02:57:57.390Z", "mediumType": "emailAddress", "preferred": true, "characteristic": { "doNotMailFlag": false, "emailAddress": "rohan.dravid@oracle.com", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550341309", "lastUpdateDate": "2022-07-20T02:57:56.926Z", "mediumType": "phoneNumber", "preferred": true, "characteristic": { "formattedPhoneNumber": "+1 (00)1234567 x1", "phoneCountryCode": "1", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "faxNumber", "faxNumber": "1234567", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" } ], "relatedParty": [], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550341217", "jobTitle": "test", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-19T12:25:14.624Z", "timezone": "ORA_19800000", "creationDate": "2022-07-19T12:25:13.002Z", "createdBy": "comms_admin", "lastUpdatedBy": "comms_admin", "partyNumber": "CDRM_953403", "userName": "comms_care", "id": "CDRM_953403", "href": "/party/v4/individual/CDRM_953403", "familyName": "test", "fullName": "integration test test", "givenName": "integration", "middleName": "test", "contactMedium": [ { "id": "CDRM_853786", "lastUpdateDate": "2022-07-19T12:25:14.003Z", "addressId": "300100550341223", "mediumType": "postalAddress", "preferred": false, "characteristic": { "formattedAddress": "INDIA", "doNotMailFlag": false, "country": "IN", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "CDRM_853785", "lastUpdateDate": "2022-07-19T12:25:13.735Z", "addressId": "300100550341221", "mediumType": "postalAddress", "preferred": true, "characteristic": { "formattedAddress": "UNITED STATES", "doNotMailFlag": false, "country": "US", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550341228", "lastUpdateDate": "2022-07-19T12:25:14.506Z", "mediumType": "emailAddress", "preferred": true, "characteristic": { "doNotMailFlag": false, "emailAddress": "test@oracle.com", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550341227", "lastUpdateDate": "2022-07-19T12:25:14.491Z", "mediumType": "phoneNumber", "preferred": true, "characteristic": { "formattedPhoneNumber": "+1 (00)1234567 x1", "phoneCountryCode": "1", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "faxNumber", "faxNumber": "1234567", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550341226", "lastUpdateDate": "2022-07-19T12:25:14.481Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+81 00 123 4567 x1", "phoneCountryCode": "81", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "landlineNumber", "phoneNumber": "1234567", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550341225", "lastUpdateDate": "2022-07-19T12:25:14.026Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+81 (00)9012132121211 x1", "phoneCountryCode": "81", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "workPhoneNumber", "phoneNumber": "9012132121211", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" } ], "relatedParty": [], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550341164", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-19T12:24:54.274Z", "creationDate": "2022-07-19T12:24:52.003Z", "createdBy": "comms_admin", "lastUpdatedBy": "comms_admin", "partyNumber": "CDRM_953399", "userName": "comms_care", "id": "CDRM_953399", "href": "/party/v4/individual/CDRM_953399", "familyName": "test", "fullName": "integration test", "givenName": "integration", "contactMedium": [], "relatedParty": [ { "comment": "test updated", "relationshipId": "300100550341168", "relationshipCode": "MANAGER_OF", "relationshipType": "MANAGER", "lastUpdateDate": "2022-07-19T12:24:54Z", "id": "CDRM_953398", "href": "/party/v4/individual/CDRM_953398", "name": "integration test test", "role": "MANAGER", "@type": "RelatedPartyOracle", "@referredType": "Individual" } ], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550341149", "jobTitle": "test", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-19T12:24:54.242Z", "timezone": "ORA_19800000", "creationDate": "2022-07-19T12:24:49.002Z", "createdBy": "comms_admin", "lastUpdatedBy": "comms_admin", "partyNumber": "CDRM_953398", "userName": "comms_care", "id": "CDRM_953398", "href": "/party/v4/individual/CDRM_953398", "familyName": "test", "fullName": "integration test test", "givenName": "integration", "middleName": "test", "contactMedium": [ { "id": "CDRM_853781", "lastUpdateDate": "2022-07-19T12:24:50.301Z", "addressId": "300100550341155", "mediumType": "postalAddress", "preferred": false, "characteristic": { "formattedAddress": "INDIA", "doNotMailFlag": false, "country": "IN", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "CDRM_853780", "lastUpdateDate": "2022-07-19T12:24:50.036Z", "addressId": "300100550341153", "mediumType": "postalAddress", "preferred": true, "characteristic": { "formattedAddress": "UNITED STATES", "doNotMailFlag": false, "country": "US", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550341160", "lastUpdateDate": "2022-07-19T12:24:50.798Z", "mediumType": "emailAddress", "preferred": true, "characteristic": { "doNotMailFlag": false, "emailAddress": "test@oracle.com", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550341159", "lastUpdateDate": "2022-07-19T12:24:50.783Z", "mediumType": "phoneNumber", "preferred": true, "characteristic": { "formattedPhoneNumber": "+1 (00)1234567 x1", "phoneCountryCode": "1", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "faxNumber", "faxNumber": "1234567", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550341158", "lastUpdateDate": "2022-07-19T12:24:50.772Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+81 00 123 4567 x1", "phoneCountryCode": "81", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "landlineNumber", "phoneNumber": "1234567", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550341157", "lastUpdateDate": "2022-07-19T12:24:50.322Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+81 (00)9012132121211 x1", "phoneCountryCode": "81", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "workPhoneNumber", "phoneNumber": "9012132121211", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" } ], "relatedParty": [ { "comment": "test updated", "relationshipId": "300100550341175", "relationshipCode": "REPORTS_TO", "relationshipType": "MANAGER", "lastUpdateDate": "2022-07-19T12:24:54.288Z", "id": "CDRM_953399", "href": "/party/v4/individual/CDRM_953399", "name": "integration test", "role": "MANAGEMENTREPORT", "@type": "RelatedPartyOracle", "@referredType": "Individual" } ], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550341134", "jobTitle": "test", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-19T12:24:25.595Z", "timezone": "ORA_19800000", "creationDate": "2022-07-19T12:24:24.002Z", "createdBy": "comms_admin", "lastUpdatedBy": "comms_admin", "partyNumber": "CDRM_953397", "userName": "comms_care", "id": "CDRM_953397", "href": "/party/v4/individual/CDRM_953397", "familyName": "test", "fullName": "integration test test", "givenName": "integration", "middleName": "test", "contactMedium": [ { "id": "CDRM_853779", "lastUpdateDate": "2022-07-19T12:24:24.986Z", "addressId": "300100550341140", "mediumType": "postalAddress", "preferred": false, "characteristic": { "formattedAddress": "INDIA", "doNotMailFlag": false, "country": "IN", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "CDRM_853778", "lastUpdateDate": "2022-07-19T12:24:24.740Z", "addressId": "300100550341138", "mediumType": "postalAddress", "preferred": true, "characteristic": { "formattedAddress": "UNITED STATES", "doNotMailFlag": false, "country": "US", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550341145", "lastUpdateDate": "2022-07-19T12:24:25.476Z", "mediumType": "emailAddress", "preferred": true, "characteristic": { "doNotMailFlag": false, "emailAddress": "test@oracle.com", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550341144", "lastUpdateDate": "2022-07-19T12:24:25.447Z", "mediumType": "phoneNumber", "preferred": true, "characteristic": { "formattedPhoneNumber": "+1 (00)1234567 x1", "phoneCountryCode": "1", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "faxNumber", "faxNumber": "1234567", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550341143", "lastUpdateDate": "2022-07-19T12:24:25.436Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+81 00 123 4567 x1", "phoneCountryCode": "81", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "landlineNumber", "phoneNumber": "1234567", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550341142", "lastUpdateDate": "2022-07-19T12:24:25.007Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+81 (00)9012132121211 x1", "phoneCountryCode": "81", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "workPhoneNumber", "phoneNumber": "9012132121211", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" } ], "relatedParty": [], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550341051", "jobTitle": "test", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-19T12:22:23.346Z", "timezone": "ORA_19800000", "creationDate": "2022-07-19T12:22:20.001Z", "createdBy": "comms_admin", "lastUpdatedBy": "comms_admin", "partyNumber": "CDRM_953392", "userName": "comms_care", "id": "CDRM_953392", "href": "/party/v4/individual/CDRM_953392", "familyName": "test1", "fullName": "integration1 test1 test1", "givenName": "integration1", "middleName": "test1", "contactMedium": [ { "id": "CDRM_853771", "lastUpdateDate": "2022-07-19T12:22:21.348Z", "addressId": "300100550341058", "mediumType": "postalAddress", "preferred": false, "characteristic": { "formattedAddress": "INDIA", "doNotMailFlag": false, "country": "IN", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "CDRM_853770", "lastUpdateDate": "2022-07-19T12:22:21.092Z", "addressId": "300100550341056", "mediumType": "postalAddress", "preferred": true, "characteristic": { "formattedAddress": "UNITED STATES", "doNotMailFlag": false, "country": "US", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550341065", "lastUpdateDate": "2022-07-19T12:22:23.206Z", "mediumType": "emailAddress", "preferred": true, "characteristic": { "doNotMailFlag": false, "emailAddress": "test@oracle.com", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550341064", "lastUpdateDate": "2022-07-19T12:22:23.192Z", "mediumType": "phoneNumber", "preferred": true, "characteristic": { "formattedPhoneNumber": "+1 (00)1234567 x1", "phoneCountryCode": "1", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "faxNumber", "faxNumber": "1234567", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550341063", "lastUpdateDate": "2022-07-19T12:22:23.182Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+81 00 123 4567 x1", "phoneCountryCode": "81", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "landlineNumber", "phoneNumber": "1234567", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550341062", "lastUpdateDate": "2022-07-19T12:22:22.720Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+81 (00)9012132121211 x1", "phoneCountryCode": "81", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "workPhoneNumber", "phoneNumber": "9012132121211", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" } ], "individualIdentification": [ { "id": "300100550341055", "identificationId": "KA-DL-12345", "identificationType": "DRIVERS_LICENSE", "issuingAuthority": "RTA of Electronic City, Bangalore", "issuingDate": "2022-05-27T12:00:00Z", "attachment": { "id": "00020000000EACED00057708000110F09AB331C50000000EACED00057708000110F09AB331C4", "href": "/documentManagement/v4/attachment/00020000000EACED00057708000110F09AB331C50000000EACED00057708000110F09AB331C4", "content": "VGhpcyBpcyB0aGUgZHJpdmVycyBsaWNlbnNlIGNvbnRlbnQu", "description": "Drivers license file content", "mimeType": "application/pdf", "name": "Drivers_license.pdf", "size": { "amount": 48.0, "units": "bytes" }, "validFor": { "endDateTime": "2027-05-26T03:40:14.003Z" } }, "validFor": { "endDateTime": "2032-05-26T12:00:00Z" }, "@baseType": "IndividualIdentification", "@type": "IndividualIdentificationOracle" } ], "relatedParty": [], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550340961", "jobTitle": "test", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-19T12:10:22.310Z", "timezone": "ORA_19800000", "creationDate": "2022-07-19T12:10:19.002Z", "createdBy": "comms_admin", "lastUpdatedBy": "comms_admin", "partyNumber": "CDRM_953388", "userName": "comms_care", "id": "CDRM_953388", "href": "/party/v4/individual/CDRM_953388", "familyName": "test1", "fullName": "integration1 test1 test1", "givenName": "integration1", "middleName": "test1", "contactMedium": [ { "id": "CDRM_853760", "lastUpdateDate": "2022-07-19T12:10:20.191Z", "addressId": "300100550340968", "mediumType": "postalAddress", "preferred": false, "characteristic": { "formattedAddress": "INDIA", "doNotMailFlag": false, "country": "IN", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "CDRM_853759", "lastUpdateDate": "2022-07-19T12:10:19.927Z", "addressId": "300100550340966", "mediumType": "postalAddress", "preferred": true, "characteristic": { "formattedAddress": "UNITED STATES", "doNotMailFlag": false, "country": "US", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550340975", "lastUpdateDate": "2022-07-19T12:10:22.178Z", "mediumType": "emailAddress", "preferred": true, "characteristic": { "doNotMailFlag": false, "emailAddress": "test@oracle.com", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550340974", "lastUpdateDate": "2022-07-19T12:10:22.160Z", "mediumType": "phoneNumber", "preferred": true, "characteristic": { "formattedPhoneNumber": "+1 (00)1234567 x1", "phoneCountryCode": "1", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "faxNumber", "faxNumber": "1234567", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550340973", "lastUpdateDate": "2022-07-19T12:10:22.135Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+81 00 123 4567 x1", "phoneCountryCode": "81", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "landlineNumber", "phoneNumber": "1234567", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550340972", "lastUpdateDate": "2022-07-19T12:10:21.742Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+81 (00)9012132121211 x1", "phoneCountryCode": "81", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "workPhoneNumber", "phoneNumber": "9012132121211", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" } ], "individualIdentification": [ { "id": "300100550340965", "identificationId": "KA-DL-12345", "identificationType": "DRIVERS_LICENSE", "issuingAuthority": "RTA of Electronic City, Bangalore", "issuingDate": "2022-05-27T12:00:00Z", "attachment": { "id": "00020000000EACED00057708000110F09AB3316B0000000EACED00057708000110F09AB3316A", "href": "/documentManagement/v4/attachment/00020000000EACED00057708000110F09AB3316B0000000EACED00057708000110F09AB3316A", "content": "VGhpcyBpcyB0aGUgZHJpdmVycyBsaWNlbnNlIGNvbnRlbnQu", "description": "Drivers license file content", "mimeType": "application/pdf", "name": "Drivers_license.pdf", "size": { "amount": 48.0, "units": "bytes" }, "validFor": { "endDateTime": "2027-05-26T03:40:14.003Z" } }, "validFor": { "endDateTime": "2032-05-26T12:00:00Z" }, "@baseType": "IndividualIdentification", "@type": "IndividualIdentificationOracle" } ], "relatedParty": [], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550340908", "jobTitle": "test", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-19T11:39:20.628Z", "timezone": "ORA_19800000", "creationDate": "2022-07-19T11:39:19.002Z", "createdBy": "comms_admin", "lastUpdatedBy": "comms_admin", "partyNumber": "CDRM_953384", "userName": "comms_care", "id": "CDRM_953384", "href": "/party/v4/individual/CDRM_953384", "familyName": "test", "fullName": "integration test test", "givenName": "integration", "middleName": "test", "contactMedium": [ { "id": "CDRM_853755", "lastUpdateDate": "2022-07-19T11:39:20.029Z", "addressId": "300100550340914", "mediumType": "postalAddress", "preferred": false, "characteristic": { "formattedAddress": "INDIA", "doNotMailFlag": false, "country": "IN", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "CDRM_853754", "lastUpdateDate": "2022-07-19T11:39:19.772Z", "addressId": "300100550340912", "mediumType": "postalAddress", "preferred": true, "characteristic": { "formattedAddress": "UNITED STATES", "doNotMailFlag": false, "country": "US", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550340919", "lastUpdateDate": "2022-07-19T11:39:20.496Z", "mediumType": "emailAddress", "preferred": true, "characteristic": { "doNotMailFlag": false, "emailAddress": "test@oracle.com", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550340918", "lastUpdateDate": "2022-07-19T11:39:20.480Z", "mediumType": "phoneNumber", "preferred": true, "characteristic": { "formattedPhoneNumber": "+1 (00)1234567 x1", "phoneCountryCode": "1", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "faxNumber", "faxNumber": "1234567", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550340917", "lastUpdateDate": "2022-07-19T11:39:20.470Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+81 00 123 4567 x1", "phoneCountryCode": "81", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "landlineNumber", "phoneNumber": "1234567", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550340916", "lastUpdateDate": "2022-07-19T11:39:20.050Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+81 (00)9012132121211 x1", "phoneCountryCode": "81", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "workPhoneNumber", "phoneNumber": "9012132121211", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" } ], "relatedParty": [], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550340870", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-19T11:39:04.246Z", "creationDate": "2022-07-19T11:39:02.002Z", "createdBy": "comms_admin", "lastUpdatedBy": "comms_admin", "partyNumber": "CDRM_953381", "userName": "comms_care", "id": "CDRM_953381", "href": "/party/v4/individual/CDRM_953381", "familyName": "test", "fullName": "integration test", "givenName": "integration", "contactMedium": [], "relatedParty": [ { "comment": "test updated", "relationshipId": "300100550340874", "relationshipCode": "MANAGER_OF", "relationshipType": "MANAGER", "lastUpdateDate": "2022-07-19T11:39:04Z", "id": "CDRM_953380", "href": "/party/v4/individual/CDRM_953380", "name": "integration test test", "role": "MANAGER", "@type": "RelatedPartyOracle", "@referredType": "Individual" } ], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550340855", "jobTitle": "test", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-19T11:39:04.217Z", "timezone": "ORA_19800000", "creationDate": "2022-07-19T11:38:59.002Z", "createdBy": "comms_admin", "lastUpdatedBy": "comms_admin", "partyNumber": "CDRM_953380", "userName": "comms_care", "id": "CDRM_953380", "href": "/party/v4/individual/CDRM_953380", "familyName": "test", "fullName": "integration test test", "givenName": "integration", "middleName": "test", "contactMedium": [ { "id": "CDRM_853750", "lastUpdateDate": "2022-07-19T11:39:00.028Z", "addressId": "300100550340861", "mediumType": "postalAddress", "preferred": false, "characteristic": { "formattedAddress": "INDIA", "doNotMailFlag": false, "country": "IN", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "CDRM_853749", "lastUpdateDate": "2022-07-19T11:38:59.756Z", "addressId": "300100550340859", "mediumType": "postalAddress", "preferred": true, "characteristic": { "formattedAddress": "UNITED STATES", "doNotMailFlag": false, "country": "US", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550340866", "lastUpdateDate": "2022-07-19T11:39:00.476Z", "mediumType": "emailAddress", "preferred": true, "characteristic": { "doNotMailFlag": false, "emailAddress": "test@oracle.com", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550340865", "lastUpdateDate": "2022-07-19T11:39:00.461Z", "mediumType": "phoneNumber", "preferred": true, "characteristic": { "formattedPhoneNumber": "+1 (00)1234567 x1", "phoneCountryCode": "1", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "faxNumber", "faxNumber": "1234567", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550340864", "lastUpdateDate": "2022-07-19T11:39:00.452Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+81 00 123 4567 x1", "phoneCountryCode": "81", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "landlineNumber", "phoneNumber": "1234567", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550340863", "lastUpdateDate": "2022-07-19T11:39:00.051Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+81 (00)9012132121211 x1", "phoneCountryCode": "81", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "workPhoneNumber", "phoneNumber": "9012132121211", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" } ], "relatedParty": [ { "comment": "test updated", "relationshipId": "300100550340881", "relationshipCode": "REPORTS_TO", "relationshipType": "MANAGER", "lastUpdateDate": "2022-07-19T11:39:04.257Z", "id": "CDRM_953381", "href": "/party/v4/individual/CDRM_953381", "name": "integration test", "role": "MANAGEMENTREPORT", "@type": "RelatedPartyOracle", "@referredType": "Individual" } ], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550340849", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-19T11:38:45.202Z", "creationDate": "2022-07-19T11:38:44.002Z", "createdBy": "comms_admin", "lastUpdatedBy": "comms_admin", "partyNumber": "CDRM_953379", "userName": "comms_care", "id": "CDRM_953379", "href": "/party/v4/individual/CDRM_953379", "familyName": "test3", "fullName": "integration3 test3", "givenName": "integration3", "contactMedium": [ { "id": "300100550340853", "lastUpdateDate": "2022-07-19T11:38:44.606Z", "mediumType": "emailAddress", "preferred": true, "characteristic": { "doNotMailFlag": false, "emailAddress": "1658230468163@oracle.com", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" } ], "relatedParty": [], "status": "initialized", "@type": "IndividualOracle" }, { "partyId": "300100550340834", "jobTitle": "test", "doNotCallFlag": false, "doNotEmailFlag": false, "lastUpdateDate": "2022-07-19T11:38:20.675Z", "timezone": "ORA_19800000", "creationDate": "2022-07-19T11:38:19.002Z", "createdBy": "comms_admin", "lastUpdatedBy": "comms_admin", "partyNumber": "CDRM_953378", "userName": "comms_care", "id": "CDRM_953378", "href": "/party/v4/individual/CDRM_953378", "familyName": "test", "fullName": "integration test test", "givenName": "integration", "middleName": "test", "contactMedium": [ { "id": "CDRM_853748", "lastUpdateDate": "2022-07-19T11:38:20.049Z", "addressId": "300100550340840", "mediumType": "postalAddress", "preferred": false, "characteristic": { "formattedAddress": "INDIA", "doNotMailFlag": false, "country": "IN", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "CDRM_853747", "lastUpdateDate": "2022-07-19T11:38:19.794Z", "addressId": "300100550340838", "mediumType": "postalAddress", "preferred": true, "characteristic": { "formattedAddress": "UNITED STATES", "doNotMailFlag": false, "country": "US", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550340845", "lastUpdateDate": "2022-07-19T11:38:20.550Z", "mediumType": "emailAddress", "preferred": true, "characteristic": { "doNotMailFlag": false, "emailAddress": "test@oracle.com", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550340844", "lastUpdateDate": "2022-07-19T11:38:20.536Z", "mediumType": "phoneNumber", "preferred": true, "characteristic": { "formattedPhoneNumber": "+1 (00)1234567 x1", "phoneCountryCode": "1", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "faxNumber", "faxNumber": "1234567", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550340843", "lastUpdateDate": "2022-07-19T11:38:20.524Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+81 00 123 4567 x1", "phoneCountryCode": "81", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "landlineNumber", "phoneNumber": "1234567", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" }, { "id": "300100550340842", "lastUpdateDate": "2022-07-19T11:38:20.090Z", "mediumType": "phoneNumber", "preferred": false, "characteristic": { "formattedPhoneNumber": "+81 (00)9012132121211 x1", "phoneCountryCode": "81", "phoneAreaCode": "00", "phoneExtension": "1", "doNotCallFlag": false, "contactType": "workPhoneNumber", "phoneNumber": "9012132121211", "@type": "MediumCharacteristicOracle" }, "@type": "ContactMediumOracle" } ], "relatedParty": [], "status": "initialized", "@type": "IndividualOracle" } ]