company_id
and within that company there may be multiple distinct entity types (e.g. there may be distinct entity types for supplier
and the receiving office
; each having distinct attributes and match logic).{company_id}
/entity/{entity_type}
/{entity_id}
company_id
your Sypht Company Identity_type
type of entity e.g. supplier, vehicle or employeeentity_id
a unique identifier for the entity{company_id}
/bulkentity/{entity_type}
/company_id
your Sypht Company Identity_type
type of entity e.g. supplier, vehicle or employeeentity_id
and data
to be store{company_id}
/entity/{entity_type}
/{entity_id}
company_id
your Sypht Company Identity_type
type of entity e.g. supplier, vehicle or employeeentity_id
a unique identifier for the entity{company_id}
/entity/{entity_type}
/{entity_id}
company_id
your Sypht Company Identity_type
type of entity e.g. supplier, vehicle or employeeentity_id
a unique identifier for the entity{company_id}
/entitysearch/{entity_type}
/company_id
your Sypht Company Identity_type
type of entity e.g. supplier, vehicle or employeeexact
and fuzzy
match search constraints{company_id}
/entitysearch/{entity_type}
/by_idcompany_id
your Sypht Company Identity_type
type of entity e.g. supplier, vehicle or employeeentity_id
{company_id}
/entitysearch/{entity_type}
company_id
your Sypht Company Identity_type
type of entity e.g. supplier, vehicle or employeepage
page token, if None (not provided) will return first page by default, otherwise request for specified page which would be grabbed from next_page
of previous responselimit
maximum count for responded entity_idspip install sypht
entity_ids
for specified entity_type
[{"entity_id": "id_0"}, {"entity_id": "id_1"}, ...]
["id_0", "id_1", ...]