openapi: 3.1.0 info: title: Salesforce Bulk API 2.0 Abort View 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: View paths: /data/v64.0/ui-api/actions/list-view/{LIST_VIEW_IDS}: parameters: [] get: tags: - View summary: Salesforce Get List View Header Actions description: Get the actions on records in related lists. operationId: GetListViewHeaderActions parameters: - name: LIST_VIEW_IDS in: path description: A single list view ID, or a comma-delimited list of list view IDs. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:39:25 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"6f6e964d38807defe01bd28d144c9c0e--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetListViewHeaderActions' - examples: - actions: 00B58000002ssinEAA: actions: - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: EditFilter externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png id: 0JV4H0000132177WAA isMassAction: 'false' label: Filter lwcComponent: null primaryColor: 0176D3 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: ListSort externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:ListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000132178WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000132179WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: null apiName: PrintableListView externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:PrintableListView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000132180WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA eTag: 6f6e964d38807defe01bd28d144c9c0e url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA contentMediaType: application/json;charset=UTF-8 example: actions: 00B58000002ssinEAA: actions: - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: EditFilter externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png id: 0JV4H0000132177WAA isMassAction: 'false' label: Filter lwcComponent: null primaryColor: 0176D3 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: ListSort externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:ListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000132178WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000132179WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: null apiName: PrintableListView externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:PrintableListView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000132180WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA eTag: 6f6e964d38807defe01bd28d144c9c0e url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/actions/list-view-record/{RECORD_IDS}: parameters: [] get: tags: - View summary: Salesforce Get List View Record Actions description: Get the record actions on list views. operationId: GetListViewRecordActions parameters: - name: RECORD_IDS in: path description: A single record ID, or a comma-delimited list of record IDs. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:40:07 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"1baaebae684ef749af218f59bf4b1d4d--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetListViewRecordActions' - examples: - actions: 00358000006woxwAAA: actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA eTag: 1baaebae684ef749af218f59bf4b1d4d url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA contentMediaType: application/json;charset=UTF-8 example: actions: 00358000006woxwAAA: actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA eTag: 1baaebae684ef749af218f59bf4b1d4d url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/actions/list-view-chart/{SOBJECT_API_NAME}: parameters: [] get: tags: - View summary: Salesforce Get List View Chart Actions description: Get the record actions on list views. operationId: GetListViewChartActions parameters: - name: SOBJECT_API_NAME in: path description: Currently, only `ListViewChartInstance` is valid. required: true schema: type: string examples: - ListViewChartInstance example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:41:26 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"60c273c4ba34efcc645bd0ce249c8cd4--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetListViewChartActions' - examples: - actions: ListViewChartInstance: actions: - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: NewObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:NewObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138090WAA isMassAction: 'false' label: New Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: EditObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:EditObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138091WAA isMassAction: 'false' label: Edit Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: DeleteObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:DeleteObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138092WAA isMassAction: 'false' label: Delete Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance eTag: 60c273c4ba34efcc645bd0ce249c8cd4 url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance contentMediaType: application/json;charset=UTF-8 example: actions: ListViewChartInstance: actions: - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: NewObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:NewObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138090WAA isMassAction: 'false' label: New Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: EditObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:EditObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138091WAA isMassAction: 'false' label: Edit Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: DeleteObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:DeleteObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138092WAA isMassAction: 'false' label: Delete Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance eTag: 60c273c4ba34efcc645bd0ce249c8cd4 url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/actions/mru-list/{SOBJECT_API_NAMES}: parameters: [] get: tags: - View summary: Salesforce Get Mru List View Actions description: Get the header actions on the most recently used (MRU) list view for objects. operationId: GetMRUListViewActions parameters: - name: SOBJECT_API_NAMES in: path description: An object name, or a comma-delimited list of object names. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:48:01 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"e40070982f76ef03ffdc6f70e91b9321--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetMRUListViewActions' - examples: - actions: Account: actions: - actionListContext: MruList actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000102212WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: MruList actionTarget: null actionTargetType: null apiName: MruListSort externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:MruListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000102213WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/mru-list/Account eTag: e40070982f76ef03ffdc6f70e91b9321 url: /services/data/v58.0/ui-api/actions/mru-list/Account contentMediaType: application/json;charset=UTF-8 example: actions: Account: actions: - actionListContext: MruList actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000102212WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: MruList actionTarget: null actionTargetType: null apiName: MruListSort externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:MruListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000102213WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/mru-list/Account eTag: e40070982f76ef03ffdc6f70e91b9321 url: /services/data/v58.0/ui-api/actions/mru-list/Account deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/sobjects/{SOBJECT_API_NAME}/listviews/{QUERY_LOCATOR}/describe: parameters: [] get: tags: - View summary: Salesforce List View Describe description: Returns detailed information about a list view, including the ID, the columns, and the SOQL query. operationId: ListViewDescribe parameters: - name: SOBJECT_API_NAME in: path description: '' required: true schema: type: string example: example_value - name: QUERY_LOCATOR in: path description: '' required: true schema: type: string example: example_value - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/sobjects/{SOBJECT_API_NAME}/listviews/{LIST_VIEW_ID}/results: parameters: [] get: tags: - View summary: Salesforce List View Results description: Returns detailed information about a list view, including the ID, the columns, and the SOQL query. operationId: ListViewResults parameters: - name: SOBJECT_API_NAME in: path description: '' required: true schema: type: string example: example_value - name: LIST_VIEW_ID in: path description: '' required: true schema: type: string example: '500123' - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/list-records/{LIST_VIEW_ID}: parameters: [] get: tags: - View summary: Salesforce Get List View Records by Id description: Get record data for a list view by list view ID using URL parameters. operationId: GetListViewRecordsbyID parameters: - name: LIST_VIEW_ID in: path description: The ID of a list view. required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:52:06 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetListViewRecordsbyID' - examples: - count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null contentMediaType: application/json;charset=UTF-8 example: count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/list-records/{SOBJECT_API_NAME}/{LIST_VIEW_API_NAME}: parameters: [] get: tags: - View summary: Salesforce Get List View Records by Api Name description: Get record data for a list view by list view API name using URL parameters. operationId: GetListViewRecordsbyAPIName parameters: - name: SOBJECT_API_NAME in: path description: API name of a UI API supported object. required: true schema: type: string example: example_value - name: LIST_VIEW_API_NAME in: path description: API name of a list view, such as AllAccounts, __Recent, or __SearchResult. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:54:16 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetListViewRecordsperAPIName' - examples: - count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null contentMediaType: application/json;charset=UTF-8 example: count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK post: tags: - View summary: Salesforce Get List View Records description: Get record data for a list view using a request body. operationId: GetListViewRecords parameters: - name: SOBJECT_API_NAME in: path description: API name of the UI API supported object. required: true schema: type: string example: example_value - name: LIST_VIEW_API_NAME in: path description: API name of a list view. required: true schema: type: string example: example_value requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/GetListViewRecordsRequest' - examples: - fields: - Name - Type - AnnualRevenue - CreatedDate pageSize: 10 sortBy: - CreatedDate searchTerm: United where: '{AnnualRevenue: { gt: 1000000}}' contentMediaType: application/json example: fields: - Name - Type - AnnualRevenue - CreatedDate pageSize: 10 sortBy: - CreatedDate searchTerm: United where: '{AnnualRevenue: { gt: 1000000}}' required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:58:55 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"140a7beb741fbb3ff17e2ebcd4495182--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetListViewRecords' - examples: - count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null contentMediaType: application/json;charset=UTF-8 example: count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/list-info/{LIST_VIEW_ID}: parameters: [] get: tags: - View summary: Salesforce Get List View Metadata by Id description: Get list view metadata by list view ID using URL parameters. operationId: GetListViewMetadatabyID parameters: - name: LIST_VIEW_ID in: path description: The ID of a list view. required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:56:15 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"55ebdd0de6c2f1e17f63bf4581d64f76--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetListViewMetadatabyID' - examples: - cloneable: true createable: true deletable: true displayColumns: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true - fieldApiName: Site inlineEditAttributes: {} label: Account Site lookupId: null searchable: true sortable: true - fieldApiName: Phone inlineEditAttributes: {} label: Phone lookupId: null searchable: true sortable: true - fieldApiName: Type inlineEditAttributes: {} label: Type lookupId: null searchable: true sortable: true - fieldApiName: BillingCountry inlineEditAttributes: {} label: Billing Country lookupId: null searchable: true sortable: true - fieldApiName: Owner.Alias inlineEditAttributes: {} label: Account Owner Alias lookupId: Owner.Id searchable: true sortable: true filterLogicString: null filteredByInfo: [] hasMassActions: true inlineEditDetails: {} label: All Accounts listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView listShares: {} objectApiNames: [] orderedByInfo: - fieldApiName: BillingCountry isAscending: false label: Billing Country scope: {} searchable: true updateable: true userPreferences: columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false visibility: Public visibilityEditable: true contentMediaType: application/json;charset=UTF-8 example: cloneable: true createable: true deletable: true displayColumns: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true - fieldApiName: Site inlineEditAttributes: {} label: Account Site lookupId: null searchable: true sortable: true - fieldApiName: Phone inlineEditAttributes: {} label: Phone lookupId: null searchable: true sortable: true - fieldApiName: Type inlineEditAttributes: {} label: Type lookupId: null searchable: true sortable: true - fieldApiName: BillingCountry inlineEditAttributes: {} label: Billing Country lookupId: null searchable: true sortable: true - fieldApiName: Owner.Alias inlineEditAttributes: {} label: Account Owner Alias lookupId: Owner.Id searchable: true sortable: true filterLogicString: null filteredByInfo: [] hasMassActions: true inlineEditDetails: {} label: All Accounts listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView listShares: {} objectApiNames: [] orderedByInfo: - fieldApiName: BillingCountry isAscending: false label: Billing Country scope: {} searchable: true updateable: true userPreferences: columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false visibility: Public visibilityEditable: true deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/list-info/{SOBJECT_API_NAME}/{LIST_VIEW_API_NAME}: parameters: [] get: tags: - View summary: Salesforce Get List View Metadata by Api Name description: Get list view metadata by list view API name using URL parameters. operationId: GetListViewMetadatabyAPIName parameters: - name: SOBJECT_API_NAME in: path description: API name of the UI API supported object. required: true schema: type: string example: example_value - name: LIST_VIEW_API_NAME in: path description: API name of a list view, such as AllAccounts, __Recent, or __SearchResult. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:56:56 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"55ebdd0de6c2f1e17f63bf4581d64f76--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetListViewMetadatabyAPIName' - examples: - cloneable: true createable: true deletable: true displayColumns: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true - fieldApiName: Site inlineEditAttributes: {} label: Account Site lookupId: null searchable: true sortable: true - fieldApiName: Phone inlineEditAttributes: {} label: Phone lookupId: null searchable: true sortable: true - fieldApiName: Type inlineEditAttributes: {} label: Type lookupId: null searchable: true sortable: true - fieldApiName: BillingCountry inlineEditAttributes: {} label: Billing Country lookupId: null searchable: true sortable: true - fieldApiName: Owner.Alias inlineEditAttributes: {} label: Account Owner Alias lookupId: Owner.Id searchable: true sortable: true filterLogicString: null filteredByInfo: [] hasMassActions: true inlineEditDetails: {} label: All Accounts listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView listShares: {} objectApiNames: [] orderedByInfo: - fieldApiName: BillingCountry isAscending: false label: Billing Country scope: {} updateable: true userPreferences: columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false visibility: Public visibilityEditable: true contentMediaType: application/json;charset=UTF-8 example: cloneable: true createable: true deletable: true displayColumns: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true - fieldApiName: Site inlineEditAttributes: {} label: Account Site lookupId: null searchable: true sortable: true - fieldApiName: Phone inlineEditAttributes: {} label: Phone lookupId: null searchable: true sortable: true - fieldApiName: Type inlineEditAttributes: {} label: Type lookupId: null searchable: true sortable: true - fieldApiName: BillingCountry inlineEditAttributes: {} label: Billing Country lookupId: null searchable: true sortable: true - fieldApiName: Owner.Alias inlineEditAttributes: {} label: Account Owner Alias lookupId: Owner.Id searchable: true sortable: true filterLogicString: null filteredByInfo: [] hasMassActions: true inlineEditDetails: {} label: All Accounts listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView listShares: {} objectApiNames: [] orderedByInfo: - fieldApiName: BillingCountry isAscending: false label: Billing Country scope: {} updateable: true userPreferences: columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false visibility: Public visibilityEditable: true deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK components: schemas: Fields40: title: Fields40 required: - BillingCountry - CreatedDate - Id - LastModifiedById - LastModifiedDate - Name - Owner - OwnerId - Phone - Site - SystemModstamp - Type type: object properties: BillingCountry: $ref: '#/components/schemas/BillingCountry3' CreatedDate: $ref: '#/components/schemas/CreatedDate14' Id: $ref: '#/components/schemas/Id8' LastModifiedById: $ref: '#/components/schemas/LastModifiedById5' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate14' Name: $ref: '#/components/schemas/Name21' Owner: $ref: '#/components/schemas/Owner11' OwnerId: $ref: '#/components/schemas/OwnerId4' Phone: $ref: '#/components/schemas/Phone9' Site: $ref: '#/components/schemas/Site2' SystemModstamp: $ref: '#/components/schemas/SystemModstamp10' Type: $ref: '#/components/schemas/Type13' examples: - BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null 00358000006woxwAAA: title: 00358000006woxwAAA required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions14' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA Actions22: title: Actions22 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: - string - 'null' example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: string example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: - string - 'null' example: example_value section: type: string example: example_value sourceObject: type: string example: example_value subtype: type: - string - 'null' example: example_value targetObject: type: string example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: MruList actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000102212WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton 00B58000002ssinEAA: title: 00B58000002ssinEAA required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions12' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: EditFilter externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png id: 0JV4H0000132177WAA isMassAction: 'false' label: Filter lwcComponent: null primaryColor: 0176D3 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: ListSort externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:ListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000132178WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000132179WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: null apiName: PrintableListView externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:PrintableListView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000132180WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA ColumnWidths: title: ColumnWidths required: - Site - Type - BillingCountry - Owner.Alias - Phone - Name type: object properties: Site: type: integer contentEncoding: int32 example: 10 Type: type: integer contentEncoding: int32 example: 10 BillingCountry: type: integer contentEncoding: int32 example: 42 Owner.Alias: type: integer contentEncoding: int32 example: 10 Phone: type: integer contentEncoding: int32 example: 10 Name: type: integer contentEncoding: int32 example: Example Title examples: - Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 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' Actions12: title: Actions12 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: - string - 'null' example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: - string - 'null' example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: - string - 'null' example: example_value section: type: string example: example_value sourceObject: type: string example: example_value subtype: type: - string - 'null' example: example_value targetObject: type: string example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: EditFilter externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png id: 0JV4H0000132177WAA isMassAction: 'false' label: Filter lwcComponent: null primaryColor: 0176D3 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton SystemModstamp10: title: SystemModstamp10 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '2023-10-06T08:34:22.000Z' CreatedDate14: title: CreatedDate14 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '2020-02-27T09:28:06.000Z' 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' Actions21: title: Actions21 required: - Account type: object properties: Account: $ref: '#/components/schemas/Account18' examples: - Account: actions: - actionListContext: MruList actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000102212WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: MruList actionTarget: null actionTargetType: null apiName: MruListSort externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:MruListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000102213WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/mru-list/Account Fields41: title: Fields41 required: - Alias - CreatedDate - Id - LastModifiedById - LastModifiedDate - Name - SystemModstamp type: object properties: Alias: $ref: '#/components/schemas/Alias4' CreatedDate: $ref: '#/components/schemas/CreatedDate14' Id: $ref: '#/components/schemas/Id8' LastModifiedById: $ref: '#/components/schemas/LastModifiedById5' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate14' Name: $ref: '#/components/schemas/Name21' SystemModstamp: $ref: '#/components/schemas/SystemModstamp10' examples: - Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' Records4: title: Records4 required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields40' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: string example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value examples: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' 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 GetListViewMetadatabyAPIName: title: GetListViewMetadatabyAPIName required: - cloneable - createable - deletable - displayColumns - filterLogicString - filteredByInfo - hasMassActions - inlineEditDetails - label - listReference - listShares - objectApiNames - orderedByInfo - scope - updateable - userPreferences - visibility - visibilityEditable type: object properties: cloneable: type: boolean example: true createable: type: boolean example: true deletable: type: boolean example: true displayColumns: type: array items: $ref: '#/components/schemas/DisplayColumn' description: '' example: [] filterLogicString: type: - string - 'null' example: example_value filteredByInfo: type: array items: type: string description: '' example: [] hasMassActions: type: boolean example: true inlineEditDetails: type: object example: example_value label: type: string example: Example Title listReference: $ref: '#/components/schemas/ListReference' listShares: type: object example: example_value objectApiNames: type: array items: type: string description: '' example: [] orderedByInfo: type: array items: $ref: '#/components/schemas/OrderedByInfo' description: '' example: [] scope: type: object example: example_value updateable: type: boolean example: true userPreferences: $ref: '#/components/schemas/UserPreferences' visibility: type: string example: example_value visibilityEditable: type: boolean example: true examples: - cloneable: true createable: true deletable: true displayColumns: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true - fieldApiName: Site inlineEditAttributes: {} label: Account Site lookupId: null searchable: true sortable: true - fieldApiName: Phone inlineEditAttributes: {} label: Phone lookupId: null searchable: true sortable: true - fieldApiName: Type inlineEditAttributes: {} label: Type lookupId: null searchable: true sortable: true - fieldApiName: BillingCountry inlineEditAttributes: {} label: Billing Country lookupId: null searchable: true sortable: true - fieldApiName: Owner.Alias inlineEditAttributes: {} label: Account Owner Alias lookupId: Owner.Id searchable: true sortable: true filterLogicString: null filteredByInfo: [] hasMassActions: true inlineEditDetails: {} label: All Accounts listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView listShares: {} objectApiNames: [] orderedByInfo: - fieldApiName: BillingCountry isAscending: false label: Billing Country scope: {} updateable: true userPreferences: columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false visibility: Public visibilityEditable: true GetListViewRecordsbyID: title: GetListViewRecordsbyID required: - count - currentPageToken - currentPageUrl - fields - listInfoETag - listReference - nextPageToken - nextPageUrl - optionalFields - pageSize - previousPageToken - previousPageUrl - records - searchTerm - sortBy - where type: object properties: count: type: integer contentEncoding: int32 example: 42 currentPageToken: type: string example: CAUQAA currentPageUrl: type: string example: https://www.example.com fields: type: array items: type: string description: '' example: [] listInfoETag: type: string example: example_value listReference: $ref: '#/components/schemas/ListReference' nextPageToken: type: string example: CAUQAA nextPageUrl: type: string example: https://www.example.com optionalFields: type: array items: type: string description: '' example: [] pageSize: type: integer contentEncoding: int32 example: 10 previousPageToken: type: - string - 'null' example: CAUQAA previousPageUrl: type: - string - 'null' example: https://www.example.com records: type: array items: $ref: '#/components/schemas/Records4' description: '' example: [] searchTerm: type: - string - 'null' example: example_value sortBy: type: string example: example_value where: type: - string - 'null' example: example_value examples: - count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null Actions11: title: Actions11 required: - 00B58000002ssinEAA type: object properties: 00B58000002ssinEAA: $ref: '#/components/schemas/00B58000002ssinEAA' examples: - 00B58000002ssinEAA: actions: - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: EditFilter externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png id: 0JV4H0000132177WAA isMassAction: 'false' label: Filter lwcComponent: null primaryColor: 0176D3 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: ListSort externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:ListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000132178WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000132179WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: null apiName: PrintableListView externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:PrintableListView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000132180WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA Alias4: title: Alias4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: POzil GetListViewRecordsperAPIName: title: GetListViewRecordsperAPIName required: - count - currentPageToken - currentPageUrl - fields - listInfoETag - listReference - nextPageToken - nextPageUrl - optionalFields - pageSize - previousPageToken - previousPageUrl - records - searchTerm - sortBy - where type: object properties: count: type: integer contentEncoding: int32 example: 42 currentPageToken: type: string example: CAUQAA currentPageUrl: type: string example: https://www.example.com fields: type: array items: type: string description: '' example: [] listInfoETag: type: string example: example_value listReference: $ref: '#/components/schemas/ListReference' nextPageToken: type: string example: CAUQAA nextPageUrl: type: string example: https://www.example.com optionalFields: type: array items: type: string description: '' example: [] pageSize: type: integer contentEncoding: int32 example: 10 previousPageToken: type: - string - 'null' example: CAUQAA previousPageUrl: type: - string - 'null' example: https://www.example.com records: type: array items: $ref: '#/components/schemas/Records4' description: '' example: [] searchTerm: type: - string - 'null' example: example_value sortBy: type: string example: example_value where: type: - string - 'null' example: example_value examples: - count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null UserPreferences: title: UserPreferences required: - columnWidths - columnWrap type: object properties: columnWidths: $ref: '#/components/schemas/ColumnWidths' columnWrap: $ref: '#/components/schemas/ColumnWrap' examples: - columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false Actions15: title: Actions15 required: - ListViewChartInstance type: object properties: ListViewChartInstance: $ref: '#/components/schemas/ListViewChartInstance' examples: - ListViewChartInstance: actions: - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: NewObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:NewObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138090WAA isMassAction: 'false' label: New Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: EditObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:EditObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138091WAA isMassAction: 'false' label: Edit Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: DeleteObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:DeleteObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138092WAA isMassAction: 'false' label: Delete Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance Account18: title: Account18 required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions22' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: MruList actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000102212WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: MruList actionTarget: null actionTargetType: null apiName: MruListSort externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:MruListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000102213WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/mru-list/Account GetListViewMetadatabyID: title: GetListViewMetadatabyID required: - cloneable - createable - deletable - displayColumns - filterLogicString - filteredByInfo - hasMassActions - inlineEditDetails - label - listReference - listShares - objectApiNames - orderedByInfo - scope - searchable - updateable - userPreferences - visibility - visibilityEditable type: object properties: cloneable: type: boolean example: true createable: type: boolean example: true deletable: type: boolean example: true displayColumns: type: array items: $ref: '#/components/schemas/DisplayColumn' description: '' example: [] filterLogicString: type: - string - 'null' example: example_value filteredByInfo: type: array items: type: string description: '' example: [] hasMassActions: type: boolean example: true inlineEditDetails: type: object example: example_value label: type: string example: Example Title listReference: $ref: '#/components/schemas/ListReference' listShares: type: object example: example_value objectApiNames: type: array items: type: string description: '' example: [] orderedByInfo: type: array items: $ref: '#/components/schemas/OrderedByInfo' description: '' example: [] scope: type: object example: example_value searchable: type: boolean example: true updateable: type: boolean example: true userPreferences: $ref: '#/components/schemas/UserPreferences' visibility: type: string example: example_value visibilityEditable: type: boolean example: true examples: - cloneable: true createable: true deletable: true displayColumns: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true - fieldApiName: Site inlineEditAttributes: {} label: Account Site lookupId: null searchable: true sortable: true - fieldApiName: Phone inlineEditAttributes: {} label: Phone lookupId: null searchable: true sortable: true - fieldApiName: Type inlineEditAttributes: {} label: Type lookupId: null searchable: true sortable: true - fieldApiName: BillingCountry inlineEditAttributes: {} label: Billing Country lookupId: null searchable: true sortable: true - fieldApiName: Owner.Alias inlineEditAttributes: {} label: Account Owner Alias lookupId: Owner.Id searchable: true sortable: true filterLogicString: null filteredByInfo: [] hasMassActions: true inlineEditDetails: {} label: All Accounts listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView listShares: {} objectApiNames: [] orderedByInfo: - fieldApiName: BillingCountry isAscending: false label: Billing Country scope: {} searchable: true updateable: true userPreferences: columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false visibility: Public visibilityEditable: true LastModifiedById5: title: LastModifiedById5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 005B0000003TOI6IAO Phone9: title: Phone9 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null LastModifiedDate14: title: LastModifiedDate14 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '2023-10-04T18:35:13.000Z' ListReference: title: ListReference required: - id - listViewApiName - objectApiName - type type: object properties: id: type: string example: abc123 listViewApiName: type: string example: example_value objectApiName: type: string example: example_value type: type: string example: example_value examples: - id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView GetListViewHeaderActions: title: GetListViewHeaderActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions11' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: 00B58000002ssinEAA: actions: - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: EditFilter externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png id: 0JV4H0000132177WAA isMassAction: 'false' label: Filter lwcComponent: null primaryColor: 0176D3 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: ListSort externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:ListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000132178WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000132179WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: null apiName: PrintableListView externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:PrintableListView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000132180WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA eTag: 6f6e964d38807defe01bd28d144c9c0e url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA 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 GetListViewRecordActions: title: GetListViewRecordActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions13' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: 00358000006woxwAAA: actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA eTag: 1baaebae684ef749af218f59bf4b1d4d url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA ListViewChartInstance: title: ListViewChartInstance required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions12' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: NewObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:NewObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138090WAA isMassAction: 'false' label: New Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: EditObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:EditObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138091WAA isMassAction: 'false' label: Edit Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: DeleteObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:DeleteObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138092WAA isMassAction: 'false' label: Delete Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance GetMRUListViewActions: title: GetMRUListViewActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions21' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: Account: actions: - actionListContext: MruList actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000102212WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: MruList actionTarget: null actionTargetType: null apiName: MruListSort externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:MruListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000102213WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/mru-list/Account eTag: e40070982f76ef03ffdc6f70e91b9321 url: /services/data/v58.0/ui-api/actions/mru-list/Account Type13: title: Type13 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null GetListViewRecordsRequest: title: GetListViewRecordsRequest required: - fields - pageSize - sortBy - searchTerm - where type: object properties: fields: type: array items: type: string description: '' example: [] pageSize: type: integer contentEncoding: int32 example: 10 sortBy: type: array items: type: string description: '' example: [] searchTerm: type: string example: example_value where: type: string example: example_value examples: - fields: - Name - Type - AnnualRevenue - CreatedDate pageSize: 10 sortBy: - CreatedDate searchTerm: United where: '{AnnualRevenue: { gt: 1000000}}' GetListViewChartActions: title: GetListViewChartActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions15' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: ListViewChartInstance: actions: - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: NewObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:NewObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138090WAA isMassAction: 'false' label: New Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: EditObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:EditObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138091WAA isMassAction: 'false' label: Edit Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: DeleteObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:DeleteObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138092WAA isMassAction: 'false' label: Delete Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance eTag: 60c273c4ba34efcc645bd0ce249c8cd4 url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance OwnerId4: title: OwnerId4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 005B0000003TOI6IAO Site2: title: Site2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null OrderedByInfo: title: OrderedByInfo required: - fieldApiName - isAscending - label type: object properties: fieldApiName: type: string example: example_value isAscending: type: boolean example: true label: type: string example: Example Title examples: - fieldApiName: BillingCountry isAscending: false label: Billing Country GetListViewRecords: title: GetListViewRecords required: - count - currentPageToken - currentPageUrl - fields - listInfoETag - listReference - nextPageToken - nextPageUrl - optionalFields - pageSize - previousPageToken - previousPageUrl - records - searchTerm - sortBy - where type: object properties: count: type: integer contentEncoding: int32 example: 42 currentPageToken: type: string example: CAUQAA currentPageUrl: type: string example: https://www.example.com fields: type: array items: type: string description: '' example: [] listInfoETag: type: string example: example_value listReference: $ref: '#/components/schemas/ListReference' nextPageToken: type: string example: CAUQAA nextPageUrl: type: string example: https://www.example.com optionalFields: type: array items: type: string description: '' example: [] pageSize: type: integer contentEncoding: int32 example: 10 previousPageToken: type: - string - 'null' example: CAUQAA previousPageUrl: type: - string - 'null' example: https://www.example.com records: type: array items: $ref: '#/components/schemas/Records4' description: '' example: [] searchTerm: type: - string - 'null' example: example_value sortBy: type: string example: example_value where: type: - string - 'null' example: example_value examples: - count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null Actions14: title: Actions14 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: string example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: string example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: - string - 'null' example: example_value section: type: string example: example_value sourceObject: type: string example: example_value subtype: type: - string - 'null' example: example_value targetObject: type: string example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton Actions13: title: Actions13 required: - 00358000006woxwAAA type: object properties: 00358000006woxwAAA: $ref: '#/components/schemas/00358000006woxwAAA' examples: - 00358000006woxwAAA: actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA 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}". '