Get all partner contacts

get

/crmRestApi/resources/11.13.18.05/partnerContacts

Request

Query Parameters
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • CompanyNumberAndContactPartyNumberRF: Finds a partner contact with the partner company number and party number.
      Finder Variables:
      • PartnerCompanyNumber; string; The unique identifier of the partner company.
      • PartyNumber; string; The unique identifier for the partner contact party. It can be system-generated or user-provided during create, based on the profile option HZ_GENERATE_PARTY_NUMBER.
    • CompanyNumberAndPartyNumberAltKey: Finds a partner contact by company number and party number
      Finder Variables:
      • PartnerCompanyNumber; string.
    • ContactPartyNumberRF: Finds a partner contact by the party number.
      Finder Variables:
      • PartyNumber; string; The unique primary public identifier for the partner contact party.
    • ForRollup: Finds the partner contact associated with rollups.
      Finder Variables:
      • AttributeName; string.
      • RollupId; string.
    • PartyNumberAltKey: Finds a partner contact with the party number.
      Finder Variables:
      • PrimaryKey: Finds a partner contact with the party number.
        Finder Variables:
        • PartyId; integer; The unique identifier of the partner contact.
      • SourceSystemReferenceAltKey: Finds a partner contact with the source system reference value and source system value.
        Finder Variables:
        • SourceSystem; string; The name of the external source system of the partner contact.
        • SourceSystemReferenceValue; string; The identifier of the partner contact record from external source system.
      • SourceSystemReferenceRF: Finds a partner contact by source system and source system reference value.
        Finder Variables:
        • BindSourceSystem; string; The name of the external source system of the partner contact.
        • BindSourceSystemReferenceValue; string; The identifier of the partner contact record from the external source system.
        • BindSystemDate; string; Finds a partner contact with the specified finder. This is an internal attribute and should not be used.
    • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
    • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

      Example:
      self,canonical
    • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
    • The resource item payload will be filtered in order to contain only data (no links section, for example).
    • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
    • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

      Format: ?q=expression1;expression2

      You can use these queryable attributes to filter this collection resource using the q query parameter:
      • AcademicTitle; string; The part of the person???s title that denotes the academic qualification, such as Dr. Jane Smith.
      • AddrElementAttribute1; string; An additional address element to support flexible address format.
      • AddrElementAttribute2; string; An additional address element to support flexible address format.
      • AddrElementAttribute3; string; An additional address element to support flexible address format.
      • AddrElementAttribute4; string; An additional address element to support flexible address format.
      • AddrElementAttribute5; string; An additional address element to support flexible address format.
      • AddressLineFour; string; The fourth line for address of the contact.
      • AddressLineOne; string; The first line for address.
      • AddressLineThree; string; The third line for address.
      • AddressLineTwo; string; The second line for address.
      • Building; string; The building name or number in the address of the contact.
      • CertificationLevel; string; The certification level of a contact. A list of accepted values is defined in the lookup HZ_PARTY_CERT_LEVEL. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.
      • CertificationReasonCode; string; The code indicating the reason for the contact's current certification level assignment. A list of accepted values is defined using the lookup HZ_PARTY_CERT_REASON. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.
      • City; string; The city element of the address.
      • Comments; string; The textual comments about a contact.
      • ContactName; string; The derived name of the contact.
      • Country; string; The country code of the address.
      • CountryName; string; The name for the country of the partner company.
      • County; string; The county of the address.
      • CreateUserAccountFlag; boolean; Indicates whether the user account should be created. This should not be used currently.
      • CreatedBy; string; The user who created the record.
      • CreationDate; string; The date and time the record was created.
      • DateOfBirth; string; The date when the person was born.
      • DateOfDeath; string; The date when the person died.
      • DeceasedFlag; boolean; Indicates whether the person is deceased or not. If the value is True, then the person is deceased. The default value is False.
      • DeclaredEthnicity; string; The declared ethnicity of the person.
      • Department; string; The free form text used to name the department for the contact.
      • DepartmentCode; string; The code indicating the department of the contact. A list of accepted values is defined in the lookup DEPARTMENT_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Contact Lookups task.
      • DoNotCallFlag; boolean; Indicates if the user can call the partner contact or not. If the value is 'Y', then the user must not call the contact. The default value is 'N'.
      • DoNotContactFlag; boolean; Indicates if the user can contact the partner contact or not by phone or e-mail. If the value is 'Y', then the user must not contact the partner contact. The default value is 'N'.
      • DoNotEmailFlag; boolean; Indicates if the user can e-mail the partner contact or not. If the value is 'Y', then the user must not e-mail the partner contact. The default value is 'N'.
      • DoNotMailFlag; boolean; Indicates if the user can mail the partner contact or not. If the value is 'Y', then the user must not mail the partner contact. The default value is 'N'.
      • EmailAddress; string; The e-mail address of the partner contact.
      • FavoriteContactFlag; boolean; Indicates whether the person is a key contact. If the value is True, then person is a key contact. The default value is False. You can't use this attribute as a finder, because this is a transient field. The response will return an error if you use this attribute as a finder.
      • FirstName; string; The first name of the person.
      • FloorNumber; string; The floor number of the address.
      • Gender; string; The gender of the person, such as male, female, and unknown. A list of accepted values is defined in the lookup HZ_GENDER. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task.
      • Initials; string; The initials of the contact???s name.
      • JobTitle; string; The job title of the primary contact.
      • JobTitleCode; string; The code indicating the job title.
      • LastName; string; The last name of the person.
      • LastNamePrefix; string; The prefix for the last name of a person, such as De, Van. For example, if a person???s name is Hans De Vries, then the last name prefix De is captured using this attribute.
      • LastUpdateDate; string; The date on which the record was last updated.
      • LastUpdateLogin; string; The login details of the user who last updated the record.
      • LastUpdatedBy; string; The user who last updated the record.
      • Latitude; number; The latitude information for the address of the contact. The latitude information for the location is used for spatial proximity and containment purposes.
      • Longitude; number; The longitude information for the address of the contact. The longitude information for the location is used for spatial proximity and containment purposes.
      • Mailstop; string; The user-defined code that indicates a mail drop point within the organization.
      • MaritalStatus; string; The marital status of the person. A list of accepted values is defined in the lookup MARITAL_STATUS. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task.
      • MaritalStatusEffectiveDate; string; The date when the person's marital status was changed.
      • MiddleName; string; The middle name of the person.
      • MobileAreaCode; string; The area code for partner contact's mobile phone.
      • MobileCountryCode; string; The international country code for a partner contact???s mobile phone number, such as 33 for France.
      • MobileExtension; string; The additional number used after initial connection to an internal telephone system.
      • MobileNumber; string; The mobile phone number of partner contact formatted in the local format. The number should not include area code, country code, or extension.
      • NameSuffix; string; The place in a family structure. For example, in "Tom Jones III", the "III" is the suffix.
      • NamedFlag; boolean; Indicates whether a sales account is a named sales account. If the value is True, then the sales account is a named sales account. The default value is False.
      • PartnerCompanyNumber; string; The unique identifier of the partner company.
      • PartnerName; string; The name of the partner associated with the contact.
      • PartnerPartyId; integer; The unique identifier of the party associated with the partner.
      • PartyId; integer; The unique identifier of the partner contact party generated by the system during creation.
      • PartyNumber; string; The unique identifier for the partner contact party. It Can be system-generated or user-provided during create, based on the profile option HZ_GENERATE_PARTY_NUMBER.
      • PersonPreNameAdjunct; string; The title or the salutary introduction for a contact, such as Mr., Herr, and so on.
      • PlaceOfBirth; string; The place where the person was born, such as city or country.
      • PostalCode; string; The postal code as defined by the formal countrywide postal system.
      • PostalPlus4Code; string; The four-digit extension to the United States Postal ZIP code for the address.
      • PreferredContactMethod; string; The preferred method to contact the person. A list of accepted values is defined in the lookup HZ_PREFERRED_CONTACT_METHOD. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Contact Point Lookups task.
      • PreferredFunctionalCurrency; string; The preferred currency of the contact. A list of accepted values is defined using the Setup and Maintenance work area, Manage Currencies task.
      • PreviousLastName; string; The previous last name or surname of the person.
      • PrimaryAddressId; integer; The unique identifier for the address that is generated internally during create. One of AddressId, AddressNumber or SourceSystem and SourceSystemReferenceValue keys is used to identify the address record during update.
      • PrimaryContactPartyId; integer; The party identifier of the primary contact of the partner.
      • Province; string; The province of the address.
      • RawMobileNumber; string; The raw mobile phone number in the contact point.
      • RawWorkPhoneNumber; string; The raw work phone number in the contact point.
      • RentOrOwnIndicator; string; Indicates whether this contact owns or rents his or her residence. A list of valid values for rent, own, and lease is defined in the lookup OWN_RENT_IND. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task.
      • RoleName; string; The name of the resource role for partner contact.
      • SalesAffinityCode; string; The code indicating the affinity of a contact to the deploying organization. A list of accepted values is defined in the lookup HZ_SLS_CNTCT_AFFINITY_CODE. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Contact Lookups task.
      • SalesBuyingRoleCode; string; The code indicating the role played by a contact in the buying process, for example, decision maker or supporting role. A list of accepted values is defined in the lookup HZ_SLS_CNTCT_BUY_ROLE_CODE. Review and update the values for this attribute using the Setup and Maintenance work area, Manage Contact Lookups task.
      • Salutation; string; The phrase used to address a contact party in any correspondence.
      • SecondLastName; string; The second last name for a person. A list of accepted values is defined in the lookup HZ_PERSON_PROFILES. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task.
      • State; string; The state element of the address.
      • Title; string; A professional or family title, such as Don or The Right Honorable.
      • Type; string; The contact party type that defines whether the contact is a sales account, a prospect, a contact or any other user-defined party type. The default value is ZCA_CUSTOMER. A list of accepted values is defined in the lookup ZCA_CONTACT_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task.
      • UserAccountRequestStatus; string; Status and error description, if any, for create user account LDAP request.
      • Username; string; The user name of the account for the partner contact. This should not be used currently.
      • WorkPhoneAreaCode; string; The area code for the partner contact's work phone.
      • WorkPhoneCountryCode; string; The international country code for a partner contact???s work phone number, such as 33 for France.
      • WorkPhoneExtension; string; The additional number used after initial connection to an internal telephone system.
      • WorkPhoneNumber; string; The work phone number of a partner contact formatted in the local format without the area code, country code, or extension.
    • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
    Header Parameters
    • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
    • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

    There's no request body for this operation.

    Back to Top

    Response

    Supported Media Types

    Default Response

    The following table describes the default response for this task.
    Headers
    • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
    • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
    Body ()
    Root Schema : partnerContacts
    Type: object
    Show Source
    Nested Schema : Items
    Type: array
    Title: Items
    The items in the collection.
    Show Source
    Nested Schema : partnerContacts-item-response
    Type: object
    Show Source
    • Title: Academic Title
      Maximum Length: 30
      The part of the person???s title that denotes the academic qualification, such as Dr. Jane Smith.
    • Title: Additional Address Element 1
      Maximum Length: 150
      An additional address element to support flexible address format.
    • Title: Additional Address Element 2
      Maximum Length: 150
      An additional address element to support flexible address format.
    • Title: Additional Address Element 3
      Maximum Length: 150
      An additional address element to support flexible address format.
    • Title: Additional Address Element 4
      Maximum Length: 150
      An additional address element to support flexible address format.
    • Title: Additional Address Element 5
      Maximum Length: 150
      An additional address element to support flexible address format.
    • Addresses
      Title: Addresses
      The addresses resource is used to view, create, update, and delete addresses of a partner contact.
    • Title: Address Line 4
      Maximum Length: 240
      The fourth line for address of the contact.
    • Title: Address Line 1
      Maximum Length: 240
      The first line for address.
    • Title: Address Line 3
      Maximum Length: 240
      The third line for address.
    • Title: Address Line 2
      Maximum Length: 240
      The second line for address.
    • Title: Address Type
      The lookup code for the type of address, such as billing address, shipping address etc.
    • Attachments
      Title: Attachments
      The attachments resource is used to view, create, and update attachments.
    • Title: Building
      Maximum Length: 240
      The building name or number in the address of the contact.
    • Title: Certification Level
      Maximum Length: 30
      The certification level of a contact. A list of accepted values is defined in the lookup HZ_PARTY_CERT_LEVEL. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.
    • Title: Certification Reason
      Maximum Length: 30
      The code indicating the reason for the contact's current certification level assignment. A list of accepted values is defined using the lookup HZ_PARTY_CERT_REASON. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.
    • Title: City
      Maximum Length: 60
      The city element of the address.
    • Title: Comments
      Maximum Length: 2000
      The textual comments about a contact.
    • Title: Name
      Maximum Length: 450
      The derived name of the contact.
    • Contact Points
      Title: Contact Points
      The contact points resource is used to view, create, update, and delete the partner contact's contact points such as e-mail address, phone number, fax number, and so on. These contact points can be assiged as a public contact point for the partner-contact. Such as a contact point created for an e-mail address can be assigned as a public e-mail address for the partner contact.
    • Title: Country
      Maximum Length: 2
      The country code of the address.
    • Read Only: true
      The name for the country of the partner company.
    • Title: County
      Maximum Length: 60
      The county of the address.
    • Read Only: true
      Maximum Length: 64
      The user who created the record.
    • Indicates whether the user account should be created. This should not be used currently.
    • Read Only: true
      The date and time the record was created.
    • Title: Date of Birth
      The date when the person was born.
    • Title: Date of Death
      The date when the person died.
    • Title: Person Deceased
      Maximum Length: 1
      Indicates whether the person is deceased or not. If the value is True, then the person is deceased. The default value is False.
    • Title: Declared Ethnicity
      Maximum Length: 60
      The declared ethnicity of the person.
    • Title: Department
      Maximum Length: 60
      The free form text used to name the department for the contact.
    • Title: Department Code
      Maximum Length: 30
      The code indicating the department of the contact. A list of accepted values is defined in the lookup DEPARTMENT_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Contact Lookups task.
    • Title: Do Not Call
      Maximum Length: 1
      Indicates if the user can call the partner contact or not. If the value is 'Y', then the user must not call the contact. The default value is 'N'.
    • Title: Do Not Contact
      Maximum Length: 1
      Indicates if the user can contact the partner contact or not by phone or e-mail. If the value is 'Y', then the user must not contact the partner contact. The default value is 'N'.
    • Title: Do Not Email
      Maximum Length: 1
      Indicates if the user can e-mail the partner contact or not. If the value is 'Y', then the user must not e-mail the partner contact. The default value is 'N'.
    • Title: Do Not Mail
      Maximum Length: 1
      Indicates if the user can mail the partner contact or not. If the value is 'Y', then the user must not mail the partner contact. The default value is 'N'.
    • Title: Email
      Maximum Length: 320
      The e-mail address of the partner contact.
    • Title: Favorite
      Maximum Length: 10
      Default Value: false
      Indicates whether the person is a key contact. If the value is True, then person is a key contact. The default value is False. You can't use this attribute as a finder, because this is a transient field. The response will return an error if you use this attribute as a finder.
    • Title: First Name
      Maximum Length: 150
      The first name of the person.
    • Title: Floor
      Maximum Length: 40
      The floor number of the address.
    • Title: Primary Address
      Read Only: true
      The formatted address of the partner contact.
    • Title: Phone Number
      Read Only: true
      The formatted mobile phone number information.
    • Title: Phone Number
      Read Only: true
      The formatted work phone number information.
    • Title: Gender
      Maximum Length: 30
      The gender of the person, such as male, female, and unknown. A list of accepted values is defined in the lookup HZ_GENDER. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task.
    • Title: Head of Hierarchy
      Maximum Length: 255
      Indicates whether this partner contact is a root resource of Partner or not. The value 'Y' indicates that this partner contact is a root resource of the partner.
    • Title: Initials
      Maximum Length: 20
      The initials of the contact???s name.
    • Default Value: false
      Indicates whether an existing contact from an account would be converted to a partner contact. The value 'Y' indicates that the party id of the existing account contact would be used for the partner contact if the related account is already a partner.
    • Title: Self-Registered
      Indicates whether the partner registration approval process will be invoked or not. If the value is Y, then the process will be invoked.
    • Title: Job Title
      Maximum Length: 100
      The job title of the primary contact.
    • Title: Job Title Code
      Maximum Length: 30
      The code indicating the job title.
    • Title: Last Name
      Maximum Length: 150
      The last name of the person.
    • Title: Last Name Prefix
      Maximum Length: 30
      The prefix for the last name of a person, such as De, Van. For example, if a person???s name is Hans De Vries, then the last name prefix De is captured using this attribute.
    • Read Only: true
      The date on which the record was last updated.
    • Read Only: true
      Maximum Length: 64
      The user who last updated the record.
    • Read Only: true
      Maximum Length: 32
      The login details of the user who last updated the record.
    • Title: Latitude
      The latitude information for the address of the contact. The latitude information for the location is used for spatial proximity and containment purposes.
    • Links
    • Title: Longitude
      The longitude information for the address of the contact. The longitude information for the location is used for spatial proximity and containment purposes.
    • Title: Mail Stop
      Maximum Length: 60
      The user-defined code that indicates a mail drop point within the organization.
    • Title: Manager
      Read Only: true
      Maximum Length: 255
      The name of the manager of partner contact.
    • Title: Manager
      The unique identifier of the manager party of the partner contact.
    • Maximum Length: 30
      The party number of the manager of the partner contact.
    • Title: Marital Status
      Maximum Length: 30
      The marital status of the person. A list of accepted values is defined in the lookup MARITAL_STATUS. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task.
    • Title: Marital Status Effective Date
      The date when the person's marital status was changed.
    • Title: Middle Name
      Maximum Length: 60
      The middle name of the person.
    • Title: Area Code
      Maximum Length: 20
      The area code for partner contact's mobile phone.
    • Title: Phone Country Code
      Maximum Length: 10
      The international country code for a partner contact???s mobile phone number, such as 33 for France.
    • Title: Extension
      Maximum Length: 20
      The additional number used after initial connection to an internal telephone system.
    • Title: Phone
      Maximum Length: 40
      The mobile phone number of partner contact formatted in the local format. The number should not include area code, country code, or extension.
    • Title: Named Contact
      Maximum Length: 1
      Default Value: false
      Indicates whether a sales account is a named sales account. If the value is True, then the sales account is a named sales account. The default value is False.
    • Title: Suffix
      Maximum Length: 30
      The place in a family structure. For example, in "Tom Jones III", the "III" is the suffix.
    • Title: Partner Number
      Maximum Length: 30
      The unique identifier of the partner company.
    • Title: Name
      Read Only: true
      Maximum Length: 360
      The name of the partner associated with the contact.
    • The unique identifier of the party associated with the partner.
    • The unique identifier of the partner contact party generated by the system during creation.
    • Title: Registry ID
      Maximum Length: 30
      The unique identifier for the partner contact party. It Can be system-generated or user-provided during create, based on the profile option HZ_GENERATE_PARTY_NUMBER.
    • Title: Prefix
      Maximum Length: 30
      The title or the salutary introduction for a contact, such as Mr., Herr, and so on.
    • Title: Place of Birth
      Maximum Length: 60
      The place where the person was born, such as city or country.
    • Title: Postal Code
      Maximum Length: 60
      The postal code as defined by the formal countrywide postal system.
    • Title: Postal Code Extension
      Maximum Length: 20
      The four-digit extension to the United States Postal ZIP code for the address.
    • Title: Preferred Contact Method
      Maximum Length: 30
      The preferred method to contact the person. A list of accepted values is defined in the lookup HZ_PREFERRED_CONTACT_METHOD. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Contact Point Lookups task.
    • Title: Preferred Functional Currency
      Maximum Length: 15
      The preferred currency of the contact. A list of accepted values is defined using the Setup and Maintenance work area, Manage Currencies task.
    • Title: Previous Last Name
      Maximum Length: 150
      The previous last name or surname of the person.
    • The unique identifier for the address that is generated internally during create. One of AddressId, AddressNumber or SourceSystem and SourceSystemReferenceValue keys is used to identify the address record during update.
    • Read Only: true
      The party identifier of the primary contact of the partner.
    • Title: Primary Contact Indicator
      Maximum Length: 255
      Indicates whether this partner contact is primary contact of partner or not. If the value is True, then this partner contact is a primary contact.
    • Title: Province
      Maximum Length: 60
      The province of the address.
    • Title: Phone
      Maximum Length: 60
      The raw mobile phone number in the contact point.
    • Title: Phone
      Maximum Length: 60
      The raw work phone number in the contact point.
    • Title: Rent or Own Indicator
      Maximum Length: 30
      Indicates whether this contact owns or rents his or her residence. A list of valid values for rent, own, and lease is defined in the lookup OWN_RENT_IND. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task.
    • Maximum Length: 30
      The role code of the partner contact.
    • Title: Role
      The unique identifier of the resource role of the partner contact.
    • Title: Role
      Read Only: true
      Maximum Length: 255
      The name of the resource role for partner contact.
    • Title: Affinity
      Maximum Length: 30
      The code indicating the affinity of a contact to the deploying organization. A list of accepted values is defined in the lookup HZ_SLS_CNTCT_AFFINITY_CODE. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Contact Lookups task.
    • Title: Buying Role
      Maximum Length: 30
      The code indicating the role played by a contact in the buying process, for example, decision maker or supporting role. A list of accepted values is defined in the lookup HZ_SLS_CNTCT_BUY_ROLE_CODE. Review and update the values for this attribute using the Setup and Maintenance work area, Manage Contact Lookups task.
    • Title: Salutation
      Maximum Length: 60
      The phrase used to address a contact party in any correspondence.
    • Title: Second Last Name
      Maximum Length: 150
      The second last name for a person. A list of accepted values is defined in the lookup HZ_PERSON_PROFILES. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task.
    • Smart Actions
      Title: Smart Actions
      The smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    • The name of the external source system.
    • The identifier of the record from external source system.
    • Title: State
      Maximum Length: 60
      The state element of the address.
    • Title: Title
      Maximum Length: 60
      A professional or family title, such as Don or The Right Honorable.
    • Title: Type
      Maximum Length: 30
      The contact party type that defines whether the contact is a sales account, a prospect, a contact or any other user-defined party type. The default value is ZCA_CUSTOMER. A list of accepted values is defined in the lookup ZCA_CONTACT_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task.
    • Read Only: true
      Indicates whether the partner contact object can be updated by the current user or not. If the value is True, then the partner contact object can be updated.
    • Title: User Account Request Status
      Read Only: true
      Status and error description, if any, for create user account LDAP request.
    • Partner Contact User Details
      Title: Partner Contact User Details
      The user details resource is used to view, create, update, and delete an user detail.
    • The user name of the account for the partner contact. This should not be used currently.
    • Title: Area Code
      Maximum Length: 20
      The area code for the partner contact's work phone.
    • Title: Phone Country Code
      Maximum Length: 10
      The international country code for a partner contact???s work phone number, such as 33 for France.
    • Title: Extension
      Maximum Length: 20
      The additional number used after initial connection to an internal telephone system.
    • Title: Phone
      Maximum Length: 40
      The work phone number of a partner contact formatted in the local format without the area code, country code, or extension.
    Nested Schema : Addresses
    Type: array
    Title: Addresses
    The addresses resource is used to view, create, update, and delete addresses of a partner contact.
    Show Source
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The attachments resource is used to view, create, and update attachments.
    Show Source
    Nested Schema : Contact Points
    Type: array
    Title: Contact Points
    The contact points resource is used to view, create, update, and delete the partner contact's contact points such as e-mail address, phone number, fax number, and so on. These contact points can be assiged as a public contact point for the partner-contact. Such as a contact point created for an e-mail address can be assigned as a public e-mail address for the partner contact.
    Show Source
    Nested Schema : Smart Actions
    Type: array
    Title: Smart Actions
    The smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    Show Source
    Nested Schema : Partner Contact User Details
    Type: array
    Title: Partner Contact User Details
    The user details resource is used to view, create, update, and delete an user detail.
    Show Source
    Nested Schema : partnerContacts-addresses-item-response
    Type: object
    Show Source
    • Title: Additional Address Element 1
      Maximum Length: 150
      An additional address element to support flexible address format.
    • Title: Additional Address Element 2
      Maximum Length: 150
      An additional address element to support flexible address format.
    • Title: Additional Address Element 3
      Maximum Length: 150
      An additional address element to support flexible address format.
    • Title: Additional Address Element 4
      Maximum Length: 150
      An additional address element to support flexible address format.
    • Title: Additional Address Element 5
      Maximum Length: 150
      An additional address element to support flexible address format.
    • Read Only: true
      The unique identifier of the address.
    • Title: Address Line 4
      Maximum Length: 240
      The fourth line for address.
    • Title: Address Line 1
      Maximum Length: 240
      The first line for address.
    • Title: Address Lines Phonetic
      Maximum Length: 560
      The phonetic or Kana representation of the Kanji address lines. This is used for addresses in Japan.
    • Title: Address Line 3
      Maximum Length: 240
      The third line for address.
    • Title: Address Line 2
      Maximum Length: 240
      The second line for address.
    • Title: Site Number
      Maximum Length: 30
      The alternate key identifier of the address that is internally generated during create. One of AddressId or AddressNumber keys is used to identify the address record during update.
    • Title: Type
      The lookup code for the type of address, such as billing address, shipping address etc.
    • Title: Building
      Maximum Length: 240
      The building name or number in the address.
    • Title: City
      Maximum Length: 60
      The city in the address.
    • Title: CLLI Code
      Maximum Length: 60
      The Common Language Location Identifier (CLLI) code of the address. The code is used in North America to specify the location of the address.
    • Title: Comments
      Maximum Length: 2000
      The user-provided comments for the address.
    • Maximum Length: 15
      The corporate currency code of the address associated with the contact. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY.Review and update the profile option using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.
    • Title: Country
      Maximum Length: 2
      The country of the address. Review the list of countries using the Manage Geographies task.
    • Read Only: true
      The name of the country of the partner company.
    • Title: County
      Maximum Length: 60
      The county of the address.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      The user who created the address record.
    • Title: Created by Application
      Maximum Length: 30
      The module that created the address record.
    • Title: Creation Date
      Read Only: true
      The date when the record was created.
    • Maximum Length: 30
      The currency conversion rate type. A list of valid values are defined in the lookup ZCA_COMMON_RATE_TYPE. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.
    • Title: Currency
      Maximum Length: 15
      The currency code associated with the address. A list of valid values are defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.
    • Title: Validated Date
      The date when the address was last validated.
    • Title: Description
      Maximum Length: 2000
      The description of the location.
    • Title: Contact Preferences
      Default Value: false
      Indicates whether the address should not be used for mailing.
    • Title: Floor
      Maximum Length: 40
      The floor number of the address.
    • Title: Address
      Read Only: true
      The formatted version of the address.
    • Title: Address
      Read Only: true
      The formatted multiline version of the address.
    • Title: Last Updated Date
      Read Only: true
      The date when the record was last updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      The user who last updated the record.
    • Title: Last Update Login
      Read Only: true
      Maximum Length: 32
      The login of the user who last updated the record.
    • Title: Latitude
      The latitude information for the address. The latitude information for the location is used for spatial proximity and containment purposes.
    • Links
    • Title: Location Directions
      Maximum Length: 640
      The directions to the address location.
    • Title: Location ID
      The unique identifier for the location.
    • Title: Longitude
      The longitude information for the address. The longitude information for the location is used for spatial proximity and containment purposes.
    • Title: Mail Stop
      Maximum Length: 60
      The user-defined code that indicates a mail drop point within the organization.
    • Title: Party ID
      The unique identifier of the partner associated with the address.
    • Title: Postal Code
      Maximum Length: 60
      The postal code of the address.
    • Title: Postal Code Extension
      Maximum Length: 20
      The four-digit extension to the United States Postal ZIP code for the address.
    • Title: Primary
      Maximum Length: 1
      Default Value: false
      Indicates whether this is the primary address of the partner. If the value is Y, then this address is the primary address of the partner. The default value is N.
    • Title: Province
      Maximum Length: 60
      The province of the address.
    • Smart Actions
      Title: Smart Actions
      The smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    • The identifier of the record from external source system.
    • The name of the external source system.
    • Title: State
      Maximum Length: 60
      The state of the address.
    • Title: Validated
      Maximum Length: 1
      Default Value: false
      Indicates whether the location is validated. The value is internally set by system during address cleansing. If the value is Y, then the address is validated. The default value is N.
    Nested Schema : Smart Actions
    Type: array
    Title: Smart Actions
    The smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    Show Source
    Nested Schema : partnerContacts-addresses-smartActions-item-response
    Type: object
    Show Source
    • Title: Action Intent
      JSON object that describes what an action does and what context data can be passed to the action.
    • Title: Confirmation Message
      Maximum Length: 4000
      The confirmation message displayed before the smart action runs. An affirmative response allows the smart action to run.
    • Title: Content Type
      Maximum Length: 50
      The media type of the smart action REST operation.
    • Title: Action Name
      Maximum Length: 256
      The display name of the smart action.
    • Title: Parent Entity
      Maximum Length: 150
      The primary object the smart action is associated with. For example if the smart action creates an appointment for a lead, lead is the primary object.
    • Title: REST Endpoint
      Maximum Length: 1024
      The relative path of the smart action REST resource. The path can include path parameters.
    • Title: Included in Application
      Maximum Length: 512
      The client applications that the smart action is associated with.
    • Links
    • Title: Mass Action
      Maximum Length: 1
      Indicates if the actions can be mass processed.
    • Title: HTTP Method
      Maximum Length: 15
      The HTTP method of the smart action REST operation.
    • Title: Object Function
      Maximum Length: 64
      The object function for smart action.
    • Title: Page Type
      Maximum Length: 256
      The list of pages that this action can be used in.
    • Title: Smart Suggest
      Maximum Length: 1
      Indicates whether the smart suggest is enabled for the action.
    • Title: System Action
      Maximum Length: 1
      The system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded.
    • Title: Attributes to Update
      Maximum Length: 512
      The object attribute to be updated as a result of using a data entry form. It is used by applications to determine which form to use. The value is object scoped and must be unique across all smart actions for an object.
    • Title: User Action ID
      The unique system assigned identifier of the smart action definition.
    • Title: Action Name
      Maximum Length: 256
      The unique system assigned smart action name.
    • Smart Action User Interface Definitions
      Title: Smart Action User Interface Definitions
      The user interface definitions resource is used to view the user interfaces associated with a smart action. Each user interface can be mapped to a client application. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    • Title: Priority
      The number defining the relative position of the smart action in the list of smart actions displayed in a client application.
    • Smart Action REST Payload Definitions
      Title: Smart Action REST Payload Definitions
      The payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    • Smart Action REST Path Parameter Definitions
      Title: Smart Action REST Path Parameter Definitions
      The path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    Nested Schema : Smart Action User Interface Definitions
    Type: array
    Title: Smart Action User Interface Definitions
    The user interface definitions resource is used to view the user interfaces associated with a smart action. Each user interface can be mapped to a client application. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    Show Source
    Nested Schema : Smart Action REST Payload Definitions
    Type: array
    Title: Smart Action REST Payload Definitions
    The payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    Show Source
    Nested Schema : Smart Action REST Path Parameter Definitions
    Type: array
    Title: Smart Action REST Path Parameter Definitions
    The path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    Show Source
    Nested Schema : partnerContacts-addresses-smartActions-UserActionNavigation-item-response
    Type: object
    Show Source
    • Links
    • Title: System Action
      Maximum Length: 1
      Default Value: false
      The system assigned value indicating whether the smart action is seeded or custom. True indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag.
    • Title: Application Usage
      Maximum Length: 50
      The client application associated with a smart action user interface endpoint definition identified by UserActionNavId.
    • Title: Navigation Metadata
      Maximum Length: 1000
      The metadata definition of the smart action user interface endpoint.
    • Title: Primary Key
      The unique system assigned identifier of a smart action user interface definition.
    • Title: Navigation Type
      Maximum Length: 100
      The text value used by applications to determine which user interface to launch.
    Nested Schema : partnerContacts-addresses-smartActions-UserActionRequestPayload-item-response
    Type: object
    Show Source
    • Title: Payload Value Binding Type
      Maximum Length: 64
      The classification of the value property of a name-value pair. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. A value of STATIC indicates the value to be assigned is a simple string. A null value indicates that the value type is JSON_ARRAY_STRING.
    • Links
    • Title: Mandatory
      Maximum Length: 1
      Indicates whether a REST payload body parameter value is mandatory. If True, runtime validation ensures that the value is defined.
    • The unique system assigned identifier of a smart action REST payload body parameter name-value pair definition.
    • Title: Request Payload Attribute Name
      Maximum Length: 256
      The value assigned to the name property of a name-value pair.
    • Title: Smart Suggest Path
      Maximum Length: 2048
      The path used for smart suggest.
    • Title: System Action
      Maximum Length: 1
      Default Value: false
      The system assigned value indicating whether the smart action is seeded or custom. True indicates the smart action is seeded. The value is automatically derived from the system action flag.
    • Title: Request Payload Attribute Value
      Maximum Length: 1000
      The value assigned to the value property of a name-value pair.
    • Title: Payload Value Structure
      Maximum Length: 20
      A value of JSON_ARRAY_STRING indicates that the value property of a name-value pair represents an array of data rather than a single entity such as an object attribute name or simple text string. The array string is a definition of the name-value pair and the Binding and Mandatory properties. The array string follows specific pattern, for example [{"name":"leadId","Value":"LeadId","MandatoryFlag":true,"Binding":"RUNTIME"}]. A null value indicates the value property represents a simple, single entity such as an object attribute name or simple text string.
    Nested Schema : partnerContacts-addresses-smartActions-UserActionURLBinding-item-response
    Type: object
    Show Source
    • Title: URL Binding Type
      Maximum Length: 64
      The classification of the value property of a name-value pair. The binding value of a UserActionURLBinding instance must be RUNTIME. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute.
    • Links
    • Title: System Action
      Maximum Length: 1
      Default Value: false
      The system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag.
    • The unique system assigned identifier of a smart action REST path parameter name-value pair definition.
    • Title: URL Binding Parameter Name
      Maximum Length: 256
      The value assigned to the name property of a name-value pair.
    • Title: URL Binding Parameter Value
      Maximum Length: 1000
      The value assigned to the value property of a name-value pair.
    Nested Schema : partnerContacts-attachments-item-response
    Type: object
    Show Source
    Nested Schema : partnerContacts-contactPoints-item-response
    Type: object
    Show Source
    • Title: Conflict ID
      Default Value: 0
      The unique identifier of the conflict. Note: This is an internal attribute and should not be used.
    • Title: Contact Point ID
      Read Only: true
      The unique identifier of the contact point.
    • Title: Type
      Maximum Length: 30
      The type of the contact point such as EMAIL or PHONE.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      The user who created the contact point record.
    • Title: Created by Application
      Default Value: HZ_WS
      The module that created the contact point record.
    • Title: Creation Date
      Read Only: true
      The date when the contact point record was created.
    • Title: OK to Contact
      Indicates whether to use a particular contact method. Defaulted to false.
    • Title: Do Not Contact
      Indicates whether the contact point is not preferred for contact.
    • Title: Do Not Contact Reason
      Indicates the reason for "Do Not Contact" preference.
    • Title: Email
      Maximum Length: 255
      The e-mail address in the contact point.
    • Title: Email Purpose
      Maximum Length: 30
      The e-mail purpose for the email address in the contact point. For example: "BUSINESS" determines the purpose of the e-mail address.
    • Title: Phone Number
      Read Only: true
      Maximum Length: 255
      The formatted phone number in the contact point.
    • Title: Last Update Date
      Read Only: true
      The date when the contact point record was last updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      The user who last updated the contact point record.
    • Title: Last Update Login
      Read Only: true
      Maximum Length: 32
      The login of the user who last updated the contact point record.
    • Links
    • Title: Object Version Number
      The object version number. (This is an internal attribute and should not be used)
    • Title: Party ID
      The unique identifier of the party of the partner company.
    • Title: Registry ID
      The party number of the partner company.
    • Title: Party Source System
      The name of the external source system.
    • Title: Party Source System Reference Value
      The identifier of the record from external source system.
    • Title: Area Code
      Maximum Length: 255
      The area code of the phone number in the contact point.
    • Title: Phone Country Code
      Maximum Length: 255
      The phone country code of the phone number in the contact point.
    • Title: Extension
      Maximum Length: 255
      The phone extension of the phone number in the contact point.
    • Title: Phone
      Maximum Length: 255
      The phone number in the contact point.
    • Title: Phone Purpose
      Maximum Length: 30
      The purpose of using the PHONE contact point. The accepted values are defined in the lookup type CONTACT_POINT_PURPOSE.Sample values: ASSISTANT,PERSONAL,HOME_BUSINESS,BUSINESS etc.
    • Title: Type
      The type of the phone number in the contact point. For example: "FAX" or "WORK" determines the type of the phone number.
    • Title: Preference Requested By
      The list of values indicating the preference requested.
    • Title: Primary
      Maximum Length: 1
      Default Value: false
      Indicates whether the contact point is primary.
    • Title: Phone
      Maximum Length: 255
      The raw phone number in the contact point.
    • Smart Actions
      Title: Smart Actions
      The smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    • Title: User ID
      The social network identifier. Note: This is an internal attribute and should not be used.
    • Title: Social Network
      The social network name. Note: This is an internal attribute and should not be used.
    • Title: Social Network Purpose
      Maximum Length: 30
      Defines the purpose of using the IM contact point. The accepted values are defined in the lookup type CONTACT_POINT_PURPOSE.Sample values: ASSISTANT, PERSONAL, HOME_BUSINESS, BUSINESS, and so on.
    • Title: Source System
      The name of the external source system.
    • Title: Source System Reference Value
      The identifier of the record from external source system.
    • Title: Status
      Maximum Length: 30
      Default Value: A
      The status of the contact point.
    • Title: URL
      The URL in the contact point.
    • Title: Verification Date
      The date of verification of the phone or email contact point.
    • Title: Verification Status
      Maximum Length: 30
      The list of values indicating the purpose of the social network.
    • Title: Web Purpose
      Maximum Length: 30
      The purpose of using the WEB contact point. The accepted values are defined in the lookup type CONTACT_POINT_PURPOSE_WEB.Sample values: HOMEPAGE, SALESURL, MARKETINGURL, SUPPORTURL, RSS_FEED and so on.
    Nested Schema : Smart Actions
    Type: array
    Title: Smart Actions
    The smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    Show Source
    Nested Schema : partnerContacts-contactPoints-smartActions-item-response
    Type: object
    Show Source
    • Title: Action Intent
      JSON object that describes what an action does and what context data can be passed to the action.
    • Title: Confirmation Message
      Maximum Length: 4000
      The confirmation message displayed before the smart action runs. An affirmative response allows the smart action to run.
    • Title: Content Type
      Maximum Length: 50
      The media type of the smart action REST operation.
    • Title: Action Name
      Maximum Length: 256
      The display name of the smart action.
    • Title: Parent Entity
      Maximum Length: 150
      The primary object the smart action is associated with. For example if the smart action creates an appointment for a lead, lead is the primary object.
    • Title: REST Endpoint
      Maximum Length: 1024
      The relative path of the smart action REST resource. The path can include path parameters.
    • Title: Included in Application
      Maximum Length: 512
      The client applications that the smart action is associated with.
    • Links
    • Title: Mass Action
      Maximum Length: 1
      Indicates if the actions can be mass processed.
    • Title: HTTP Method
      Maximum Length: 15
      The HTTP method of the smart action REST operation.
    • Title: Object Function
      Maximum Length: 64
      The object function for smart action.
    • Title: Page Type
      Maximum Length: 256
      The list of pages that this action can be used in.
    • Title: Smart Suggest
      Maximum Length: 1
      Indicates whether the smart suggest is enabled for the action.
    • Title: System Action
      Maximum Length: 1
      The system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded.
    • Title: Attributes to Update
      Maximum Length: 512
      The object attribute to be updated as a result of using a data entry form. It is used by applications to determine which form to use. The value is object scoped and must be unique across all smart actions for an object.
    • Title: User Action ID
      The unique system assigned identifier of the smart action definition.
    • Title: Action Name
      Maximum Length: 256
      The unique system assigned smart action name.
    • Smart Action User Interface Definitions
      Title: Smart Action User Interface Definitions
      The user interface definitions resource is used to view the user interfaces associated with a smart action. Each user interface can be mapped to a client application. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    • Title: Priority
      The number defining the relative position of the smart action in the list of smart actions displayed in a client application.
    • Smart Action REST Payload Definitions
      Title: Smart Action REST Payload Definitions
      The payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    • Smart Action REST Path Parameter Definitions
      Title: Smart Action REST Path Parameter Definitions
      The path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    Nested Schema : Smart Action User Interface Definitions
    Type: array
    Title: Smart Action User Interface Definitions
    The user interface definitions resource is used to view the user interfaces associated with a smart action. Each user interface can be mapped to a client application. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    Show Source
    Nested Schema : Smart Action REST Payload Definitions
    Type: array
    Title: Smart Action REST Payload Definitions
    The payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    Show Source
    Nested Schema : Smart Action REST Path Parameter Definitions
    Type: array
    Title: Smart Action REST Path Parameter Definitions
    The path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    Show Source
    Nested Schema : partnerContacts-contactPoints-smartActions-UserActionNavigation-item-response
    Type: object
    Show Source
    • Links
    • Title: System Action
      Maximum Length: 1
      Default Value: false
      The system assigned value indicating whether the smart action is seeded or custom. True indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag.
    • Title: Application Usage
      Maximum Length: 50
      The client application associated with a smart action user interface endpoint definition identified by UserActionNavId.
    • Title: Navigation Metadata
      Maximum Length: 1000
      The metadata definition of the smart action user interface endpoint.
    • Title: Primary Key
      The unique system assigned identifier of a smart action user interface definition.
    • Title: Navigation Type
      Maximum Length: 100
      The text value used by applications to determine which user interface to launch.
    Nested Schema : partnerContacts-contactPoints-smartActions-UserActionRequestPayload-item-response
    Type: object
    Show Source
    • Title: Payload Value Binding Type
      Maximum Length: 64
      The classification of the value property of a name-value pair. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. A value of STATIC indicates the value to be assigned is a simple string. A null value indicates that the value type is JSON_ARRAY_STRING.
    • Links
    • Title: Mandatory
      Maximum Length: 1
      Indicates whether a REST payload body parameter value is mandatory. If True, runtime validation ensures that the value is defined.
    • The unique system assigned identifier of a smart action REST payload body parameter name-value pair definition.
    • Title: Request Payload Attribute Name
      Maximum Length: 256
      The value assigned to the name property of a name-value pair.
    • Title: Smart Suggest Path
      Maximum Length: 2048
      The path used for smart suggest.
    • Title: System Action
      Maximum Length: 1
      Default Value: false
      The system assigned value indicating whether the smart action is seeded or custom. True indicates the smart action is seeded. The value is automatically derived from the system action flag.
    • Title: Request Payload Attribute Value
      Maximum Length: 1000
      The value assigned to the value property of a name-value pair.
    • Title: Payload Value Structure
      Maximum Length: 20
      A value of JSON_ARRAY_STRING indicates that the value property of a name-value pair represents an array of data rather than a single entity such as an object attribute name or simple text string. The array string is a definition of the name-value pair and the Binding and Mandatory properties. The array string follows specific pattern, for example [{"name":"leadId","Value":"LeadId","MandatoryFlag":true,"Binding":"RUNTIME"}]. A null value indicates the value property represents a simple, single entity such as an object attribute name or simple text string.
    Nested Schema : partnerContacts-contactPoints-smartActions-UserActionURLBinding-item-response
    Type: object
    Show Source
    • Title: URL Binding Type
      Maximum Length: 64
      The classification of the value property of a name-value pair. The binding value of a UserActionURLBinding instance must be RUNTIME. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute.
    • Links
    • Title: System Action
      Maximum Length: 1
      Default Value: false
      The system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag.
    • The unique system assigned identifier of a smart action REST path parameter name-value pair definition.
    • Title: URL Binding Parameter Name
      Maximum Length: 256
      The value assigned to the name property of a name-value pair.
    • Title: URL Binding Parameter Value
      Maximum Length: 1000
      The value assigned to the value property of a name-value pair.
    Nested Schema : partnerContacts-smartActions-item-response
    Type: object
    Show Source
    • Title: Action Intent
      JSON object that describes what an action does and what context data can be passed to the action.
    • Title: Confirmation Message
      Maximum Length: 4000
      The confirmation message displayed before the smart action runs. An affirmative response allows the smart action to run.
    • Title: Content Type
      Maximum Length: 50
      The media type of the smart action REST operation.
    • Title: Action Name
      Maximum Length: 256
      The display name of the smart action.
    • Title: Parent Entity
      Maximum Length: 150
      The primary object the smart action is associated with. For example if the smart action creates an appointment for a lead, lead is the primary object.
    • Title: REST Endpoint
      Maximum Length: 1024
      The relative path of the smart action REST resource. The path can include path parameters.
    • Title: Included in Application
      Maximum Length: 512
      The client applications that the smart action is associated with.
    • Links
    • Title: Mass Action
      Maximum Length: 1
      Indicates if the actions can be mass processed.
    • Title: HTTP Method
      Maximum Length: 15
      The HTTP method of the smart action REST operation.
    • Title: Object Function
      Maximum Length: 64
      The object function for smart action.
    • Title: Page Type
      Maximum Length: 256
      The list of pages that this action can be used in.
    • Title: Smart Suggest
      Maximum Length: 1
      Indicates whether the smart suggest is enabled for the action.
    • Title: System Action
      Maximum Length: 1
      The system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded.
    • Title: Attributes to Update
      Maximum Length: 512
      The object attribute to be updated as a result of using a data entry form. It is used by applications to determine which form to use. The value is object scoped and must be unique across all smart actions for an object.
    • Title: User Action ID
      The unique system assigned identifier of the smart action definition.
    • Title: Action Name
      Maximum Length: 256
      The unique system assigned smart action name.
    • Smart Action User Interface Definitions
      Title: Smart Action User Interface Definitions
      The user interface definitions resource is used to view the user interfaces associated with a smart action. Each user interface can be mapped to a client application. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    • Title: Priority
      The number defining the relative position of the smart action in the list of smart actions displayed in a client application.
    • Smart Action REST Payload Definitions
      Title: Smart Action REST Payload Definitions
      The payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    • Smart Action REST Path Parameter Definitions
      Title: Smart Action REST Path Parameter Definitions
      The path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    Nested Schema : Smart Action User Interface Definitions
    Type: array
    Title: Smart Action User Interface Definitions
    The user interface definitions resource is used to view the user interfaces associated with a smart action. Each user interface can be mapped to a client application. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    Show Source
    Nested Schema : Smart Action REST Payload Definitions
    Type: array
    Title: Smart Action REST Payload Definitions
    The payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    Show Source
    Nested Schema : Smart Action REST Path Parameter Definitions
    Type: array
    Title: Smart Action REST Path Parameter Definitions
    The path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
    Show Source
    Nested Schema : partnerContacts-smartActions-UserActionNavigation-item-response
    Type: object
    Show Source
    • Links
    • Title: System Action
      Maximum Length: 1
      Default Value: false
      The system assigned value indicating whether the smart action is seeded or custom. True indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag.
    • Title: Application Usage
      Maximum Length: 50
      The client application associated with a smart action user interface endpoint definition identified by UserActionNavId.
    • Title: Navigation Metadata
      Maximum Length: 1000
      The metadata definition of the smart action user interface endpoint.
    • Title: Primary Key
      The unique system assigned identifier of a smart action user interface definition.
    • Title: Navigation Type
      Maximum Length: 100
      The text value used by applications to determine which user interface to launch.
    Nested Schema : partnerContacts-smartActions-UserActionRequestPayload-item-response
    Type: object
    Show Source
    • Title: Payload Value Binding Type
      Maximum Length: 64
      The classification of the value property of a name-value pair. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. A value of STATIC indicates the value to be assigned is a simple string. A null value indicates that the value type is JSON_ARRAY_STRING.
    • Links
    • Title: Mandatory
      Maximum Length: 1
      Indicates whether a REST payload body parameter value is mandatory. If True, runtime validation ensures that the value is defined.
    • The unique system assigned identifier of a smart action REST payload body parameter name-value pair definition.
    • Title: Request Payload Attribute Name
      Maximum Length: 256
      The value assigned to the name property of a name-value pair.
    • Title: Smart Suggest Path
      Maximum Length: 2048
      The path used for smart suggest.
    • Title: System Action
      Maximum Length: 1
      Default Value: false
      The system assigned value indicating whether the smart action is seeded or custom. True indicates the smart action is seeded. The value is automatically derived from the system action flag.
    • Title: Request Payload Attribute Value
      Maximum Length: 1000
      The value assigned to the value property of a name-value pair.
    • Title: Payload Value Structure
      Maximum Length: 20
      A value of JSON_ARRAY_STRING indicates that the value property of a name-value pair represents an array of data rather than a single entity such as an object attribute name or simple text string. The array string is a definition of the name-value pair and the Binding and Mandatory properties. The array string follows specific pattern, for example [{"name":"leadId","Value":"LeadId","MandatoryFlag":true,"Binding":"RUNTIME"}]. A null value indicates the value property represents a simple, single entity such as an object attribute name or simple text string.
    Nested Schema : partnerContacts-smartActions-UserActionURLBinding-item-response
    Type: object
    Show Source
    • Title: URL Binding Type
      Maximum Length: 64
      The classification of the value property of a name-value pair. The binding value of a UserActionURLBinding instance must be RUNTIME. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute.
    • Links
    • Title: System Action
      Maximum Length: 1
      Default Value: false
      The system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag.
    • The unique system assigned identifier of a smart action REST path parameter name-value pair definition.
    • Title: URL Binding Parameter Name
      Maximum Length: 256
      The value assigned to the name property of a name-value pair.
    • Title: URL Binding Parameter Value
      Maximum Length: 1000
      The value assigned to the value property of a name-value pair.
    Nested Schema : partnerContacts-userdetails-item-response
    Type: object
    Show Source
    • Read Only: true
      The error description, if any, for creation of the user account.
    • Links
    • Title: User Account Request Status
      Read Only: true
      The user account status for the partner contact. This should not be used currently.
    • Title: User Name
      The user name of the account for the partner contact. This should not be used currently.
    Back to Top

    Examples

    The following example shows how to get all partner contacts by submitting a GET request on the REST resource.

    cURL Command

    curl -u <username:password> \
     -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts  \
     -H 'Content-Type: application/vnd.oracle.adf.resourceitem+json'  | json_pp

    Example of Response Body

    The following example shows the contents of the response body in JSON format.

    {
        "items": [
            {
                "PartyId": 300100043518960,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_78206",
                "FirstName": "(*&^%$#@Będzie",
                "LastName": "$#@Bę",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "(*&^%$#@Będzie $#@Bę",
                "EmailAddress": null,
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": 100000016216086,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": "Partner Administrator",
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_SALES_MANAGER",
                "CreationDate": "2014-08-06T10:40:15.447+00:00",
                "LastUpdateDate": "2014-08-06T10:42:04.303+00:00",
                "LastUpdateLogin": "FFF6DB26B8867CFCE0435160F00AB3A2",
                "LastUpdatedBy": "CHANNEL_SALES_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100043518957,
                "PrimaryContactPartyId": 300100043518960,
                "PartnerName": "TM Partner SB Char ~)!|?><:gh to duże zamówienie",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": "PARTNER_ADMINISTRATOR",
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_9188",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": "ext.test@gmail.com",
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": "2014-08-01",
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0002000000027371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C7371007E00020000000171007E000871007E000871007E000878"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_78206/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100013687838,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_7444",
                "FirstName": "232sdf",
                "LastName": "sfd23",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "232sdf sfd23",
                "EmailAddress": null,
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": null,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": null,
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "CreationDate": "2012-09-05T04:47:42.718+00:00",
                "LastUpdateDate": "2012-09-05T04:48:04.968+00:00",
                "LastUpdateLogin": "C88D4B96CB4C742EE0432620F00A5510",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100013687835,
                "PrimaryContactPartyId": 300100013687838,
                "PartnerName": "dsfsd343",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": null,
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_153",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C7371007E00020000000171007E000871007E000871007E000878"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7444/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100089618765,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_385965",
                "FirstName": "AMULYA",
                "LastName": "001",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "AMULYA 001",
                "EmailAddress": "sendmail-test-discard@oracle.com",
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": null,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": null,
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MGR",
                "CreationDate": "2017-02-21T06:34:02.373+00:00",
                "LastUpdateDate": "2017-02-21T06:34:18.106+00:00",
                "LastUpdateLogin": "48D7D76725ED6B0FE053E90AF50AA8EC",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MGR",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100089618760,
                "PrimaryContactPartyId": 300100089618765,
                "PartnerName": "Partner03456",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": null,
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_28188",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000027371007E0002000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000A71007E000A78"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385965/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100089618782,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_385967",
                "FirstName": "AMULYA",
                "LastName": "001",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "AMULYA 001",
                "EmailAddress": "sendmail-test-discard@oracle.com",
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": null,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": null,
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MGR",
                "CreationDate": "2017-02-21T06:50:51.517+00:00",
                "LastUpdateDate": "2017-02-21T06:50:52.803+00:00",
                "LastUpdateLogin": "48D7D76725ED6B0FE053E90AF50AA8EC",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MGR",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100089618777,
                "PrimaryContactPartyId": 300100089618782,
                "PartnerName": "Partner0356",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": null,
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_28189",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000027371007E0002000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000A71007E000A78"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_385967/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100018407465,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_9603",
                "FirstName": "AUTODZXFW",
                "LastName": "AUTODZXFW",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "AUTODZXFW AUTODZXFW",
                "EmailAddress": null,
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": 100000016216086,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": "Partner Administrator",
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "CreationDate": "2013-01-08T02:03:09.033+00:00",
                "LastUpdateDate": "2013-01-08T02:03:30.179+00:00",
                "LastUpdateLogin": "D2B72E1FFDCA4E86E0432720F00A744B",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100018407463,
                "PrimaryContactPartyId": 300100018407465,
                "PartnerName": "PRMAUTO182013236064302",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": "PARTNER_ADMINISTRATOR",
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_1178",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C7371007E00020000000171007E000871007E000871007E000878"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9603/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100018148056,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_9176",
                "FirstName": "AUTOECRRP",
                "LastName": "AUTOECRRP",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "AUTOECRRP AUTOECRRP",
                "EmailAddress": null,
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": 100000016216086,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": "Partner Administrator",
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "CreationDate": "2013-01-07T19:20:59.323+00:00",
                "LastUpdateDate": "2013-01-07T19:21:21.756+00:00",
                "LastUpdateLogin": "D2B9A9D9B41F2514E0432720F00ABE89",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100018148054,
                "PrimaryContactPartyId": 300100018148056,
                "PartnerName": "PRM172013192058588062",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": "PARTNER_ADMINISTRATOR",
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_1157",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C7371007E00020000000171007E000871007E000871007E000878"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9176/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100018148063,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_9180",
                "FirstName": "AUTOEFAJY",
                "LastName": "AUTOEFAJY",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "AUTOEFAJY AUTOEFAJY",
                "EmailAddress": null,
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": 100000016216086,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": "Partner Administrator",
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "CreationDate": "2013-01-07T19:21:03.207+00:00",
                "LastUpdateDate": "2013-01-07T19:21:26.157+00:00",
                "LastUpdateLogin": "D2B9AA97410038ADE0432620F00A34D6",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100018148061,
                "PrimaryContactPartyId": 300100018148063,
                "PartnerName": "PRMAUTO17201319212028162",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": "PARTNER_ADMINISTRATOR",
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_1159",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C7371007E00020000000171007E000871007E000871007E000878"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9180/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100011642996,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_3128",
                "FirstName": "AUTOEXBDU",
                "LastName": "AUTOEXBDU",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "AUTOEXBDU AUTOEXBDU",
                "EmailAddress": "sendmail-test-discard@oracle.com",
                "PersonPreNameAdjunct": "MR.",
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": null,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": null,
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "CreationDate": "2012-08-28T12:38:00.224+00:00",
                "LastUpdateDate": "2012-08-28T12:38:57.193+00:00",
                "LastUpdateLogin": "C85918747F787001E0432620F00AB76D",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": "EMAIL",
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100011642993,
                "PrimaryContactPartyId": 300100011642996,
                "PartnerName": "PRMTEST8282012123758584912",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": null,
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_138",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000A71007E000A78"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3128/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100017959756,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_9179",
                "FirstName": "AUTOHPAMK",
                "LastName": "AUTOHPAMK",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "AUTOHPAMK AUTOHPAMK",
                "EmailAddress": null,
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": 100000016216086,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": "Partner Administrator",
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "CreationDate": "2013-01-07T19:21:03.241+00:00",
                "LastUpdateDate": "2013-01-07T19:21:39.722+00:00",
                "LastUpdateLogin": "D2B71E3BC17A6D0BE0432620F00A7645",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100017959754,
                "PrimaryContactPartyId": 300100017959756,
                "PartnerName": "PRMAUTO17201319211018142",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": "PARTNER_ADMINISTRATOR",
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_1158",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C7371007E00020000000171007E000871007E000871007E000878"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9179/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100018313320,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_9386",
                "FirstName": "AUTOJLJFP",
                "LastName": "AUTOJLJFP",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "AUTOJLJFP AUTOJLJFP",
                "EmailAddress": "sendmail-test-discard@oracle.com",
                "PersonPreNameAdjunct": "MR.",
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": null,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": null,
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "CreationDate": "2013-01-08T00:06:55.235+00:00",
                "LastUpdateDate": "2013-01-08T00:07:33.560+00:00",
                "LastUpdateLogin": "D254FC332FCD3EFAE0432720F00A8699",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": "EMAIL",
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100018313318,
                "PrimaryContactPartyId": 300100018313320,
                "PartnerName": "PRMTEST1820130654545852",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": null,
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_1168",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000A71007E000A78"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9386/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100018380600,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_9408",
                "FirstName": "AUTOLMKVV",
                "LastName": "AUTOLMKVV",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "AUTOLMKVV AUTOLMKVV",
                "EmailAddress": null,
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": 100000016216086,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": "Partner Administrator",
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "CreationDate": "2013-01-08T00:19:18.305+00:00",
                "LastUpdateDate": "2013-01-08T00:19:43.094+00:00",
                "LastUpdateLogin": "D2BF834B94B94A6AE0432620F00AD93E",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100018380598,
                "PrimaryContactPartyId": 300100018380600,
                "PartnerName": "PRM18201301917179132",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": "PARTNER_ADMINISTRATOR",
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_1174",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C7371007E00020000000171007E000871007E000871007E000878"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9408/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100018313283,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_9382",
                "FirstName": "AUTOLXWPH",
                "LastName": "AUTOLXWPH",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "AUTOLXWPH AUTOLXWPH",
                "EmailAddress": null,
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": null,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": null,
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "CreationDate": "2013-01-08T00:06:28.270+00:00",
                "LastUpdateDate": "2013-01-08T00:06:55.361+00:00",
                "LastUpdateLogin": "D2BF7D45A5694A3DE0432620F00AE5C9",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100018313281,
                "PrimaryContactPartyId": 300100018313283,
                "PartnerName": "PRMAUTO1820130626265682",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": null,
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_1167",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C7371007E00020000000171007E000871007E000871007E000878"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9382/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100011640934,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_3124",
                "FirstName": "AUTOMRWSL",
                "LastName": "AUTOMRWSL",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "AUTOMRWSL AUTOMRWSL",
                "EmailAddress": null,
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": 100000016216086,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": "Partner Administrator",
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "CreationDate": "2012-08-28T12:36:33.244+00:00",
                "LastUpdateDate": "2012-08-28T12:36:51.253+00:00",
                "LastUpdateLogin": "C8568BADCEB174A2E0432620F00ABA90",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100011640931,
                "PrimaryContactPartyId": 300100011640934,
                "PartnerName": "PRMAUTO8282012123630304782",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": "PARTNER_ADMINISTRATOR",
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_137",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C7371007E00020000000171007E000871007E000871007E000878"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3124/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100007058274,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_349",
                "FirstName": "AUTONRRXE",
                "LastName": "AUTONRRXE",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "AUTONRRXE AUTONRRXE",
                "EmailAddress": null,
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": 100000016216086,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": "Partner Administrator",
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "CreationDate": "2012-04-06T06:09:59.467+00:00",
                "LastUpdateDate": "2012-04-06T06:10:30.410+00:00",
                "LastUpdateLogin": "BD02DCDF2E05771CE0432320F00A16D2",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100007058271,
                "PrimaryContactPartyId": 300100007058274,
                "PartnerName": "PRMAUTO4620126954544282",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": "PARTNER_ADMINISTRATOR",
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "TEMPORARY30",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C7371007E00020000000171007E000871007E000871007E000878"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_349/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100011665339,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_6185",
                "FirstName": "AUTOQXJGP",
                "LastName": "AUTOQXJGP",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "AUTOQXJGP AUTOQXJGP",
                "EmailAddress": null,
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": 100000016216086,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": "Partner Administrator",
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "CreationDate": "2012-08-28T13:55:08.191+00:00",
                "LastUpdateDate": "2012-08-28T13:55:37.550+00:00",
                "LastUpdateLogin": "C85915861ED822E4E0432720F00A11CF",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100011665336,
                "PrimaryContactPartyId": 300100011665339,
                "PartnerName": "PRMAUTO828201213552022842",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": "PARTNER_ADMINISTRATOR",
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_141",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C7371007E00020000000171007E000871007E000871007E000878"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_6185/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100011641056,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_3131",
                "FirstName": "AUTOSJYRW",
                "LastName": "AUTOSJYRW",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "AUTOSJYRW AUTOSJYRW",
                "EmailAddress": null,
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": null,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": null,
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "CreationDate": "2012-08-28T12:39:28.167+00:00",
                "LastUpdateDate": "2012-08-28T12:39:51.751+00:00",
                "LastUpdateLogin": "C8568BADCEB274A2E0432620F00ABA90",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100011641053,
                "PrimaryContactPartyId": 300100011641056,
                "PartnerName": "PRMAUTO8282012123925255332",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": null,
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_139",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C7371007E00020000000171007E000871007E000871007E000878"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3131/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100018313155,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_9377",
                "FirstName": "AUTOSPQTE",
                "LastName": "AUTOSPQTE",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "AUTOSPQTE AUTOSPQTE",
                "EmailAddress": null,
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": 100000016216086,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": "Partner Administrator",
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "CreationDate": "2013-01-08T00:02:20.344+00:00",
                "LastUpdateDate": "2013-01-08T00:02:41.316+00:00",
                "LastUpdateLogin": "D2C359C43FB64A18E0432620F00A8F98",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100018313153,
                "PrimaryContactPartyId": 300100018313155,
                "PartnerName": "PRMAUTO1820130219194372",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": "PARTNER_ADMINISTRATOR",
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_1166",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C7371007E00020000000171007E000871007E000871007E000878"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9377/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100011640813,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_3121",
                "FirstName": "AUTOXDMQJ",
                "LastName": "AUTOXDMQJ",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "AUTOXDMQJ AUTOXDMQJ",
                "EmailAddress": null,
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": 100000016216086,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": "Partner Administrator",
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "CreationDate": "2012-08-28T12:35:12.273+00:00",
                "LastUpdateDate": "2012-08-28T12:35:37.178+00:00",
                "LastUpdateLogin": "C85913EC04743B8FE0432620F00A2D28",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100011640810,
                "PrimaryContactPartyId": 300100011640813,
                "PartnerName": "PRM828201212359094622",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": "PARTNER_ADMINISTRATOR",
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_133",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C7371007E00020000000171007E000871007E000871007E000878"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3121/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100018380299,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_9398",
                "FirstName": "AUTOYDYVE",
                "LastName": "AUTOYDYVE",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "AUTOYDYVE AUTOYDYVE",
                "EmailAddress": null,
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": null,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": null,
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "CreationDate": "2013-01-08T00:13:46.239+00:00",
                "LastUpdateDate": "2013-01-08T00:14:08.297+00:00",
                "LastUpdateLogin": "D2B71E3BC1876D0BE0432620F00A7645",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100018380295,
                "PrimaryContactPartyId": 300100018380299,
                "PartnerName": "PRMAUTO18201301345457712",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": null,
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_1173",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C7371007E00020000000171007E000871007E000871007E000878"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_9398/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100011641117,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_3134",
                "FirstName": "AUTOYXMUK",
                "LastName": "AUTOYXMUK",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "AUTOYXMUK AUTOYXMUK",
                "EmailAddress": null,
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": null,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": null,
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "CreationDate": "2012-08-28T12:40:53.228+00:00",
                "LastUpdateDate": "2012-08-28T12:41:15.482+00:00",
                "LastUpdateLogin": "C85916341A383B03E0432620F00A2AE5",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100011641114,
                "PrimaryContactPartyId": 300100011641117,
                "PartnerName": "PRMAUTO8282012124041415722",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": null,
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_140",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C7371007E00020000000171007E000871007E000871007E000878"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_3134/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100032245896,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_70676",
                "FirstName": "Abe",
                "LastName": "Adams",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "Abe Adams",
                "EmailAddress": "sendmail-test-discard@oracle.com",
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": null,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": null,
                "PrimaryFlag": false,
                "JobTitle": null,
                "CreatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "CreationDate": "2013-12-27T02:44:44+00:00",
                "LastUpdateDate": "2013-12-27T02:44:54.788+00:00",
                "LastUpdateLogin": "EE81D4A82EDB7A45E0432720F00AA910",
                "LastUpdatedBy": "CHANNEL_OPERATIONS_MANAGER",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 100000016934014,
                "PrimaryContactPartyId": 100000016934230,
                "PartnerName": "Perficient Service",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": null,
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "TEMPORARY9",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0002000000027371007E0002000000027371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000A71007E000A78"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_70676/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 100000016934150,
                "PrimaryAddressId": null,
                "PartyNumber": "100000016934149",
                "FirstName": "Adam",
                "LastName": "Doe",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "Adam Doe",
                "EmailAddress": null,
                "PersonPreNameAdjunct": null,
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": null,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": null,
                "PrimaryFlag": false,
                "JobTitle": null,
                "CreatedBy": "CDMUSER1",
                "CreationDate": "2010-04-06T14:44:21.880+00:00",
                "LastUpdateDate": "2010-04-06T14:45:55.901+00:00",
                "LastUpdateLogin": "837F757BC887C6CDE04044987CF05622",
                "LastUpdatedBy": "CDMUSER1",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": null,
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 100000016934006,
                "PrimaryContactPartyId": 100000016934134,
                "PartnerName": "Bay Corp.",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": null,
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "100002",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C7371007E00020000000171007E000871007E000871007E000878"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/100000016934149/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100013167728,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_7102",
                "FirstName": "Admin",
                "LastName": "Inflight partner company1",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "Admin Inflight partner company1",
                "EmailAddress": "sendmail-test-discard@oracle.com",
                "PersonPreNameAdjunct": "MR.",
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": null,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": null,
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "anonymous",
                "CreationDate": "2012-08-31T11:35:22.947+00:00",
                "LastUpdateDate": "2012-08-31T11:40:12.665+00:00",
                "LastUpdateLogin": "C89406D92D411369E0432620F00A0A7F",
                "LastUpdatedBy": "anonymous",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": "EMAIL",
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100013167725,
                "PrimaryContactPartyId": 300100013167728,
                "PartnerName": "Inflight partner company1",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": null,
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_148",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000A71007E000A78"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7102/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100013167751,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_7104",
                "FirstName": "Admin",
                "LastName": "Inflight partner company2",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "Admin Inflight partner company2",
                "EmailAddress": "sendmail-test-discard@oracle.com",
                "PersonPreNameAdjunct": "MR.",
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": null,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": null,
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "anonymous",
                "CreationDate": "2012-08-31T11:41:27.190+00:00",
                "LastUpdateDate": "2012-08-31T11:45:17.112+00:00",
                "LastUpdateLogin": "C89406D92D411369E0432620F00A0A7F",
                "LastUpdatedBy": "anonymous",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": "MAIL",
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100013167748,
                "PrimaryContactPartyId": 300100013167751,
                "PartnerName": "Inflight partner company2",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": null,
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_149",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000A71007E000A78"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7104/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            },
            {
                "PartyId": 300100013193775,
                "PrimaryAddressId": null,
                "PartyNumber": "CDRM_7108",
                "FirstName": "Admin",
                "LastName": "Inflight partner company3",
                "LastNamePrefix": null,
                "MiddleName": null,
                "ContactName": "Admin Inflight partner company3",
                "EmailAddress": "sendmail-test-discard@oracle.com",
                "PersonPreNameAdjunct": "MR.",
                "isSelfRegistration": null,
                "FormattedMobileNumber": null,
                "WorkPhoneCountryCode": null,
                "WorkPhoneAreaCode": null,
                "WorkPhoneNumber": null,
                "WorkPhoneExtension": null,
                "MobileCountryCode": null,
                "MobileAreaCode": null,
                "MobileExtension": null,
                "MobileNumber": null,
                "FormattedWorkPhoneNumber": null,
                "AddressLineOne": null,
                "AddressLineTwo": null,
                "AddressLineThree": null,
                "Country": null,
                "City": null,
                "State": null,
                "PostalCode": null,
                "RoleId": null,
                "ManagerPartyId": null,
                "CountryName": null,
                "ManagerName": null,
                "RoleName": null,
                "PrimaryFlag": true,
                "JobTitle": null,
                "CreatedBy": "anonymous",
                "CreationDate": "2012-08-31T11:45:44.183+00:00",
                "LastUpdateDate": "2012-08-31T11:49:01.228+00:00",
                "LastUpdateLogin": "C89406D92D411369E0432620F00A0A7F",
                "LastUpdatedBy": "anonymous",
                "FormattedAddress": null,
                "AcademicTitle": null,
                "CertificationLevel": null,
                "CertificationReasonCode": null,
                "Comments": null,
                "DateOfBirth": null,
                "DateOfDeath": null,
                "DeceasedFlag": false,
                "DeclaredEthnicity": null,
                "Department": null,
                "DepartmentCode": null,
                "FavoriteContactFlag": "false",
                "DoNotCallFlag": false,
                "DoNotContactFlag": false,
                "DoNotEmailFlag": false,
                "DoNotMailFlag": false,
                "Gender": null,
                "MaritalStatus": null,
                "MaritalStatusEffectiveDate": null,
                "PreferredFunctionalCurrency": null,
                "RentOrOwnIndicator": null,
                "Initials": null,
                "JobTitleCode": null,
                "SalesAffinityCode": null,
                "SalesBuyingRoleCode": null,
                "NameSuffix": null,
                "PlaceOfBirth": null,
                "PreviousLastName": null,
                "SecondLastName": null,
                "PreferredContactMethod": "MAIL",
                "Salutation": null,
                "Title": null,
                "Type": null,
                "NamedFlag": null,
                "PartnerPartyId": 300100013167772,
                "PrimaryContactPartyId": 300100013193775,
                "PartnerName": "Inflight partner company3",
                "Mailstop": null,
                "AddrElementAttribute1": null,
                "AddrElementAttribute2": null,
                "AddrElementAttribute3": null,
                "AddrElementAttribute4": null,
                "AddrElementAttribute5": null,
                "AddressLineFour": null,
                "Building": null,
                "County": null,
                "FloorNumber": null,
                "Latitude": null,
                "Longitude": null,
                "PostalPlus4Code": null,
                "Province": null,
                "ManagerPartyNumber": null,
                "RoleCode": null,
                "SourceSystem": null,
                "SourceSystemReferenceValue": null,
                "CreateUserAccountFlag": null,
                "Username": null,
                "PartnerCompanyNumber": "CDRM_150",
                "IsAccountContactFlag": null,
                "AddressType": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_c": null,
                "PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
                "PersonDEO_CustomText_c": null,
                "PersonDEO_CustomNumber_c": null,
                "PersonDEO_CustomDate_c": null,
                "PersonDEO_CustomDatetime_c": null,
                "PersonDEO_CustomFlag_c": null,
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108",
                        "name": "partnerContacts",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000008770400000008737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017371007E0002000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000A71007E000A78"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108",
                        "name": "partnerContacts",
                        "kind": "item"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/MaritalStatusLookupLOV",
                        "name": "MaritalStatusLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/CurrenciesLOV",
                        "name": "CurrenciesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_FK_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/DepartmentCodeLookupLOV",
                        "name": "DepartmentCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/CertificationLevelLookupLOV",
                        "name": "CertificationLevelLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "name": "PersonDEO_LOVVA_For_OPACustomTestParent_OPACOContact_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/PersonPreNameAdjunctLOV",
                        "name": "PersonPreNameAdjunctLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/DoNotContactFlagLookupLOV",
                        "name": "DoNotContactFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/ResourceRoleLOV",
                        "name": "ResourceRoleLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/RentOwnIndLookupLOV",
                        "name": "RentOwnIndLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/PhoneCountryCodeLOV",
                        "name": "PhoneCountryCodeLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/DoNotCallFlagLookupLOV",
                        "name": "DoNotCallFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/JobTitleCodeLookupLOV",
                        "name": "JobTitleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/ManagersLOV",
                        "name": "ManagersLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/DoNotEmailFlagLookupLOV",
                        "name": "DoNotEmailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/DoNotMailFlagLookupLOV",
                        "name": "DoNotMailFlagLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/GenderLookupLOV",
                        "name": "GenderLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/CertificationReasonCodeLookupLOV",
                        "name": "CertificationReasonCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/PartnerLookup",
                        "name": "PartnerLookup",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/PreferredContactMethodLOV",
                        "name": "PreferredContactMethodLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/SalesBuyingRoleCodeLookupLOV",
                        "name": "SalesBuyingRoleCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/SalesProfileTypeLookupLOV",
                        "name": "SalesProfileTypeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/PersonDEO_LOVVA_For_CustomFlag_c",
                        "name": "PersonDEO_LOVVA_For_CustomFlag_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/SalesAffinityCodeLookupLOV",
                        "name": "SalesAffinityCodeLookupLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "lov",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/lov/CountriesLOV",
                        "name": "CountriesLOV",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/child/PersonDEO_ContactActualChildCollection_c",
                        "name": "PersonDEO_ContactActualChildCollection_c",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/child/attachments",
                        "name": "attachments",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/child/smartActions",
                        "name": "smartActions",
                        "kind": "collection"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts/CDRM_7108/child/userdetails",
                        "name": "userdetails",
                        "kind": "collection"
                    }
                ]
            }
        ],
        "count": 25,
        "hasMore": true,
        "limit": 25,
        "offset": 0,
        "links": [
            {
                "rel": "self",
                "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/partnerContacts",
                "name": "partnerContacts",
                "kind": "collection"
            }
        ]
    }
    Back to Top