List locations
res = po_client.request("post", "/apps/any/queries/read__qpt__list_locations", limit=2, offset=0)
Response:
{'objects': [{'cnum_number': '8885552184',
'eml_email': 'debra63@example.com',
'ent_business_name': 'Red Hot Chili Peppers',
'ent_first_name': '',
'ent_last_name': '',
'ent_name': 'Red Hot Chili Peppers',
'ent_role_names': ['Location'],
'entity_id': 4,
'loc_addr_city': 'Braintree',
'loc_addr_iso_code': 'MA',
'loc_addr_postal_code': '02184',
'loc_address_1': '250 Granite Street',
'loc_address_2': '',
'loc_available_publicly': True,
'loc_contact_numbers': {'Mobile': '8885552184'},
'loc_emails': {'Office': 'debra63@example.com'},
'loc_entity_id': 4,
'loc_is_enabled': True,
'loc_is_primary_store': False,
'loc_marketing_phone': None,
'loc_receipt_name': 'Red Hot Chili Peppers',
'loc_report_code': 'RHCP',
'loc_safety_stock_min_sale_period': 14,
'loc_safety_stock_prod_without_sales': True,
'loc_show_regional': True,
'loc_slug': 'red-hot-chili-peppers',
'loc_social_media': {},
'loctz_timezone': 'US/Eastern',
'ppg_name': 'PrcGrp #1',
'product_pricing_group_id': 1},
{'cnum_number': '765-427-4803',
'eml_email': 'sales@inpuppiesonline.com',
'ent_business_name': 'Foo Fighters - business',
'ent_first_name': '',
'ent_last_name': '',
'ent_name': 'Foo Fighters - business',
'ent_role_names': ['Location'],
'entity_id': 7,
'loc_addr_city': 'West Point',
'loc_addr_iso_code': 'WA',
'loc_addr_postal_code': '47992',
'loc_address_1': '4904 Washington',
'loc_address_2': '',
'loc_available_publicly': True,
'loc_contact_numbers': {'Home': '555-555-5456',
'Office': '765-427-4803'},
'loc_emails': {'Home': 'sales@inpuppiesonline.com'},
'loc_entity_id': 7,
'loc_is_enabled': True,
'loc_is_primary_store': False,
'loc_marketing_phone': None,
'loc_receipt_name': 'Foo Fighters',
'loc_report_code': 'FF',
'loc_safety_stock_min_sale_period': 8,
'loc_safety_stock_prod_without_sales': True,
'loc_show_regional': True,
'loc_slug': 'foo-fighters',
'loc_social_media': {'Facebook': 'http://www.facebook.com',
'LinkedIn': 'http://linkedin.com'},
'loctz_timezone': 'US/Eastern',
'ppg_name': 'PrcGrp #1',
'product_pricing_group_id': 1}],
'total': 7}