Fracttal →

Query document management of a third party

By means of this API, the document management of third parties created in Fracttal can be consulted.

The document management of all the third parties or of one in particular can be consulted by filtering by the third party's code.

Input parameters

ParameterTypeRequiredDescription
codeTextOptionalCode of the third party to perform the filter.
startIntegerOptionalNumber of the record from which you want to start the query. All queries are limited to 100 records, when there are more than that number this parameter must be used for pagination.
limitIntegerOptionalNumber of records to be returned by the query (Maximum 100 - Default value)

Output parameters

ParameterTypeLocation (id_type_item = 1)
nameTextName
descriptionTextDescription
groups_attached_descriptionTextGroup
versiónTextversion
valid_fromDateValid from
valid_throughDateValid until
authorTextAuthor
code_isoTextISO Code
is_warrantyBooleanUnder warranty.
statusBooleanValidity
third_parties_nameTextDescription of the tecero
codeNumberThird party code
emailTextThird party email

Example

Petition: (GET) https://app.fracttal.com/api/third_parties_document_management/*

{
    "success": true,
    "message": "200",
    "data": [
        {
            "id_company": 69,
            "id_group_attached": 8,
            "groups_attached_description": "GARANTÍA",
            "description": "GARANTÍA POR INCUMPLIMIENTO DE SERVICIO",
            "name": "GARANTÍA DE SERVICIO",
            "version": "1",
            "valid_from": "2021-03-01T05:00:00+00:00",
            "valid_through": "2021-11-06T05:00:00+00:00",
            "author": "",
            "code_iso": "",
            "id_third_party": 163,
            "id_attached": 12,
            "id": 1,
            "is_warranty": true,
            "status": true,
            "third_parties_name": "CISA TRADING S/A",
            "code": "39.373.782/0019-79",
            "email": null
        }
    ],
    "total": 1
}

Test It

Test It

Language