Fracttal →

Query third party

By means of this API you can consult the information of your third parties.

You can consult the whole list or make filters by the code of the third party.

Input parameters

ParameterTypeRequiredDescription
codeTextOptionalCode of the third party to perform the filter.

Output parameters

ParameterTypeLocation (id_type_item = 1)
nameTextName
codeTextHuman Resources Code
addressTextAddress
emailTextE-mail address
countryTextCountry
groups_1_descTextClassification 1
groups_2_descTextClassification 2
activeBooleanTrue if the third party is active, false otherwise
zip_codeTextZip Code
cityTextCity
stateTextState/Department/Region
telephoneTextMain telephone
telephone_2TextSecondary phone
faxTextFax
smsTextSMS Phone
custom_fields_groups_descriptionTextCustom field group name
latitudeTextLatitude
longitudTextlongitude
hourly_rates_descriptionTextOrdinary hour value
web_pageTextWebsite
parent_descriptionTextLocated in or is part of
id_third_party_typeInteger Array1: Service provider 2: Manufacturer 3: Supplier 4: Client

Example

Petition: (GET) https://app.fracttal.com/api/third_parties/?code=ACOD

{
  "success": true,
  "message": "200",
  "data": [
    {
      "code": "ACOD",
      "address": "Boulevard Los Heroes",
      "email": "[email protected]",
      "country": "El Salvador",
      "groups_1_desc": null,
      "groups_2_desc": null,
      "active": true,
      "name": "Acodjar",
      "zip_code": null,
      "city": "San Salvador",
      "state": "San Salvador",
      "telephone_1": "2239 5907",
      "telephone_2": "",
      "fax": "",
      "sms": "",
      "custom_fields_groups_description": null,
      "latitude": "13.705928587044207",
      "longitud": "-89.21529293060304",
      "web_page": "http:\/\/www.fedecaces.com",
      "custom_fields_values": null,
      "parent_description": "\/\/ SERCOMCA\/ ",
      "id_third_party_type": [
                1
      ],
    }
  ],
  "total": 1
}

Test It

Test It

Language