openapi: 3.1.0 info: title: Salesforce Bulk API 2.0 Abort Identifiers 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: Identifiers paths: //: parameters: [] get: tags: - Identifiers summary: Salesforce Id Token operationId: IDToken parameters: - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 16 Nov 2023 15:56:09 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/SuccessfulIDToken' - examples: - id: https://login.salesforce.com/id/00D.../005... asserted_user: true user_id: 005... organization_id: 00D... username: nick_name: display_name: email: email_verified: true first_name: last_name: timezone: Europe/Paris photos: picture: https:///profilephoto/005/F thumbnail: https:///profilephoto/005/T addr_street: null addr_city: null addr_state: null addr_country: FR addr_zip: null mobile_phone: null mobile_phone_verified: false is_lightning_login_user: false status: created_date: null body: null urls: enterprise: https:///services/Soap/c/{version}/00D... metadata: https:///services/Soap/m/{version}/00D... partner: https:///services/Soap/u/{version}/00D... rest: https:///services/data/v{version}/ sobjects: https:///services/data/v{version}/sobjects/ search: https:///services/data/v{version}/search/ query: https:///services/data/v{version}/query/ recent: https:///services/data/v{version}/recent/ tooling_soap: https:///services/Soap/T/{version}/00D... tooling_rest: https:///services/data/v{version}/tooling/ profile: https:///0052o00000DOJ1PAAX feeds: https:///services/data/v{version}/chatter/feeds groups: https:///services/data/v{version}/chatter/groups users: https:///services/data/v{version}/chatter/users feed_items: https:///services/data/v{version}/chatter/feed-items feed_elements: https:///services/data/v{version}/chatter/feed-elements custom_domain: https:// active: true user_type: STANDARD language: en_US locale: fr_FR_EURO utcOffset: 3600000 last_modified_date: is_app_installed: true contentMediaType: application/json;charset=UTF-8 example: id: https://login.salesforce.com/id/00D.../005... asserted_user: true user_id: 005... organization_id: 00D... username: nick_name: display_name: email: email_verified: true first_name: last_name: timezone: Europe/Paris photos: picture: https:///profilephoto/005/F thumbnail: https:///profilephoto/005/T addr_street: null addr_city: null addr_state: null addr_country: FR addr_zip: null mobile_phone: null mobile_phone_verified: false is_lightning_login_user: false status: created_date: null body: null urls: enterprise: https:///services/Soap/c/{version}/00D... metadata: https:///services/Soap/m/{version}/00D... partner: https:///services/Soap/u/{version}/00D... rest: https:///services/data/v{version}/ sobjects: https:///services/data/v{version}/sobjects/ search: https:///services/data/v{version}/search/ query: https:///services/data/v{version}/query/ recent: https:///services/data/v{version}/recent/ tooling_soap: https:///services/Soap/T/{version}/00D... tooling_rest: https:///services/data/v{version}/tooling/ profile: https:///0052o00000DOJ1PAAX feeds: https:///services/data/v{version}/chatter/feeds groups: https:///services/data/v{version}/chatter/groups users: https:///services/data/v{version}/chatter/users feed_items: https:///services/data/v{version}/chatter/feed-items feed_elements: https:///services/data/v{version}/chatter/feed-elements custom_domain: https:// active: true user_type: STANDARD language: en_US locale: fr_FR_EURO utcOffset: 3600000 last_modified_date: is_app_installed: true deprecated: false servers: - url: https://id variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/event/eventSchema/{SCHEMA_ID}: parameters: [] get: tags: - Identifiers summary: Salesforce Platform Event Schema by Schema Id description: Set, reset, or get information about a user password. This resource is available in REST API version 24.0 and later. operationId: PlatformEventSchemabySchemaID parameters: - name: SCHEMA_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/tooling/sobjects/ManagedEventSubscription/{managedEventSubscriptionId}: parameters: [] get: tags: - Identifiers summary: Salesforce Get Managed Event Subscription by Id operationId: GetmanagedeventsubscriptionbyID parameters: - name: managedEventSubscriptionId in: path description: '' required: true schema: type: string example: '500123' 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}/{FIELD_NAME}/{FIELD_VALUE}: parameters: [] get: tags: - Identifiers summary: Salesforce Sobject Rows by External Id description: 'Creates new records or updates existing records (upserts records) based on the value of a specified external ID field. If the specified value doesn''t exist, a new record is created. If a record does exist with that value, the field values specified in the request body are updated. If the value is not unique, the REST API returns a 300 response with the list of matching records. HEAD, GET, PATCH, DELETE, POST' operationId: SObjectRowsbyExternalID parameters: - name: SOBJECT_API_NAME in: path description: '' required: true schema: type: string example: example_value - name: FIELD_NAME in: path description: '' required: true schema: type: string example: example_value - name: FIELD_VALUE 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/ui-api/list-records/{LIST_VIEW_ID}: parameters: [] get: tags: - Identifiers 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-info/{LIST_VIEW_ID}: parameters: [] get: tags: - Identifiers 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 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 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 Photos: title: Photos required: - picture - thumbnail type: object properties: picture: type: string example: example_value thumbnail: type: string example: example_value examples: - picture: https:///profilephoto/005/F thumbnail: https:///profilephoto/005/T 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' 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' 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 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' SuccessfulIDToken: title: SuccessfulIDToken required: - id - asserted_user - user_id - organization_id - username - nick_name - display_name - email - email_verified - first_name - last_name - timezone - photos - addr_street - addr_city - addr_state - addr_country - addr_zip - mobile_phone - mobile_phone_verified - is_lightning_login_user - status - urls - active - user_type - language - locale - utcOffset - last_modified_date - is_app_installed type: object properties: id: type: string example: abc123 asserted_user: type: boolean example: true user_id: type: string example: '500123' organization_id: type: string example: '500123' username: type: string example: example_value nick_name: type: string example: example_value display_name: type: string example: example_value email: type: string example: user@example.com email_verified: type: boolean example: user@example.com first_name: type: string example: example_value last_name: type: string example: example_value timezone: type: string example: example_value photos: $ref: '#/components/schemas/Photos' addr_street: type: - string - 'null' example: example_value addr_city: type: - string - 'null' example: example_value addr_state: type: - string - 'null' example: example_value addr_country: type: string example: 42 addr_zip: type: - string - 'null' example: example_value mobile_phone: type: - string - 'null' example: example_value mobile_phone_verified: type: boolean example: true is_lightning_login_user: type: boolean example: true status: $ref: '#/components/schemas/Status' urls: $ref: '#/components/schemas/Urls' active: type: boolean example: true user_type: type: string example: example_value language: type: string example: example_value locale: type: string example: example_value utcOffset: type: integer contentEncoding: int32 example: 10 last_modified_date: type: string example: example_value is_app_installed: type: boolean example: true examples: - id: https://login.salesforce.com/id/00D.../005... asserted_user: true user_id: 005... organization_id: 00D... username: nick_name: display_name: email: email_verified: true first_name: last_name: timezone: Europe/Paris photos: picture: https:///profilephoto/005/F thumbnail: https:///profilephoto/005/T addr_street: null addr_city: null addr_state: null addr_country: FR addr_zip: null mobile_phone: null mobile_phone_verified: false is_lightning_login_user: false status: created_date: null body: null urls: enterprise: https:///services/Soap/c/{version}/00D... metadata: https:///services/Soap/m/{version}/00D... partner: https:///services/Soap/u/{version}/00D... rest: https:///services/data/v{version}/ sobjects: https:///services/data/v{version}/sobjects/ search: https:///services/data/v{version}/search/ query: https:///services/data/v{version}/query/ recent: https:///services/data/v{version}/recent/ tooling_soap: https:///services/Soap/T/{version}/00D... tooling_rest: https:///services/data/v{version}/tooling/ profile: https:///0052o00000DOJ1PAAX feeds: https:///services/data/v{version}/chatter/feeds groups: https:///services/data/v{version}/chatter/groups users: https:///services/data/v{version}/chatter/users feed_items: https:///services/data/v{version}/chatter/feed-items feed_elements: https:///services/data/v{version}/chatter/feed-elements custom_domain: https:// active: true user_type: STANDARD language: en_US locale: fr_FR_EURO utcOffset: 3600000 last_modified_date: is_app_installed: true 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' 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 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 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 Urls: title: Urls required: - enterprise - metadata - partner - rest - sobjects - search - query - recent - tooling_soap - tooling_rest - profile - feeds - groups - users - feed_items - feed_elements - custom_domain type: object properties: enterprise: type: string example: example_value metadata: type: string example: example_value partner: type: string example: example_value rest: type: string example: example_value sobjects: type: string example: example_value search: type: string example: example_value query: type: string example: example_value recent: type: string example: example_value tooling_soap: type: string example: example_value tooling_rest: type: string example: example_value profile: type: string example: example_value feeds: type: string example: example_value groups: type: string example: example_value users: type: string example: example_value feed_items: type: string example: example_value feed_elements: type: string example: example_value custom_domain: type: string example: example_value examples: - enterprise: https:///services/Soap/c/{version}/00D... metadata: https:///services/Soap/m/{version}/00D... partner: https:///services/Soap/u/{version}/00D... rest: https:///services/data/v{version}/ sobjects: https:///services/data/v{version}/sobjects/ search: https:///services/data/v{version}/search/ query: https:///services/data/v{version}/query/ recent: https:///services/data/v{version}/recent/ tooling_soap: https:///services/Soap/T/{version}/00D... tooling_rest: https:///services/data/v{version}/tooling/ profile: https:///0052o00000DOJ1PAAX feeds: https:///services/data/v{version}/chatter/feeds groups: https:///services/data/v{version}/chatter/groups users: https:///services/data/v{version}/chatter/users feed_items: https:///services/data/v{version}/chatter/feed-items feed_elements: https:///services/data/v{version}/chatter/feed-elements custom_domain: https:// 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 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 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 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 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 Status: title: Status required: - created_date - body type: object properties: created_date: type: - string - 'null' example: example_value body: type: - string - 'null' example: example_value examples: - created_date: null body: null 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 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}". '