Skip to content

ListThirdParties

Check third party information.


General information:

Module Category
Resources query

ListThirdParties

Parameters:

  • name: str, optional

Input parameters:

Field Type Required Description Default Value Examples

Usage example:

{
  "name": "Proveedor S.A.",
  "code": "T001",
  "address": "Av. Siempre Viva 123",
  "email": "proveedor@example.com",
  "country": "Chile",
  "groups_1_desc": "Grupo A",
  "groups_2_desc": "Subgrupo 1",
  "active": true,
  "zip_code": "1234567",
  "city": "Santiago",
  "state": "RM",
  "telephone_1": "+56212345678",
  "telephone_2": "+56287654321",
  "fax": "+56211223344",
  "sms": "+56912345678",
  "custom_fields_groups_description": "Campos Custom",
  "latitude": "-33.4489",
  "longitud": "-70.6693",
  "web_page": "http://www.proveedor.com",
  "custom_fields_values": "Valor1, Valor2",
  "parent_description": "Empresa Madre",
  "id_third_party_type": [
    1,
    2
  ],
  "id_company": 1
}

Notes:

Use this model to query third-party information and obtain all output fields defined in the schema.