openapi: 3.1.0 info: title: Salesforce Bulk API 2.0 Abort Lists API description: 'Salesforce Bulk API 2.0 is a simplified, REST-based interface for bulk data operations that improves on the original Bulk API. It uses a straightforward job model and supports CSV format for ingest and query jobs, enabling processing of millions of records asynchronously. ' version: v63.0 contact: name: Salesforce Developers url: https://developer.salesforce.com/ license: name: Salesforce Developer Terms url: https://www.salesforce.com/company/legal/agreements/ servers: - url: https://{instance}.salesforce.com/services/data/v{version}/jobs description: Salesforce Bulk API 2.0 jobs endpoint variables: instance: default: yourInstance description: 'The Salesforce instance identifier (e.g., na1, eu3, or a My Domain subdomain like mycompany). ' version: default: '63.0' description: 'The Salesforce API version number (e.g., 63.0). Use the latest supported version for new integrations. ' security: - BearerAuth: [] tags: - name: Lists paths: /data/v64.0/named-credentials/external-credentials: parameters: [] get: tags: - Lists summary: Salesforce List External Credentials description: Get external credentials that the user can authenticate to. operationId: ListExternalCredentials parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 16:46:27 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/SuccessfulListExternalCredentials' - examples: - externalCredentials: - authenticationProtocol: Custom authenticationProtocolVariant: NoAuthentication authenticationStatus: NotConfigured customHeaders: [] developerName: Test id: 0pt... masterLabel: Test parameters: [] principals: [] relatedNamedCredentials: - developerName: Test id: 0XA... masterLabel: Test url: /services/data/v58.0/named-credentials/named-credential-setup/Test url: /services/data/v58.0/named-credentials/external-credentials/Test contentMediaType: application/json;charset=UTF-8 example: externalCredentials: - authenticationProtocol: Custom authenticationProtocolVariant: NoAuthentication authenticationStatus: NotConfigured customHeaders: [] developerName: Test id: 0pt... masterLabel: Test parameters: [] principals: [] relatedNamedCredentials: - developerName: Test id: 0XA... masterLabel: Test url: /services/data/v58.0/named-credentials/named-credential-setup/Test url: /services/data/v58.0/named-credentials/external-credentials/Test deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/named-credentials/named-credential-setup: parameters: [] get: tags: - Lists summary: Salesforce List Named Credentials description: Get a list of named credentials in the org. operationId: ListNamedCredentials parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 16:45:55 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/SuccessfulListNamedCredentials' - examples: - namedCredentials: - calloutUrl: https://my.example.com developerName: Test id: 0XA... masterLabel: Test type: SecuredEndpoint url: /services/data/v58.0/named-credentials/named-credential-setup/Test contentMediaType: application/json;charset=UTF-8 example: namedCredentials: - calloutUrl: https://my.example.com developerName: Test id: 0XA... masterLabel: Test type: SecuredEndpoint url: /services/data/v58.0/named-credentials/named-credential-setup/Test deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/tooling/query: parameters: [] get: tags: - Lists summary: Salesforce List Named Credentials operationId: Listnamedcredentials parameters: - name: q in: query description: '' required: true style: form explode: true schema: type: string examples: - SELECT FIELDS(ALL) FROM NamedCredential LIMIT 200 example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 03 Jul 2023 13:09:27 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=5/15000 Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/Listnamedcredentials' - examples: - size: 1 totalSize: 1 done: true queryLocator: null entityTypeName: NamedCredential records: - attributes: type: NamedCredential url: /services/data/v58.0/tooling/sobjects/NamedCredential/0XA4H000000TNRhWAO Id: 0XA4H000000TNRhWAO IsDeleted: false DeveloperName: Slack_Webhook_for_integration_Channel Language: en_US MasterLabel: 'Slack Webhook for #integration Channel' NamespacePrefix: null CreatedDate: 2020-11-06T14:04:44.000+0000 CreatedById: 00558000000yFyDAAU LastModifiedDate: 2020-11-06T14:04:44.000+0000 LastModifiedById: 00558000000yFyDAAU SystemModstamp: 2020-11-06T14:04:44.000+0000 Endpoint: https://hooks.slack.com/services/SECRET PrincipalType: Anonymous JwtIssuer: null JwtFormulaSubject: null JwtTextSubject: null JwtValidityPeriodSeconds: null JwtAudience: null AuthTokenEndpointUrl: null contentMediaType: application/json;charset=UTF-8 example: size: 1 totalSize: 1 done: true queryLocator: null entityTypeName: NamedCredential records: - attributes: type: NamedCredential url: /services/data/v58.0/tooling/sobjects/NamedCredential/0XA4H000000TNRhWAO Id: 0XA4H000000TNRhWAO IsDeleted: false DeveloperName: Slack_Webhook_for_integration_Channel Language: en_US MasterLabel: 'Slack Webhook for #integration Channel' NamespacePrefix: null CreatedDate: 2020-11-06T14:04:44.000+0000 CreatedById: 00558000000yFyDAAU LastModifiedDate: 2020-11-06T14:04:44.000+0000 LastModifiedById: 00558000000yFyDAAU SystemModstamp: 2020-11-06T14:04:44.000+0000 Endpoint: https://hooks.slack.com/services/SECRET PrincipalType: Anonymous JwtIssuer: null JwtFormulaSubject: null JwtTextSubject: null JwtValidityPeriodSeconds: null JwtAudience: null AuthTokenEndpointUrl: null deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/chatter/groups: parameters: [] get: tags: - Lists summary: Salesforce List of Groups description: 'A list of all the groups in the organization. Get information about groups or create a group. https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_groups_ListOfGroups.htm' operationId: ListofGroups parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 22 Nov 2023 11:25:52 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/SuccessfulListofGroups' - examples: - currentPageUrl: /services/data/v58.0/chatter/groups groups: - additionalLabel: null announcement: null bannerPhoto: bannerPhotoUrl: https:///profilephoto/0F9/B bannerPhotoVersionId: null url: /services/data/v58.0/chatter/groups/0F9.../banner-photo canHaveChatterGuests: false community: null description: Test group emailToChatterAddress: 0F9...@post.2o-i6mbeaq.eu25.chatter.salesforce.com fileCount: 0 id: 0F9... information: text: null title: null isArchived: false isAutoArchiveDisabled: false isBroadcast: false lastFeedElementPostDate: '2023-11-22T11:25:37.000Z' memberCount: 1 motif: color: 1B96FF largeIconUrl: /img/icon/groups64.png mediumIconUrl: /img/icon/groups32.png smallIconUrl: /img/icon/groups16.png svgIconUrl: null myRole: GroupOwner mySubscription: id: 0FB... url: /services/data/v58.0/chatter/group-memberships/0FB... name: Test owner: additionalLabel: null communityNickname: User1696423780773910041 companyName: Salesforce displayName: Firstname firstName: Firstname id: 005... isActive: true isInThisCommunity: true lastName: Name motif: color: 1B96FF largeIconUrl: /img/icon/profile64.png mediumIconUrl: /img/icon/profile32.png smallIconUrl: /img/icon/profile16.png svgIconUrl: null mySubscription: null name: Firstname outOfOffice: message: '' photo: fullEmailPhotoUrl: https:///ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0IogXzXAXaYKJnuWCNQmXymRq?fromEmail=1 largePhotoUrl: https:///profilephoto/7292o000000oAgZ/F mediumPhotoUrl: https:///profilephoto/7292o000000oAgZ/M photoVersionId: 729... smallPhotoUrl: https:///profilephoto/7292o000000oAgZ/T standardEmailPhotoUrl: https:///ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0Ioi-dtynkoFWsl46as__TDFU?fromEmail=1 url: /services/data/v58.0/connect/user-profiles/005.../photo reputation: null title: null type: User url: /services/data/v58.0/chatter/users/005... userType: Internal pendingRequests: null photo: fullEmailPhotoUrl: https:///img/userprofile/default_group_profile_200_v2.png?fromEmail=1 largePhotoUrl: https:///profilephoto/0F9/F mediumPhotoUrl: https:///profilephoto/0F9/M photoVersionId: null smallPhotoUrl: https:///profilephoto/0F9/T standardEmailPhotoUrl: https:///img/userprofile/default_group_profile_45_v2.png?fromEmail=1 url: /services/data/v58.0/chatter/groups/0F9.../photo type: CollaborationGroup url: /services/data/v58.0/chatter/groups/0F9... visibility: PublicAccess nextPageUrl: null previousPageUrl: null contentMediaType: application/json;charset=UTF-8 example: currentPageUrl: /services/data/v58.0/chatter/groups groups: - additionalLabel: null announcement: null bannerPhoto: bannerPhotoUrl: https:///profilephoto/0F9/B bannerPhotoVersionId: null url: /services/data/v58.0/chatter/groups/0F9.../banner-photo canHaveChatterGuests: false community: null description: Test group emailToChatterAddress: 0F9...@post.2o-i6mbeaq.eu25.chatter.salesforce.com fileCount: 0 id: 0F9... information: text: null title: null isArchived: false isAutoArchiveDisabled: false isBroadcast: false lastFeedElementPostDate: '2023-11-22T11:25:37.000Z' memberCount: 1 motif: color: 1B96FF largeIconUrl: /img/icon/groups64.png mediumIconUrl: /img/icon/groups32.png smallIconUrl: /img/icon/groups16.png svgIconUrl: null myRole: GroupOwner mySubscription: id: 0FB... url: /services/data/v58.0/chatter/group-memberships/0FB... name: Test owner: additionalLabel: null communityNickname: User1696423780773910041 companyName: Salesforce displayName: Firstname firstName: Firstname id: 005... isActive: true isInThisCommunity: true lastName: Name motif: color: 1B96FF largeIconUrl: /img/icon/profile64.png mediumIconUrl: /img/icon/profile32.png smallIconUrl: /img/icon/profile16.png svgIconUrl: null mySubscription: null name: Firstname outOfOffice: message: '' photo: fullEmailPhotoUrl: https:///ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0IogXzXAXaYKJnuWCNQmXymRq?fromEmail=1 largePhotoUrl: https:///profilephoto/7292o000000oAgZ/F mediumPhotoUrl: https:///profilephoto/7292o000000oAgZ/M photoVersionId: 729... smallPhotoUrl: https:///profilephoto/7292o000000oAgZ/T standardEmailPhotoUrl: https:///ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0Ioi-dtynkoFWsl46as__TDFU?fromEmail=1 url: /services/data/v58.0/connect/user-profiles/005.../photo reputation: null title: null type: User url: /services/data/v58.0/chatter/users/005... userType: Internal pendingRequests: null photo: fullEmailPhotoUrl: https:///img/userprofile/default_group_profile_200_v2.png?fromEmail=1 largePhotoUrl: https:///profilephoto/0F9/F mediumPhotoUrl: https:///profilephoto/0F9/M photoVersionId: null smallPhotoUrl: https:///profilephoto/0F9/T standardEmailPhotoUrl: https:///img/userprofile/default_group_profile_45_v2.png?fromEmail=1 url: /services/data/v58.0/chatter/groups/0F9.../photo type: CollaborationGroup url: /services/data/v58.0/chatter/groups/0F9... visibility: PublicAccess nextPageUrl: null previousPageUrl: null deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK post: tags: - Lists summary: Salesforce List of Groups - Post description: 'A list of all the groups in the organization. Get information about groups or create a group. https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_groups_ListOfGroups.htm' operationId: ListofGroups-POST parameters: - name: name in: query description: '' required: true style: form explode: true schema: type: string examples: - New Chatter Group (Private Access) example: Example Title - name: visibility in: query description: 'PrivateAccess—Only members of the group can see posts to this group. PublicAccess—All users within the community can see posts to this group. Unlisted—Reserved for future use.' required: true style: form explode: true schema: type: string examples: - PrivateAccess example: example_value - name: description in: query description: '' required: true style: form explode: true schema: type: string examples: - Created via API example: A sample description. - name: information in: query description: If the group is private, the “Information” section is visible only to members. required: true style: form explode: true schema: type: string examples: - Private Information example: example_value - name: isArchived in: query description: '' required: true style: form explode: true schema: type: boolean examples: - false example: true - name: isAutoArchiveDisabled in: query description: true if automatic archiving is turned off for the group, false otherwise. Defaults to false. If true, if there are no posts or comments for 90 days the group is archived. required: true style: form explode: true schema: type: boolean examples: - false example: true - name: isBroadcast in: query description: true if only group owners and managers can create posts in the group, false otherwise. required: true style: form explode: true schema: type: boolean examples: - false example: true - name: canHaveChatterGuests in: query description: '' required: true style: form explode: true schema: type: boolean examples: - true example: true responses: '201': description: Created headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 22 Nov 2023 11:29:04 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/SuccessfulListofGroups-POST' - examples: - additionalLabel: Private With Customers announcement: null bannerPhoto: bannerPhotoUrl: https:///profilephoto/0F9/B bannerPhotoVersionId: null url: /services/data/v58.0/chatter/groups/0F9.../banner-photo canHaveChatterGuests: true community: null description: Created via API emailToChatterAddress: 0F9...@post.2o-i6mbeaq.eu25.chatter.salesforce.com fileCount: 0 id: 0F9... information: text: null title: null isArchived: false isAutoArchiveDisabled: false isBroadcast: false lastFeedElementPostDate: '2023-11-22T11:29:05.000Z' memberCount: 1 motif: color: 1B96FF largeIconUrl: /img/icon/groups64.png mediumIconUrl: /img/icon/groups32.png smallIconUrl: /img/icon/groups16.png svgIconUrl: null myRole: GroupOwner mySubscription: id: 0FB... url: /services/data/v58.0/chatter/group-memberships/0FB... name: New Chatter Group (Private Access) owner: additionalLabel: null communityNickname: User1696423780773910041 companyName: Salesforce displayName: Name firstName: Firstname id: 005... isActive: true isInThisCommunity: true lastName: Name motif: color: 1B96FF largeIconUrl: /img/icon/profile64.png mediumIconUrl: /img/icon/profile32.png smallIconUrl: /img/icon/profile16.png svgIconUrl: null mySubscription: null name: Name outOfOffice: message: '' photo: fullEmailPhotoUrl: https:///ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0IogXzXAXaYKJnuWCNQmXymRq?fromEmail=1 largePhotoUrl: https:///profilephoto/729.../F mediumPhotoUrl: https:///profilephoto/729.../M photoVersionId: 729... smallPhotoUrl: https:///profilephoto/729.../T standardEmailPhotoUrl: https:///ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0Ioi-dtynkoFWsl46as__TDFU?fromEmail=1 url: /services/data/v58.0/connect/user-profiles/005.../photo reputation: null title: null type: User url: /services/data/v58.0/chatter/users/005... userType: Internal pendingRequests: 0 photo: fullEmailPhotoUrl: https:///img/userprofile/default_group_profile_200_v2.png?fromEmail=1 largePhotoUrl: https:///profilephoto/0F9/F mediumPhotoUrl: https:///profilephoto/0F9/M photoVersionId: null smallPhotoUrl: https:///profilephoto/0F9/T standardEmailPhotoUrl: https:///img/userprofile/default_group_profile_45_v2.png?fromEmail=1 url: /services/data/v58.0/chatter/groups/0F9.../photo type: CollaborationGroup url: /services/data/v58.0/chatter/groups/0F9... visibility: PrivateAccess contentMediaType: application/json;charset=UTF-8 example: additionalLabel: Private With Customers announcement: null bannerPhoto: bannerPhotoUrl: https:///profilephoto/0F9/B bannerPhotoVersionId: null url: /services/data/v58.0/chatter/groups/0F9.../banner-photo canHaveChatterGuests: true community: null description: Created via API emailToChatterAddress: 0F9...@post.2o-i6mbeaq.eu25.chatter.salesforce.com fileCount: 0 id: 0F9... information: text: null title: null isArchived: false isAutoArchiveDisabled: false isBroadcast: false lastFeedElementPostDate: '2023-11-22T11:29:05.000Z' memberCount: 1 motif: color: 1B96FF largeIconUrl: /img/icon/groups64.png mediumIconUrl: /img/icon/groups32.png smallIconUrl: /img/icon/groups16.png svgIconUrl: null myRole: GroupOwner mySubscription: id: 0FB... url: /services/data/v58.0/chatter/group-memberships/0FB... name: New Chatter Group (Private Access) owner: additionalLabel: null communityNickname: User1696423780773910041 companyName: Salesforce displayName: Name firstName: Firstname id: 005... isActive: true isInThisCommunity: true lastName: Name motif: color: 1B96FF largeIconUrl: /img/icon/profile64.png mediumIconUrl: /img/icon/profile32.png smallIconUrl: /img/icon/profile16.png svgIconUrl: null mySubscription: null name: Name outOfOffice: message: '' photo: fullEmailPhotoUrl: https:///ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0IogXzXAXaYKJnuWCNQmXymRq?fromEmail=1 largePhotoUrl: https:///profilephoto/729.../F mediumPhotoUrl: https:///profilephoto/729.../M photoVersionId: 729... smallPhotoUrl: https:///profilephoto/729.../T standardEmailPhotoUrl: https:///ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0Ioi-dtynkoFWsl46as__TDFU?fromEmail=1 url: /services/data/v58.0/connect/user-profiles/005.../photo reputation: null title: null type: User url: /services/data/v58.0/chatter/users/005... userType: Internal pendingRequests: 0 photo: fullEmailPhotoUrl: https:///img/userprofile/default_group_profile_200_v2.png?fromEmail=1 largePhotoUrl: https:///profilephoto/0F9/F mediumPhotoUrl: https:///profilephoto/0F9/M photoVersionId: null smallPhotoUrl: https:///profilephoto/0F9/T standardEmailPhotoUrl: https:///img/userprofile/default_group_profile_45_v2.png?fromEmail=1 url: /services/data/v58.0/chatter/groups/0F9.../photo type: CollaborationGroup url: /services/data/v58.0/chatter/groups/0F9... visibility: PrivateAccess deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/query: parameters: [] get: tags: - Lists summary: Salesforce List Event Relay Feedback Items operationId: Listeventrelayfeedbackitems parameters: - name: q in: query description: '' required: true style: form explode: true schema: type: string examples: - SELECT FIELDS(ALL) FROM EventRelayFeedback LIMIT 200 example: example_value responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/actions/record/{RECORD_ID}/related-list/{RELATED_LIST_IDS}: parameters: [] get: tags: - Lists summary: Salesforce Get Related List Actions description: Get the actions on record detail pages. operationId: GetRelatedListActions parameters: - name: RECORD_ID in: path description: Record ID required: true schema: type: string example: '500123' - name: RELATED_LIST_IDS in: path description: Optional. A related list name, or a comma-delimited list of related list names. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:27:08 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"a20a5831cc59f674f527261d7469d62d--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetRelatedListActions' - examples: - actions: 00158000006QBOhAAO: actions: - actionListContext: RelatedList actionTarget: null actionTargetType: Invoke apiName: NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedList:Desktop:StandardButton:NewContact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000119415WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list/Contacts eTag: a20a5831cc59f674f527261d7469d62d url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list/Contacts contentMediaType: application/json;charset=UTF-8 example: actions: 00158000006QBOhAAO: actions: - actionListContext: RelatedList actionTarget: null actionTargetType: Invoke apiName: NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedList:Desktop:StandardButton:NewContact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000119415WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list/Contacts eTag: a20a5831cc59f674f527261d7469d62d url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list/Contacts deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/actions/record/{RECORD_ID}/related-list-record/{RELATED_LIST_RECORD_IDS}: parameters: [] get: tags: - Lists summary: Salesforce Get Related List Record Actions description: Get the actions on records in related lists. operationId: GetRelatedListRecordActions parameters: - name: RECORD_ID in: path description: Record ID required: true schema: type: string example: '500123' - name: RELATED_LIST_RECORD_IDS in: path description: A related list record ID, or a comma-delimited list of related list record IDs. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:37:18 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"f29ba79a7eda15543fca804e0e88bea6--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetRelatedListRecordActions' - examples: - actions: 00158000006QBOhAAO: actions: - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000122896WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000122897WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA eTag: f29ba79a7eda15543fca804e0e88bea6 url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA contentMediaType: application/json;charset=UTF-8 example: actions: 00158000006QBOhAAO: actions: - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000122896WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000122897WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA eTag: f29ba79a7eda15543fca804e0e88bea6 url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/actions/list-view/{LIST_VIEW_IDS}: parameters: [] get: tags: - Lists summary: Salesforce Get List View Header Actions description: Get the actions on records in related lists. operationId: GetListViewHeaderActions parameters: - name: LIST_VIEW_IDS in: path description: A single list view ID, or a comma-delimited list of list view IDs. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:39:25 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"6f6e964d38807defe01bd28d144c9c0e--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetListViewHeaderActions' - examples: - actions: 00B58000002ssinEAA: actions: - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: EditFilter externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png id: 0JV4H0000132177WAA isMassAction: 'false' label: Filter lwcComponent: null primaryColor: 0176D3 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: ListSort externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:ListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000132178WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000132179WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: null apiName: PrintableListView externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:PrintableListView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000132180WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA eTag: 6f6e964d38807defe01bd28d144c9c0e url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA contentMediaType: application/json;charset=UTF-8 example: actions: 00B58000002ssinEAA: actions: - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: EditFilter externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png id: 0JV4H0000132177WAA isMassAction: 'false' label: Filter lwcComponent: null primaryColor: 0176D3 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: ListSort externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:ListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000132178WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000132179WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: null apiName: PrintableListView externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:PrintableListView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000132180WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA eTag: 6f6e964d38807defe01bd28d144c9c0e url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/actions/list-view-record/{RECORD_IDS}: parameters: [] get: tags: - Lists summary: Salesforce Get List View Record Actions description: Get the record actions on list views. operationId: GetListViewRecordActions parameters: - name: RECORD_IDS in: path description: A single record ID, or a comma-delimited list of record IDs. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:40:07 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"1baaebae684ef749af218f59bf4b1d4d--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetListViewRecordActions' - examples: - actions: 00358000006woxwAAA: actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA eTag: 1baaebae684ef749af218f59bf4b1d4d url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA contentMediaType: application/json;charset=UTF-8 example: actions: 00358000006woxwAAA: actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA eTag: 1baaebae684ef749af218f59bf4b1d4d url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/actions/list-view-chart/{SOBJECT_API_NAME}: parameters: [] get: tags: - Lists summary: Salesforce Get List View Chart Actions description: Get the record actions on list views. operationId: GetListViewChartActions parameters: - name: SOBJECT_API_NAME in: path description: Currently, only `ListViewChartInstance` is valid. required: true schema: type: string examples: - ListViewChartInstance example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:41:26 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"60c273c4ba34efcc645bd0ce249c8cd4--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetListViewChartActions' - examples: - actions: ListViewChartInstance: actions: - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: NewObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:NewObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138090WAA isMassAction: 'false' label: New Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: EditObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:EditObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138091WAA isMassAction: 'false' label: Edit Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: DeleteObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:DeleteObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138092WAA isMassAction: 'false' label: Delete Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance eTag: 60c273c4ba34efcc645bd0ce249c8cd4 url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance contentMediaType: application/json;charset=UTF-8 example: actions: ListViewChartInstance: actions: - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: NewObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:NewObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138090WAA isMassAction: 'false' label: New Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: EditObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:EditObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138091WAA isMassAction: 'false' label: Edit Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: DeleteObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:DeleteObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138092WAA isMassAction: 'false' label: Delete Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance eTag: 60c273c4ba34efcc645bd0ce249c8cd4 url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/actions/mru-list/{SOBJECT_API_NAMES}: parameters: [] get: tags: - Lists summary: Salesforce Get Mru List View Actions description: Get the header actions on the most recently used (MRU) list view for objects. operationId: GetMRUListViewActions parameters: - name: SOBJECT_API_NAMES in: path description: An object name, or a comma-delimited list of object names. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:48:01 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"e40070982f76ef03ffdc6f70e91b9321--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetMRUListViewActions' - examples: - actions: Account: actions: - actionListContext: MruList actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000102212WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: MruList actionTarget: null actionTargetType: null apiName: MruListSort externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:MruListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000102213WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/mru-list/Account eTag: e40070982f76ef03ffdc6f70e91b9321 url: /services/data/v58.0/ui-api/actions/mru-list/Account contentMediaType: application/json;charset=UTF-8 example: actions: Account: actions: - actionListContext: MruList actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000102212WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: MruList actionTarget: null actionTargetType: null apiName: MruListSort externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:MruListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000102213WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/mru-list/Account eTag: e40070982f76ef03ffdc6f70e91b9321 url: /services/data/v58.0/ui-api/actions/mru-list/Account deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/sobjects/{SOBJECT_API_NAME}/listviews: parameters: [] get: tags: - Lists summary: Salesforce List Views description: Returns the list of list views for the specified sObject, including the ID and other basic information about each list view. You can also get basic information for a specific list view by ID. operationId: ListViews parameters: - name: SOBJECT_API_NAME in: path description: '' required: true schema: type: string example: example_value - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/sobjects/{SOBJECT_API_NAME}/listviews/{QUERY_LOCATOR}/describe: parameters: [] get: tags: - Lists summary: Salesforce List View Describe description: Returns detailed information about a list view, including the ID, the columns, and the SOQL query. operationId: ListViewDescribe parameters: - name: SOBJECT_API_NAME in: path description: '' required: true schema: type: string example: example_value - name: QUERY_LOCATOR in: path description: '' required: true schema: type: string example: example_value - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/sobjects/{SOBJECT_API_NAME}/listviews/{LIST_VIEW_ID}/results: parameters: [] get: tags: - Lists summary: Salesforce List View Results description: Returns detailed information about a list view, including the ID, the columns, and the SOQL query. operationId: ListViewResults parameters: - name: SOBJECT_API_NAME in: path description: '' required: true schema: type: string example: example_value - name: LIST_VIEW_ID in: path description: '' required: true schema: type: string example: '500123' - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/list-info/{SOBJECT_API_NAME}: parameters: [] get: tags: - Lists summary: Salesforce Get List Views for an Object description: Get list views associated with an object. operationId: GetListViewsforanObject parameters: - name: SOBJECT_API_NAME in: path description: API name of a UI API supported object. required: true schema: type: string examples: - Account example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:49:33 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"7a9cf6dc597cbc985bab8a26df2f1752--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetListViewsforanObject' - examples: - count: 6 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-info/Account?pageSize=20&pageToken=0 lists: - apiName: AllAccounts id: 00B58000002ssinEAA label: All Accounts url: /services/data/v62.0/ui-api/list-info/Account/AllAccounts - apiName: MyAccounts id: 00B58000002ssivEAA label: My Accounts url: /services/data/v62.0/ui-api/list-info/Account/MyAccounts - apiName: NewLastWeek id: 00B58000002ssiHEAQ label: New Last Week url: /services/data/v62.0/ui-api/list-info/Account/NewLastWeek - apiName: NewThisWeek id: 00B58000002ssi6EAA label: New This Week url: /services/data/v62.0/ui-api/list-info/Account/NewThisWeek - apiName: PlatinumandGoldSLACustomers id: 00B58000002ssiXEAQ label: Platinum and Gold SLA Customers url: /services/data/v62.0/ui-api/list-info/Account/PlatinumandGoldSLACustomers - apiName: RecentlyViewedAccounts id: 00B58000002ssimEAA label: Recently Viewed Accounts url: /services/data/v62.0/ui-api/list-info/Account/RecentlyViewedAccounts nextPageToken: null nextPageUrl: null objectApiName: Account pageSize: 20 previousPageToken: null previousPageUrl: null queryString: null recentListsOnly: false contentMediaType: application/json;charset=UTF-8 example: count: 6 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-info/Account?pageSize=20&pageToken=0 lists: - apiName: AllAccounts id: 00B58000002ssinEAA label: All Accounts url: /services/data/v62.0/ui-api/list-info/Account/AllAccounts - apiName: MyAccounts id: 00B58000002ssivEAA label: My Accounts url: /services/data/v62.0/ui-api/list-info/Account/MyAccounts - apiName: NewLastWeek id: 00B58000002ssiHEAQ label: New Last Week url: /services/data/v62.0/ui-api/list-info/Account/NewLastWeek - apiName: NewThisWeek id: 00B58000002ssi6EAA label: New This Week url: /services/data/v62.0/ui-api/list-info/Account/NewThisWeek - apiName: PlatinumandGoldSLACustomers id: 00B58000002ssiXEAQ label: Platinum and Gold SLA Customers url: /services/data/v62.0/ui-api/list-info/Account/PlatinumandGoldSLACustomers - apiName: RecentlyViewedAccounts id: 00B58000002ssimEAA label: Recently Viewed Accounts url: /services/data/v62.0/ui-api/list-info/Account/RecentlyViewedAccounts nextPageToken: null nextPageUrl: null objectApiName: Account pageSize: 20 previousPageToken: null previousPageUrl: null queryString: null recentListsOnly: false deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/list-records/{LIST_VIEW_ID}: parameters: [] get: tags: - Lists summary: Salesforce Get List View Records by Id description: Get record data for a list view by list view ID using URL parameters. operationId: GetListViewRecordsbyID parameters: - name: LIST_VIEW_ID in: path description: The ID of a list view. required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:52:06 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetListViewRecordsbyID' - examples: - count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null contentMediaType: application/json;charset=UTF-8 example: count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/list-records/{SOBJECT_API_NAME}/{LIST_VIEW_API_NAME}: parameters: [] get: tags: - Lists summary: Salesforce Get List View Records by Api Name description: Get record data for a list view by list view API name using URL parameters. operationId: GetListViewRecordsbyAPIName parameters: - name: SOBJECT_API_NAME in: path description: API name of a UI API supported object. required: true schema: type: string example: example_value - name: LIST_VIEW_API_NAME in: path description: API name of a list view, such as AllAccounts, __Recent, or __SearchResult. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:54:16 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetListViewRecordsperAPIName' - examples: - count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null contentMediaType: application/json;charset=UTF-8 example: count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK post: tags: - Lists summary: Salesforce Get List View Records description: Get record data for a list view using a request body. operationId: GetListViewRecords parameters: - name: SOBJECT_API_NAME in: path description: API name of the UI API supported object. required: true schema: type: string example: example_value - name: LIST_VIEW_API_NAME in: path description: API name of a list view. required: true schema: type: string example: example_value requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/GetListViewRecordsRequest' - examples: - fields: - Name - Type - AnnualRevenue - CreatedDate pageSize: 10 sortBy: - CreatedDate searchTerm: United where: '{AnnualRevenue: { gt: 1000000}}' contentMediaType: application/json example: fields: - Name - Type - AnnualRevenue - CreatedDate pageSize: 10 sortBy: - CreatedDate searchTerm: United where: '{AnnualRevenue: { gt: 1000000}}' required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:58:55 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"140a7beb741fbb3ff17e2ebcd4495182--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetListViewRecords' - examples: - count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null contentMediaType: application/json;charset=UTF-8 example: count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/list-info/{LIST_VIEW_ID}: parameters: [] get: tags: - Lists summary: Salesforce Get List View Metadata by Id description: Get list view metadata by list view ID using URL parameters. operationId: GetListViewMetadatabyID parameters: - name: LIST_VIEW_ID in: path description: The ID of a list view. required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:56:15 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"55ebdd0de6c2f1e17f63bf4581d64f76--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetListViewMetadatabyID' - examples: - cloneable: true createable: true deletable: true displayColumns: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true - fieldApiName: Site inlineEditAttributes: {} label: Account Site lookupId: null searchable: true sortable: true - fieldApiName: Phone inlineEditAttributes: {} label: Phone lookupId: null searchable: true sortable: true - fieldApiName: Type inlineEditAttributes: {} label: Type lookupId: null searchable: true sortable: true - fieldApiName: BillingCountry inlineEditAttributes: {} label: Billing Country lookupId: null searchable: true sortable: true - fieldApiName: Owner.Alias inlineEditAttributes: {} label: Account Owner Alias lookupId: Owner.Id searchable: true sortable: true filterLogicString: null filteredByInfo: [] hasMassActions: true inlineEditDetails: {} label: All Accounts listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView listShares: {} objectApiNames: [] orderedByInfo: - fieldApiName: BillingCountry isAscending: false label: Billing Country scope: {} searchable: true updateable: true userPreferences: columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false visibility: Public visibilityEditable: true contentMediaType: application/json;charset=UTF-8 example: cloneable: true createable: true deletable: true displayColumns: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true - fieldApiName: Site inlineEditAttributes: {} label: Account Site lookupId: null searchable: true sortable: true - fieldApiName: Phone inlineEditAttributes: {} label: Phone lookupId: null searchable: true sortable: true - fieldApiName: Type inlineEditAttributes: {} label: Type lookupId: null searchable: true sortable: true - fieldApiName: BillingCountry inlineEditAttributes: {} label: Billing Country lookupId: null searchable: true sortable: true - fieldApiName: Owner.Alias inlineEditAttributes: {} label: Account Owner Alias lookupId: Owner.Id searchable: true sortable: true filterLogicString: null filteredByInfo: [] hasMassActions: true inlineEditDetails: {} label: All Accounts listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView listShares: {} objectApiNames: [] orderedByInfo: - fieldApiName: BillingCountry isAscending: false label: Billing Country scope: {} searchable: true updateable: true userPreferences: columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false visibility: Public visibilityEditable: true deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/list-info/{SOBJECT_API_NAME}/{LIST_VIEW_API_NAME}: parameters: [] get: tags: - Lists summary: Salesforce Get List View Metadata by Api Name description: Get list view metadata by list view API name using URL parameters. operationId: GetListViewMetadatabyAPIName parameters: - name: SOBJECT_API_NAME in: path description: API name of the UI API supported object. required: true schema: type: string example: example_value - name: LIST_VIEW_API_NAME in: path description: API name of a list view, such as AllAccounts, __Recent, or __SearchResult. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:56:56 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"55ebdd0de6c2f1e17f63bf4581d64f76--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetListViewMetadatabyAPIName' - examples: - cloneable: true createable: true deletable: true displayColumns: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true - fieldApiName: Site inlineEditAttributes: {} label: Account Site lookupId: null searchable: true sortable: true - fieldApiName: Phone inlineEditAttributes: {} label: Phone lookupId: null searchable: true sortable: true - fieldApiName: Type inlineEditAttributes: {} label: Type lookupId: null searchable: true sortable: true - fieldApiName: BillingCountry inlineEditAttributes: {} label: Billing Country lookupId: null searchable: true sortable: true - fieldApiName: Owner.Alias inlineEditAttributes: {} label: Account Owner Alias lookupId: Owner.Id searchable: true sortable: true filterLogicString: null filteredByInfo: [] hasMassActions: true inlineEditDetails: {} label: All Accounts listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView listShares: {} objectApiNames: [] orderedByInfo: - fieldApiName: BillingCountry isAscending: false label: Billing Country scope: {} updateable: true userPreferences: columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false visibility: Public visibilityEditable: true contentMediaType: application/json;charset=UTF-8 example: cloneable: true createable: true deletable: true displayColumns: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true - fieldApiName: Site inlineEditAttributes: {} label: Account Site lookupId: null searchable: true sortable: true - fieldApiName: Phone inlineEditAttributes: {} label: Phone lookupId: null searchable: true sortable: true - fieldApiName: Type inlineEditAttributes: {} label: Type lookupId: null searchable: true sortable: true - fieldApiName: BillingCountry inlineEditAttributes: {} label: Billing Country lookupId: null searchable: true sortable: true - fieldApiName: Owner.Alias inlineEditAttributes: {} label: Account Owner Alias lookupId: Owner.Id searchable: true sortable: true filterLogicString: null filteredByInfo: [] hasMassActions: true inlineEditDetails: {} label: All Accounts listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView listShares: {} objectApiNames: [] orderedByInfo: - fieldApiName: BillingCountry isAscending: false label: Billing Country scope: {} updateable: true userPreferences: columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false visibility: Public visibilityEditable: true deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/support/knowledgeArticles: parameters: [] get: tags: - Lists summary: Salesforce Articles List description: Get a page of online articles for the given language and category through either search or query. operationId: ArticlesList parameters: - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK components: schemas: Fields40: title: Fields40 required: - BillingCountry - CreatedDate - Id - LastModifiedById - LastModifiedDate - Name - Owner - OwnerId - Phone - Site - SystemModstamp - Type type: object properties: BillingCountry: $ref: '#/components/schemas/BillingCountry3' CreatedDate: $ref: '#/components/schemas/CreatedDate14' Id: $ref: '#/components/schemas/Id8' LastModifiedById: $ref: '#/components/schemas/LastModifiedById5' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate14' Name: $ref: '#/components/schemas/Name21' Owner: $ref: '#/components/schemas/Owner11' OwnerId: $ref: '#/components/schemas/OwnerId4' Phone: $ref: '#/components/schemas/Phone9' Site: $ref: '#/components/schemas/Site2' SystemModstamp: $ref: '#/components/schemas/SystemModstamp10' Type: $ref: '#/components/schemas/Type13' examples: - BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null 00358000006woxwAAA: title: 00358000006woxwAAA required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions14' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA Actions22: title: Actions22 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: - string - 'null' example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: string example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: - string - 'null' example: example_value section: type: string example: example_value sourceObject: type: string example: example_value subtype: type: - string - 'null' example: example_value targetObject: type: string example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: MruList actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000102212WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton 00B58000002ssinEAA: title: 00B58000002ssinEAA required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions12' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: EditFilter externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png id: 0JV4H0000132177WAA isMassAction: 'false' label: Filter lwcComponent: null primaryColor: 0176D3 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: ListSort externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:ListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000132178WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000132179WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: null apiName: PrintableListView externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:PrintableListView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000132180WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA ColumnWidths: title: ColumnWidths required: - Site - Type - BillingCountry - Owner.Alias - Phone - Name type: object properties: Site: type: integer contentEncoding: int32 example: 10 Type: type: integer contentEncoding: int32 example: 10 BillingCountry: type: integer contentEncoding: int32 example: 42 Owner.Alias: type: integer contentEncoding: int32 example: 10 Phone: type: integer contentEncoding: int32 example: 10 Name: type: integer contentEncoding: int32 example: Example Title examples: - Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 GetListViewsforanObject: title: GetListViewsforanObject required: - count - currentPageToken - currentPageUrl - lists - nextPageToken - nextPageUrl - objectApiName - pageSize - previousPageToken - previousPageUrl - queryString - recentListsOnly type: object properties: count: type: integer contentEncoding: int32 example: 42 currentPageToken: type: string example: CAUQAA currentPageUrl: type: string example: https://www.example.com lists: type: array items: $ref: '#/components/schemas/List' description: '' example: [] nextPageToken: type: - string - 'null' example: CAUQAA nextPageUrl: type: - string - 'null' example: https://www.example.com objectApiName: type: string example: example_value pageSize: type: integer contentEncoding: int32 example: 10 previousPageToken: type: - string - 'null' example: CAUQAA previousPageUrl: type: - string - 'null' example: https://www.example.com queryString: type: - string - 'null' example: example_value recentListsOnly: type: boolean example: true examples: - count: 6 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-info/Account?pageSize=20&pageToken=0 lists: - apiName: AllAccounts id: 00B58000002ssinEAA label: All Accounts url: /services/data/v62.0/ui-api/list-info/Account/AllAccounts - apiName: MyAccounts id: 00B58000002ssivEAA label: My Accounts url: /services/data/v62.0/ui-api/list-info/Account/MyAccounts - apiName: NewLastWeek id: 00B58000002ssiHEAQ label: New Last Week url: /services/data/v62.0/ui-api/list-info/Account/NewLastWeek - apiName: NewThisWeek id: 00B58000002ssi6EAA label: New This Week url: /services/data/v62.0/ui-api/list-info/Account/NewThisWeek - apiName: PlatinumandGoldSLACustomers id: 00B58000002ssiXEAQ label: Platinum and Gold SLA Customers url: /services/data/v62.0/ui-api/list-info/Account/PlatinumandGoldSLACustomers - apiName: RecentlyViewedAccounts id: 00B58000002ssimEAA label: Recently Viewed Accounts url: /services/data/v62.0/ui-api/list-info/Account/RecentlyViewedAccounts nextPageToken: null nextPageUrl: null objectApiName: Account pageSize: 20 previousPageToken: null previousPageUrl: null queryString: null recentListsOnly: false SuccessfulListofGroups: title: SuccessfulListofGroups required: - currentPageUrl - groups - nextPageUrl - previousPageUrl type: object properties: currentPageUrl: type: string example: https://www.example.com groups: type: array items: $ref: '#/components/schemas/Group' description: '' example: [] nextPageUrl: type: - string - 'null' example: https://www.example.com previousPageUrl: type: - string - 'null' example: https://www.example.com examples: - currentPageUrl: /services/data/v58.0/chatter/groups groups: - additionalLabel: null announcement: null bannerPhoto: bannerPhotoUrl: https:///profilephoto/0F9/B bannerPhotoVersionId: null url: /services/data/v58.0/chatter/groups/0F9.../banner-photo canHaveChatterGuests: false community: null description: Test group emailToChatterAddress: 0F9...@post.2o-i6mbeaq.eu25.chatter.salesforce.com fileCount: 0 id: 0F9... information: text: null title: null isArchived: false isAutoArchiveDisabled: false isBroadcast: false lastFeedElementPostDate: '2023-11-22T11:25:37.000Z' memberCount: 1 motif: color: 1B96FF largeIconUrl: /img/icon/groups64.png mediumIconUrl: /img/icon/groups32.png smallIconUrl: /img/icon/groups16.png svgIconUrl: null myRole: GroupOwner mySubscription: id: 0FB... url: /services/data/v58.0/chatter/group-memberships/0FB... name: Test owner: additionalLabel: null communityNickname: User1696423780773910041 companyName: Salesforce displayName: Firstname firstName: Firstname id: 005... isActive: true isInThisCommunity: true lastName: Name motif: color: 1B96FF largeIconUrl: /img/icon/profile64.png mediumIconUrl: /img/icon/profile32.png smallIconUrl: /img/icon/profile16.png svgIconUrl: null mySubscription: null name: Firstname outOfOffice: message: '' photo: fullEmailPhotoUrl: https:///ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0IogXzXAXaYKJnuWCNQmXymRq?fromEmail=1 largePhotoUrl: https:///profilephoto/7292o000000oAgZ/F mediumPhotoUrl: https:///profilephoto/7292o000000oAgZ/M photoVersionId: 729... smallPhotoUrl: https:///profilephoto/7292o000000oAgZ/T standardEmailPhotoUrl: https:///ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0Ioi-dtynkoFWsl46as__TDFU?fromEmail=1 url: /services/data/v58.0/connect/user-profiles/005.../photo reputation: null title: null type: User url: /services/data/v58.0/chatter/users/005... userType: Internal pendingRequests: null photo: fullEmailPhotoUrl: https:///img/userprofile/default_group_profile_200_v2.png?fromEmail=1 largePhotoUrl: https:///profilephoto/0F9/F mediumPhotoUrl: https:///profilephoto/0F9/M photoVersionId: null smallPhotoUrl: https:///profilephoto/0F9/T standardEmailPhotoUrl: https:///img/userprofile/default_group_profile_45_v2.png?fromEmail=1 url: /services/data/v58.0/chatter/groups/0F9.../photo type: CollaborationGroup url: /services/data/v58.0/chatter/groups/0F9... visibility: PublicAccess nextPageUrl: null previousPageUrl: null Owner11: title: Owner11 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: $ref: '#/components/schemas/Value22' examples: - displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' Motif: title: Motif required: - color - largeIconUrl - mediumIconUrl - smallIconUrl - svgIconUrl type: object properties: color: type: string example: example_value largeIconUrl: type: string example: https://www.example.com mediumIconUrl: type: string example: https://www.example.com smallIconUrl: type: string example: https://www.example.com svgIconUrl: type: - string - 'null' example: https://www.example.com examples: - color: '939393' largeIconUrl: /img/content/content64.png mediumIconUrl: /img/content/content32.png smallIconUrl: /img/icon/files16.png svgIconUrl: null Photo15: title: Photo15 required: - fullEmailPhotoUrl - largePhotoUrl - mediumPhotoUrl - photoVersionId - smallPhotoUrl - standardEmailPhotoUrl - url type: object properties: fullEmailPhotoUrl: type: string example: user@example.com largePhotoUrl: type: string example: https://www.example.com mediumPhotoUrl: type: string example: https://www.example.com photoVersionId: type: - string - 'null' example: '500123' smallPhotoUrl: type: string example: https://www.example.com standardEmailPhotoUrl: type: string example: user@example.com url: type: string example: https://www.example.com examples: - fullEmailPhotoUrl: https:///img/userprofile/default_group_profile_200_v2.png?fromEmail=1 largePhotoUrl: https:///profilephoto/0F9/F mediumPhotoUrl: https:///profilephoto/0F9/M photoVersionId: null smallPhotoUrl: https:///profilephoto/0F9/T standardEmailPhotoUrl: https:///img/userprofile/default_group_profile_45_v2.png?fromEmail=1 url: /services/data/v58.0/chatter/groups/0F9.../photo Actions12: title: Actions12 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: - string - 'null' example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: - string - 'null' example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: - string - 'null' example: example_value section: type: string example: example_value sourceObject: type: string example: example_value subtype: type: - string - 'null' example: example_value targetObject: type: string example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: EditFilter externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png id: 0JV4H0000132177WAA isMassAction: 'false' label: Filter lwcComponent: null primaryColor: 0176D3 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton SystemModstamp10: title: SystemModstamp10 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '2023-10-06T08:34:22.000Z' CreatedDate14: title: CreatedDate14 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '2020-02-27T09:28:06.000Z' Information: title: Information required: - text - title type: object properties: text: type: - string - 'null' example: example_value title: type: - string - 'null' example: Example Title examples: - text: null title: null Name21: title: Name21 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Philippe Ozil 00158000006QBOhAAO1: title: 00158000006QBOhAAO1 required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions8' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: RelatedList actionTarget: null actionTargetType: Invoke apiName: NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedList:Desktop:StandardButton:NewContact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000119415WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list/Contacts Value22: title: Value22 required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields41' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: - string - 'null' example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value examples: - apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' ColumnWrap: title: ColumnWrap required: - Site - Type - BillingCountry - Owner.Alias - Phone - Name type: object properties: Site: type: boolean example: true Type: type: boolean example: true BillingCountry: type: boolean example: 42 Owner.Alias: type: boolean example: true Phone: type: boolean example: true Name: type: boolean example: Example Title examples: - Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false Fields41: title: Fields41 required: - Alias - CreatedDate - Id - LastModifiedById - LastModifiedDate - Name - SystemModstamp type: object properties: Alias: $ref: '#/components/schemas/Alias4' CreatedDate: $ref: '#/components/schemas/CreatedDate14' Id: $ref: '#/components/schemas/Id8' LastModifiedById: $ref: '#/components/schemas/LastModifiedById5' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate14' Name: $ref: '#/components/schemas/Name21' SystemModstamp: $ref: '#/components/schemas/SystemModstamp10' examples: - Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' Records4: title: Records4 required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields40' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: string example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value examples: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' Actions21: title: Actions21 required: - Account type: object properties: Account: $ref: '#/components/schemas/Account18' examples: - Account: actions: - actionListContext: MruList actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000102212WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: MruList actionTarget: null actionTargetType: null apiName: MruListSort externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:MruListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000102213WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/mru-list/Account Photo: title: Photo required: - fullEmailPhotoUrl - largePhotoUrl - mediumPhotoUrl - photoVersionId - smallPhotoUrl - standardEmailPhotoUrl - url type: object properties: fullEmailPhotoUrl: type: string example: user@example.com largePhotoUrl: type: string example: https://www.example.com mediumPhotoUrl: type: string example: https://www.example.com photoVersionId: type: string example: '500123' smallPhotoUrl: type: string example: https://www.example.com standardEmailPhotoUrl: type: string example: user@example.com url: type: string example: https://www.example.com examples: - fullEmailPhotoUrl: https:///ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0IogXzXAXaYKJnuWCNQmXymRq?fromEmail=1 largePhotoUrl: https:///profilephoto/729.../F mediumPhotoUrl: https:///profilephoto/729.../M photoVersionId: 729... smallPhotoUrl: https:///profilephoto/729.../T standardEmailPhotoUrl: https:///ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0Ioi-dtynkoFWsl46as__TDFU?fromEmail=1 url: /services/data/v58.0/connect/user-profiles/005.../photo Record11: title: Record11 required: - attributes - Id - IsDeleted - DeveloperName - Language - MasterLabel - NamespacePrefix - CreatedDate - CreatedById - LastModifiedDate - LastModifiedById - SystemModstamp - Endpoint - PrincipalType - JwtIssuer - JwtFormulaSubject - JwtTextSubject - JwtValidityPeriodSeconds - JwtAudience - AuthTokenEndpointUrl type: object properties: attributes: $ref: '#/components/schemas/Attributes4' Id: type: string example: abc123 IsDeleted: type: boolean example: true DeveloperName: type: string example: example_value Language: type: string example: example_value MasterLabel: type: string example: example_value NamespacePrefix: type: - string - 'null' example: example_value CreatedDate: type: string example: example_value CreatedById: type: string example: '500123' LastModifiedDate: type: string example: example_value LastModifiedById: type: string example: '500123' SystemModstamp: type: string example: example_value Endpoint: type: string example: example_value PrincipalType: type: string example: example_value JwtIssuer: type: - string - 'null' example: example_value JwtFormulaSubject: type: - string - 'null' example: example_value JwtTextSubject: type: - string - 'null' example: example_value JwtValidityPeriodSeconds: type: - string - 'null' example: example_value JwtAudience: type: - string - 'null' example: example_value AuthTokenEndpointUrl: type: - string - 'null' example: https://www.example.com examples: - attributes: type: NamedCredential url: /services/data/v58.0/tooling/sobjects/NamedCredential/0XA4H000000TNRhWAO Id: 0XA4H000000TNRhWAO IsDeleted: false DeveloperName: Slack_Webhook_for_integration_Channel Language: en_US MasterLabel: 'Slack Webhook for #integration Channel' NamespacePrefix: null CreatedDate: 2020-11-06T14:04:44.000+0000 CreatedById: 00558000000yFyDAAU LastModifiedDate: 2020-11-06T14:04:44.000+0000 LastModifiedById: 00558000000yFyDAAU SystemModstamp: 2020-11-06T14:04:44.000+0000 Endpoint: https://hooks.slack.com/services/SECRET PrincipalType: Anonymous JwtIssuer: null JwtFormulaSubject: null JwtTextSubject: null JwtValidityPeriodSeconds: null JwtAudience: null AuthTokenEndpointUrl: null NamedCredential: title: NamedCredential required: - calloutUrl - developerName - id - masterLabel - type - url type: object properties: calloutUrl: type: string example: https://www.example.com developerName: type: string example: example_value id: type: string example: abc123 masterLabel: type: string example: example_value type: type: string example: example_value url: type: string example: https://www.example.com examples: - calloutUrl: https://my.example.com developerName: Test id: 0XA... masterLabel: Test type: SecuredEndpoint url: /services/data/v58.0/named-credentials/named-credential-setup/Test Owner: title: Owner required: - additionalLabel - communityNickname - companyName - displayName - firstName - id - isActive - isInThisCommunity - lastName - motif - mySubscription - name - outOfOffice - photo - reputation - title - type - url - userType type: object properties: additionalLabel: type: - string - 'null' example: example_value communityNickname: type: string example: example_value companyName: type: string example: example_value displayName: type: string example: example_value firstName: type: string example: example_value id: type: string example: abc123 isActive: type: boolean example: true isInThisCommunity: type: boolean example: true lastName: type: string example: example_value motif: $ref: '#/components/schemas/Motif' mySubscription: type: - string - 'null' example: example_value name: type: string example: Example Title outOfOffice: $ref: '#/components/schemas/OutOfOffice' photo: $ref: '#/components/schemas/Photo' reputation: type: - string - 'null' example: example_value title: type: - string - 'null' example: Example Title type: type: string example: example_value url: type: string example: https://www.example.com userType: type: string example: example_value examples: - additionalLabel: null communityNickname: User1696423780773910041 companyName: Salesforce displayName: Name firstName: Firstname id: 005... isActive: true isInThisCommunity: true lastName: Name motif: color: 1B96FF largeIconUrl: /img/icon/profile64.png mediumIconUrl: /img/icon/profile32.png smallIconUrl: /img/icon/profile16.png svgIconUrl: null mySubscription: null name: Name outOfOffice: message: '' photo: fullEmailPhotoUrl: https:///ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0IogXzXAXaYKJnuWCNQmXymRq?fromEmail=1 largePhotoUrl: https:///profilephoto/729.../F mediumPhotoUrl: https:///profilephoto/729.../M photoVersionId: 729... smallPhotoUrl: https:///profilephoto/729.../T standardEmailPhotoUrl: https:///ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0Ioi-dtynkoFWsl46as__TDFU?fromEmail=1 url: /services/data/v58.0/connect/user-profiles/005.../photo reputation: null title: null type: User url: /services/data/v58.0/chatter/users/005... userType: Internal GetListViewMetadatabyAPIName: title: GetListViewMetadatabyAPIName required: - cloneable - createable - deletable - displayColumns - filterLogicString - filteredByInfo - hasMassActions - inlineEditDetails - label - listReference - listShares - objectApiNames - orderedByInfo - scope - updateable - userPreferences - visibility - visibilityEditable type: object properties: cloneable: type: boolean example: true createable: type: boolean example: true deletable: type: boolean example: true displayColumns: type: array items: $ref: '#/components/schemas/DisplayColumn' description: '' example: [] filterLogicString: type: - string - 'null' example: example_value filteredByInfo: type: array items: type: string description: '' example: [] hasMassActions: type: boolean example: true inlineEditDetails: type: object example: example_value label: type: string example: Example Title listReference: $ref: '#/components/schemas/ListReference' listShares: type: object example: example_value objectApiNames: type: array items: type: string description: '' example: [] orderedByInfo: type: array items: $ref: '#/components/schemas/OrderedByInfo' description: '' example: [] scope: type: object example: example_value updateable: type: boolean example: true userPreferences: $ref: '#/components/schemas/UserPreferences' visibility: type: string example: example_value visibilityEditable: type: boolean example: true examples: - cloneable: true createable: true deletable: true displayColumns: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true - fieldApiName: Site inlineEditAttributes: {} label: Account Site lookupId: null searchable: true sortable: true - fieldApiName: Phone inlineEditAttributes: {} label: Phone lookupId: null searchable: true sortable: true - fieldApiName: Type inlineEditAttributes: {} label: Type lookupId: null searchable: true sortable: true - fieldApiName: BillingCountry inlineEditAttributes: {} label: Billing Country lookupId: null searchable: true sortable: true - fieldApiName: Owner.Alias inlineEditAttributes: {} label: Account Owner Alias lookupId: Owner.Id searchable: true sortable: true filterLogicString: null filteredByInfo: [] hasMassActions: true inlineEditDetails: {} label: All Accounts listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView listShares: {} objectApiNames: [] orderedByInfo: - fieldApiName: BillingCountry isAscending: false label: Billing Country scope: {} updateable: true userPreferences: columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false visibility: Public visibilityEditable: true GetListViewRecordsbyID: title: GetListViewRecordsbyID required: - count - currentPageToken - currentPageUrl - fields - listInfoETag - listReference - nextPageToken - nextPageUrl - optionalFields - pageSize - previousPageToken - previousPageUrl - records - searchTerm - sortBy - where type: object properties: count: type: integer contentEncoding: int32 example: 42 currentPageToken: type: string example: CAUQAA currentPageUrl: type: string example: https://www.example.com fields: type: array items: type: string description: '' example: [] listInfoETag: type: string example: example_value listReference: $ref: '#/components/schemas/ListReference' nextPageToken: type: string example: CAUQAA nextPageUrl: type: string example: https://www.example.com optionalFields: type: array items: type: string description: '' example: [] pageSize: type: integer contentEncoding: int32 example: 10 previousPageToken: type: - string - 'null' example: CAUQAA previousPageUrl: type: - string - 'null' example: https://www.example.com records: type: array items: $ref: '#/components/schemas/Records4' description: '' example: [] searchTerm: type: - string - 'null' example: example_value sortBy: type: string example: example_value where: type: - string - 'null' example: example_value examples: - count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null SuccessfulListExternalCredentials: title: SuccessfulListExternalCredentials required: - externalCredentials type: object properties: externalCredentials: type: array items: $ref: '#/components/schemas/ExternalCredential' description: '' example: [] examples: - externalCredentials: - authenticationProtocol: Custom authenticationProtocolVariant: NoAuthentication authenticationStatus: NotConfigured customHeaders: [] developerName: Test id: 0pt... masterLabel: Test parameters: [] principals: [] relatedNamedCredentials: - developerName: Test id: 0XA... masterLabel: Test url: /services/data/v58.0/named-credentials/named-credential-setup/Test url: /services/data/v58.0/named-credentials/external-credentials/Test Group: title: Group required: - additionalLabel - announcement - bannerPhoto - canHaveChatterGuests - community - description - emailToChatterAddress - fileCount - id - information - isArchived - isAutoArchiveDisabled - isBroadcast - lastFeedElementPostDate - memberCount - motif - myRole - mySubscription - name - owner - pendingRequests - photo - type - url - visibility type: object properties: additionalLabel: type: - string - 'null' example: example_value announcement: type: - string - 'null' example: example_value bannerPhoto: $ref: '#/components/schemas/BannerPhoto' canHaveChatterGuests: type: boolean example: true community: type: - string - 'null' example: example_value description: type: string example: A sample description. emailToChatterAddress: type: string example: user@example.com fileCount: type: integer contentEncoding: int32 example: 42 id: type: string example: abc123 information: $ref: '#/components/schemas/Information' isArchived: type: boolean example: true isAutoArchiveDisabled: type: boolean example: true isBroadcast: type: boolean example: true lastFeedElementPostDate: type: string example: example_value memberCount: type: integer contentEncoding: int32 example: 42 motif: $ref: '#/components/schemas/Motif' myRole: type: string example: example_value mySubscription: $ref: '#/components/schemas/MySubscription' name: type: string example: Example Title owner: $ref: '#/components/schemas/Owner' pendingRequests: type: - string - 'null' example: example_value photo: $ref: '#/components/schemas/Photo15' type: type: string example: example_value url: type: string example: https://www.example.com visibility: type: string example: example_value examples: - additionalLabel: null announcement: null bannerPhoto: bannerPhotoUrl: https:///profilephoto/0F9/B bannerPhotoVersionId: null url: /services/data/v58.0/chatter/groups/0F9.../banner-photo canHaveChatterGuests: false community: null description: Test group emailToChatterAddress: 0F9...@post.2o-i6mbeaq.eu25.chatter.salesforce.com fileCount: 0 id: 0F9... information: text: null title: null isArchived: false isAutoArchiveDisabled: false isBroadcast: false lastFeedElementPostDate: '2023-11-22T11:25:37.000Z' memberCount: 1 motif: color: 1B96FF largeIconUrl: /img/icon/groups64.png mediumIconUrl: /img/icon/groups32.png smallIconUrl: /img/icon/groups16.png svgIconUrl: null myRole: GroupOwner mySubscription: id: 0FB... url: /services/data/v58.0/chatter/group-memberships/0FB... name: Test owner: additionalLabel: null communityNickname: User1696423780773910041 companyName: Salesforce displayName: Firstname firstName: Firstname id: 005... isActive: true isInThisCommunity: true lastName: Name motif: color: 1B96FF largeIconUrl: /img/icon/profile64.png mediumIconUrl: /img/icon/profile32.png smallIconUrl: /img/icon/profile16.png svgIconUrl: null mySubscription: null name: Firstname outOfOffice: message: '' photo: fullEmailPhotoUrl: https:///ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0IogXzXAXaYKJnuWCNQmXymRq?fromEmail=1 largePhotoUrl: https:///profilephoto/7292o000000oAgZ/F mediumPhotoUrl: https:///profilephoto/7292o000000oAgZ/M photoVersionId: 729... smallPhotoUrl: https:///profilephoto/7292o000000oAgZ/T standardEmailPhotoUrl: https:///ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0Ioi-dtynkoFWsl46as__TDFU?fromEmail=1 url: /services/data/v58.0/connect/user-profiles/005.../photo reputation: null title: null type: User url: /services/data/v58.0/chatter/users/005... userType: Internal pendingRequests: null photo: fullEmailPhotoUrl: https:///img/userprofile/default_group_profile_200_v2.png?fromEmail=1 largePhotoUrl: https:///profilephoto/0F9/F mediumPhotoUrl: https:///profilephoto/0F9/M photoVersionId: null smallPhotoUrl: https:///profilephoto/0F9/T standardEmailPhotoUrl: https:///img/userprofile/default_group_profile_45_v2.png?fromEmail=1 url: /services/data/v58.0/chatter/groups/0F9.../photo type: CollaborationGroup url: /services/data/v58.0/chatter/groups/0F9... visibility: PublicAccess Actions11: title: Actions11 required: - 00B58000002ssinEAA type: object properties: 00B58000002ssinEAA: $ref: '#/components/schemas/00B58000002ssinEAA' examples: - 00B58000002ssinEAA: actions: - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: EditFilter externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png id: 0JV4H0000132177WAA isMassAction: 'false' label: Filter lwcComponent: null primaryColor: 0176D3 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: ListSort externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:ListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000132178WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000132179WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: null apiName: PrintableListView externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:PrintableListView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000132180WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA Alias4: title: Alias4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: POzil GetListViewRecordsperAPIName: title: GetListViewRecordsperAPIName required: - count - currentPageToken - currentPageUrl - fields - listInfoETag - listReference - nextPageToken - nextPageUrl - optionalFields - pageSize - previousPageToken - previousPageUrl - records - searchTerm - sortBy - where type: object properties: count: type: integer contentEncoding: int32 example: 42 currentPageToken: type: string example: CAUQAA currentPageUrl: type: string example: https://www.example.com fields: type: array items: type: string description: '' example: [] listInfoETag: type: string example: example_value listReference: $ref: '#/components/schemas/ListReference' nextPageToken: type: string example: CAUQAA nextPageUrl: type: string example: https://www.example.com optionalFields: type: array items: type: string description: '' example: [] pageSize: type: integer contentEncoding: int32 example: 10 previousPageToken: type: - string - 'null' example: CAUQAA previousPageUrl: type: - string - 'null' example: https://www.example.com records: type: array items: $ref: '#/components/schemas/Records4' description: '' example: [] searchTerm: type: - string - 'null' example: example_value sortBy: type: string example: example_value where: type: - string - 'null' example: example_value examples: - count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null UserPreferences: title: UserPreferences required: - columnWidths - columnWrap type: object properties: columnWidths: $ref: '#/components/schemas/ColumnWidths' columnWrap: $ref: '#/components/schemas/ColumnWrap' examples: - columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false Actions15: title: Actions15 required: - ListViewChartInstance type: object properties: ListViewChartInstance: $ref: '#/components/schemas/ListViewChartInstance' examples: - ListViewChartInstance: actions: - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: NewObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:NewObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138090WAA isMassAction: 'false' label: New Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: EditObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:EditObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138091WAA isMassAction: 'false' label: Edit Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: DeleteObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:DeleteObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138092WAA isMassAction: 'false' label: Delete Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance Account18: title: Account18 required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions22' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: MruList actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000102212WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: MruList actionTarget: null actionTargetType: null apiName: MruListSort externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:MruListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000102213WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/mru-list/Account GetListViewMetadatabyID: title: GetListViewMetadatabyID required: - cloneable - createable - deletable - displayColumns - filterLogicString - filteredByInfo - hasMassActions - inlineEditDetails - label - listReference - listShares - objectApiNames - orderedByInfo - scope - searchable - updateable - userPreferences - visibility - visibilityEditable type: object properties: cloneable: type: boolean example: true createable: type: boolean example: true deletable: type: boolean example: true displayColumns: type: array items: $ref: '#/components/schemas/DisplayColumn' description: '' example: [] filterLogicString: type: - string - 'null' example: example_value filteredByInfo: type: array items: type: string description: '' example: [] hasMassActions: type: boolean example: true inlineEditDetails: type: object example: example_value label: type: string example: Example Title listReference: $ref: '#/components/schemas/ListReference' listShares: type: object example: example_value objectApiNames: type: array items: type: string description: '' example: [] orderedByInfo: type: array items: $ref: '#/components/schemas/OrderedByInfo' description: '' example: [] scope: type: object example: example_value searchable: type: boolean example: true updateable: type: boolean example: true userPreferences: $ref: '#/components/schemas/UserPreferences' visibility: type: string example: example_value visibilityEditable: type: boolean example: true examples: - cloneable: true createable: true deletable: true displayColumns: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true - fieldApiName: Site inlineEditAttributes: {} label: Account Site lookupId: null searchable: true sortable: true - fieldApiName: Phone inlineEditAttributes: {} label: Phone lookupId: null searchable: true sortable: true - fieldApiName: Type inlineEditAttributes: {} label: Type lookupId: null searchable: true sortable: true - fieldApiName: BillingCountry inlineEditAttributes: {} label: Billing Country lookupId: null searchable: true sortable: true - fieldApiName: Owner.Alias inlineEditAttributes: {} label: Account Owner Alias lookupId: Owner.Id searchable: true sortable: true filterLogicString: null filteredByInfo: [] hasMassActions: true inlineEditDetails: {} label: All Accounts listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView listShares: {} objectApiNames: [] orderedByInfo: - fieldApiName: BillingCountry isAscending: false label: Billing Country scope: {} searchable: true updateable: true userPreferences: columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false visibility: Public visibilityEditable: true LastModifiedById5: title: LastModifiedById5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 005B0000003TOI6IAO Phone9: title: Phone9 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null LastModifiedDate14: title: LastModifiedDate14 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '2023-10-04T18:35:13.000Z' ListReference: title: ListReference required: - id - listViewApiName - objectApiName - type type: object properties: id: type: string example: abc123 listViewApiName: type: string example: example_value objectApiName: type: string example: example_value type: type: string example: example_value examples: - id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView List: title: List required: - apiName - id - label - url type: object properties: apiName: type: string example: example_value id: type: string example: abc123 label: type: string example: Example Title url: type: string example: https://www.example.com examples: - apiName: AllAccounts id: 00B58000002ssinEAA label: All Accounts url: /services/data/v62.0/ui-api/list-info/Account/AllAccounts GetListViewHeaderActions: title: GetListViewHeaderActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions11' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: 00B58000002ssinEAA: actions: - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: EditFilter externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png id: 0JV4H0000132177WAA isMassAction: 'false' label: Filter lwcComponent: null primaryColor: 0176D3 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: ListSort externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:ListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000132178WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000132179WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: null apiName: PrintableListView externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:PrintableListView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000132180WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA eTag: 6f6e964d38807defe01bd28d144c9c0e url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA 00158000006QBOhAAO2: title: 00158000006QBOhAAO2 required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions10' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000122896WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000122897WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA DisplayColumn: title: DisplayColumn required: - fieldApiName - inlineEditAttributes - label - lookupId - searchable - sortable type: object properties: fieldApiName: type: string example: example_value inlineEditAttributes: type: object example: example_value label: type: string example: Example Title lookupId: type: - string - 'null' example: '500123' searchable: type: boolean example: true sortable: type: boolean example: true examples: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true MySubscription: title: MySubscription required: - id - url type: object properties: id: type: string example: abc123 url: type: string example: https://www.example.com examples: - id: 0FB... url: /services/data/v58.0/chatter/group-memberships/0FB... ExternalCredential: title: ExternalCredential required: - authenticationProtocol - authenticationProtocolVariant - authenticationStatus - customHeaders - developerName - id - masterLabel - parameters - principals - relatedNamedCredentials - url type: object properties: authenticationProtocol: type: string example: example_value authenticationProtocolVariant: type: string example: example_value authenticationStatus: type: string example: example_value customHeaders: type: array items: type: string description: '' example: [] developerName: type: string example: example_value id: type: string example: abc123 masterLabel: type: string example: example_value parameters: type: array items: type: string description: '' example: [] principals: type: array items: type: string description: '' example: [] relatedNamedCredentials: type: array items: $ref: '#/components/schemas/RelatedNamedCredential' description: '' example: [] url: type: string example: https://www.example.com examples: - authenticationProtocol: Custom authenticationProtocolVariant: NoAuthentication authenticationStatus: NotConfigured customHeaders: [] developerName: Test id: 0pt... masterLabel: Test parameters: [] principals: [] relatedNamedCredentials: - developerName: Test id: 0XA... masterLabel: Test url: /services/data/v58.0/named-credentials/named-credential-setup/Test url: /services/data/v58.0/named-credentials/external-credentials/Test RelatedNamedCredential: title: RelatedNamedCredential required: - developerName - id - masterLabel - url type: object properties: developerName: type: string example: example_value id: type: string example: abc123 masterLabel: type: string example: example_value url: type: string example: https://www.example.com examples: - developerName: Test id: 0XA... masterLabel: Test url: /services/data/v58.0/named-credentials/named-credential-setup/Test BillingCountry3: title: BillingCountry3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null GetListViewRecordActions: title: GetListViewRecordActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions13' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: 00358000006woxwAAA: actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA eTag: 1baaebae684ef749af218f59bf4b1d4d url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA ListViewChartInstance: title: ListViewChartInstance required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions12' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: NewObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:NewObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138090WAA isMassAction: 'false' label: New Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: EditObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:EditObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138091WAA isMassAction: 'false' label: Edit Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: DeleteObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:DeleteObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138092WAA isMassAction: 'false' label: Delete Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance GetRelatedListActions: title: GetRelatedListActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions7' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: 00158000006QBOhAAO: actions: - actionListContext: RelatedList actionTarget: null actionTargetType: Invoke apiName: NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedList:Desktop:StandardButton:NewContact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000119415WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list/Contacts eTag: a20a5831cc59f674f527261d7469d62d url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list/Contacts BannerPhoto: title: BannerPhoto required: - bannerPhotoUrl - bannerPhotoVersionId - url type: object properties: bannerPhotoUrl: type: string example: https://www.example.com bannerPhotoVersionId: type: - string - 'null' example: '500123' url: type: string example: https://www.example.com examples: - bannerPhotoUrl: https:///profilephoto/0F9/B bannerPhotoVersionId: null url: /services/data/v58.0/chatter/groups/0F9.../banner-photo GetMRUListViewActions: title: GetMRUListViewActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions21' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: Account: actions: - actionListContext: MruList actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000102212WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: MruList actionTarget: null actionTargetType: null apiName: MruListSort externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:MruListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000102213WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/mru-list/Account eTag: e40070982f76ef03ffdc6f70e91b9321 url: /services/data/v58.0/ui-api/actions/mru-list/Account Actions9: title: Actions9 required: - 00158000006QBOhAAO type: object properties: 00158000006QBOhAAO: $ref: '#/components/schemas/00158000006QBOhAAO2' examples: - 00158000006QBOhAAO: actions: - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000122896WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000122897WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA Type13: title: Type13 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null GetListViewRecordsRequest: title: GetListViewRecordsRequest required: - fields - pageSize - sortBy - searchTerm - where type: object properties: fields: type: array items: type: string description: '' example: [] pageSize: type: integer contentEncoding: int32 example: 10 sortBy: type: array items: type: string description: '' example: [] searchTerm: type: string example: example_value where: type: string example: example_value examples: - fields: - Name - Type - AnnualRevenue - CreatedDate pageSize: 10 sortBy: - CreatedDate searchTerm: United where: '{AnnualRevenue: { gt: 1000000}}' OutOfOffice: title: OutOfOffice required: - message type: object properties: message: type: string example: example_value examples: - message: '' SuccessfulListNamedCredentials: title: SuccessfulListNamedCredentials required: - namedCredentials type: object properties: namedCredentials: type: array items: $ref: '#/components/schemas/NamedCredential' description: '' example: [] examples: - namedCredentials: - calloutUrl: https://my.example.com developerName: Test id: 0XA... masterLabel: Test type: SecuredEndpoint url: /services/data/v58.0/named-credentials/named-credential-setup/Test Actions8: title: Actions8 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: string example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: string example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: string example: example_value section: type: string example: example_value sourceObject: type: string example: example_value subtype: type: - string - 'null' example: example_value targetObject: type: string example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: RelatedList actionTarget: null actionTargetType: Invoke apiName: NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedList:Desktop:StandardButton:NewContact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000119415WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton Actions10: title: Actions10 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: string example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: string example: example_value relatedListRecordId: type: string example: '500123' relatedSourceObject: type: string example: example_value section: type: string example: example_value sourceObject: type: string example: example_value subtype: type: - string - 'null' example: example_value targetObject: type: string example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000122896WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton GetListViewChartActions: title: GetListViewChartActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions15' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: ListViewChartInstance: actions: - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: NewObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:NewObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138090WAA isMassAction: 'false' label: New Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: EditObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:EditObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138091WAA isMassAction: 'false' label: Edit Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: DeleteObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:DeleteObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138092WAA isMassAction: 'false' label: Delete Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance eTag: 60c273c4ba34efcc645bd0ce249c8cd4 url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance OwnerId4: title: OwnerId4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 005B0000003TOI6IAO Site2: title: Site2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null OrderedByInfo: title: OrderedByInfo required: - fieldApiName - isAscending - label type: object properties: fieldApiName: type: string example: example_value isAscending: type: boolean example: true label: type: string example: Example Title examples: - fieldApiName: BillingCountry isAscending: false label: Billing Country GetListViewRecords: title: GetListViewRecords required: - count - currentPageToken - currentPageUrl - fields - listInfoETag - listReference - nextPageToken - nextPageUrl - optionalFields - pageSize - previousPageToken - previousPageUrl - records - searchTerm - sortBy - where type: object properties: count: type: integer contentEncoding: int32 example: 42 currentPageToken: type: string example: CAUQAA currentPageUrl: type: string example: https://www.example.com fields: type: array items: type: string description: '' example: [] listInfoETag: type: string example: example_value listReference: $ref: '#/components/schemas/ListReference' nextPageToken: type: string example: CAUQAA nextPageUrl: type: string example: https://www.example.com optionalFields: type: array items: type: string description: '' example: [] pageSize: type: integer contentEncoding: int32 example: 10 previousPageToken: type: - string - 'null' example: CAUQAA previousPageUrl: type: - string - 'null' example: https://www.example.com records: type: array items: $ref: '#/components/schemas/Records4' description: '' example: [] searchTerm: type: - string - 'null' example: example_value sortBy: type: string example: example_value where: type: - string - 'null' example: example_value examples: - count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null Listnamedcredentials: title: Listnamedcredentials required: - size - totalSize - done - queryLocator - entityTypeName - records type: object properties: size: type: integer contentEncoding: int32 example: 10 totalSize: type: integer contentEncoding: int32 example: 42 done: type: boolean example: true queryLocator: type: - string - 'null' example: example_value entityTypeName: type: string example: example_value records: type: array items: $ref: '#/components/schemas/Record11' description: '' example: [] examples: - size: 1 totalSize: 1 done: true queryLocator: null entityTypeName: NamedCredential records: - attributes: type: NamedCredential url: /services/data/v58.0/tooling/sobjects/NamedCredential/0XA4H000000TNRhWAO Id: 0XA4H000000TNRhWAO IsDeleted: false DeveloperName: Slack_Webhook_for_integration_Channel Language: en_US MasterLabel: 'Slack Webhook for #integration Channel' NamespacePrefix: null CreatedDate: 2020-11-06T14:04:44.000+0000 CreatedById: 00558000000yFyDAAU LastModifiedDate: 2020-11-06T14:04:44.000+0000 LastModifiedById: 00558000000yFyDAAU SystemModstamp: 2020-11-06T14:04:44.000+0000 Endpoint: https://hooks.slack.com/services/SECRET PrincipalType: Anonymous JwtIssuer: null JwtFormulaSubject: null JwtTextSubject: null JwtValidityPeriodSeconds: null JwtAudience: null AuthTokenEndpointUrl: null Actions14: title: Actions14 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: string example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: string example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: - string - 'null' example: example_value section: type: string example: example_value sourceObject: type: string example: example_value subtype: type: - string - 'null' example: example_value targetObject: type: string example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton Actions7: title: Actions7 required: - 00158000006QBOhAAO type: object properties: 00158000006QBOhAAO: $ref: '#/components/schemas/00158000006QBOhAAO1' examples: - 00158000006QBOhAAO: actions: - actionListContext: RelatedList actionTarget: null actionTargetType: Invoke apiName: NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedList:Desktop:StandardButton:NewContact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000119415WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list/Contacts Actions13: title: Actions13 required: - 00358000006woxwAAA type: object properties: 00358000006woxwAAA: $ref: '#/components/schemas/00358000006woxwAAA' examples: - 00358000006woxwAAA: actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA SuccessfulListofGroups-POST: title: SuccessfulListofGroups-POST required: - additionalLabel - announcement - bannerPhoto - canHaveChatterGuests - community - description - emailToChatterAddress - fileCount - id - information - isArchived - isAutoArchiveDisabled - isBroadcast - lastFeedElementPostDate - memberCount - motif - myRole - mySubscription - name - owner - pendingRequests - photo - type - url - visibility type: object properties: additionalLabel: type: string example: example_value announcement: type: - string - 'null' example: example_value bannerPhoto: $ref: '#/components/schemas/BannerPhoto' canHaveChatterGuests: type: boolean example: true community: type: - string - 'null' example: example_value description: type: string example: A sample description. emailToChatterAddress: type: string example: user@example.com fileCount: type: integer contentEncoding: int32 example: 42 id: type: string example: abc123 information: $ref: '#/components/schemas/Information' isArchived: type: boolean example: true isAutoArchiveDisabled: type: boolean example: true isBroadcast: type: boolean example: true lastFeedElementPostDate: type: string example: example_value memberCount: type: integer contentEncoding: int32 example: 42 motif: $ref: '#/components/schemas/Motif' myRole: type: string example: example_value mySubscription: $ref: '#/components/schemas/MySubscription' name: type: string example: Example Title owner: $ref: '#/components/schemas/Owner' pendingRequests: type: integer contentEncoding: int32 example: 10 photo: $ref: '#/components/schemas/Photo15' type: type: string example: example_value url: type: string example: https://www.example.com visibility: type: string example: example_value examples: - additionalLabel: Private With Customers announcement: null bannerPhoto: bannerPhotoUrl: https:///profilephoto/0F9/B bannerPhotoVersionId: null url: /services/data/v58.0/chatter/groups/0F9.../banner-photo canHaveChatterGuests: true community: null description: Created via API emailToChatterAddress: 0F9...@post.2o-i6mbeaq.eu25.chatter.salesforce.com fileCount: 0 id: 0F9... information: text: null title: null isArchived: false isAutoArchiveDisabled: false isBroadcast: false lastFeedElementPostDate: '2023-11-22T11:29:05.000Z' memberCount: 1 motif: color: 1B96FF largeIconUrl: /img/icon/groups64.png mediumIconUrl: /img/icon/groups32.png smallIconUrl: /img/icon/groups16.png svgIconUrl: null myRole: GroupOwner mySubscription: id: 0FB... url: /services/data/v58.0/chatter/group-memberships/0FB... name: New Chatter Group (Private Access) owner: additionalLabel: null communityNickname: User1696423780773910041 companyName: Salesforce displayName: Name firstName: Firstname id: 005... isActive: true isInThisCommunity: true lastName: Name motif: color: 1B96FF largeIconUrl: /img/icon/profile64.png mediumIconUrl: /img/icon/profile32.png smallIconUrl: /img/icon/profile16.png svgIconUrl: null mySubscription: null name: Name outOfOffice: message: '' photo: fullEmailPhotoUrl: https:///ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0IogXzXAXaYKJnuWCNQmXymRq?fromEmail=1 largePhotoUrl: https:///profilephoto/729.../F mediumPhotoUrl: https:///profilephoto/729.../M photoVersionId: 729... smallPhotoUrl: https:///profilephoto/729.../T standardEmailPhotoUrl: https:///ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0Ioi-dtynkoFWsl46as__TDFU?fromEmail=1 url: /services/data/v58.0/connect/user-profiles/005.../photo reputation: null title: null type: User url: /services/data/v58.0/chatter/users/005... userType: Internal pendingRequests: 0 photo: fullEmailPhotoUrl: https:///img/userprofile/default_group_profile_200_v2.png?fromEmail=1 largePhotoUrl: https:///profilephoto/0F9/F mediumPhotoUrl: https:///profilephoto/0F9/M photoVersionId: null smallPhotoUrl: https:///profilephoto/0F9/T standardEmailPhotoUrl: https:///img/userprofile/default_group_profile_45_v2.png?fromEmail=1 url: /services/data/v58.0/chatter/groups/0F9.../photo type: CollaborationGroup url: /services/data/v58.0/chatter/groups/0F9... visibility: PrivateAccess Id8: title: Id8 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 005B0000003TOI6IAO Attributes4: title: Attributes4 required: - type - url type: object properties: type: type: string example: example_value url: type: string example: https://www.example.com examples: - type: Account url: /services/data/v58.0/sobjects/Account/001... GetRelatedListRecordActions: title: GetRelatedListRecordActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions9' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: 00158000006QBOhAAO: actions: - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000122896WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000122897WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA eTag: f29ba79a7eda15543fca804e0e88bea6 url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA securitySchemes: BearerAuth: type: http scheme: bearer description: 'OAuth 2.0 Bearer token obtained from the Salesforce OAuth 2.0 token endpoint. Include this token in the Authorization header as "Bearer {access_token}". '