Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Versión

Fecha

Comentarios

Versión actual (v. 2)

14/03/2024

Juan Eduardo Sosa

Link Postman Detail

Farmers detail uri:

Code Block
/api/v2/third_party/farmers/(id)

...

Response example:

Code Block
{
    "id": 42363,
    "society_id": 34,
    "name": "Capacitación",
    "lastname": null,
    "cuit": null,
    "observations": null,
    "deleted_at": null,
    "date_created": "2021-09-21T21:33:01-03:00",
    "date_modified": "2021-09-21T21:33:01-03:00",
    "external_code": null,
    "system_id": null,
    "email": null,
    "phone_number": null,
    "area": 0
}

...


Plots list uri:

Code Block
/api/v2/third_party/farmers/

...

Code Block
{
    "items": [
        {
            "id": 40,
            "society_id": 34,
            "name": "Productor",
            "lastname": "Prueba",
            "cuit": null,
            "observations": null,
            "deleted_at": null,
            "date_created": "2015-06-20T16:45:46-03:00",
            "date_modified": "2016-11-02T07:29:05-03:00",
            "external_code": null,
            "system_id": null,
            "email": null,
            "phone_number": null,
            "area": 0
        },
        {
            "id": 8296,
            "society_id": 34,
            "name": "Productor 2",
            "lastname": null,
            "cuit": null,
            "observations": null,
            "deleted_at": null,
            "date_created": "2017-04-29T09:27:34-03:00",
            "date_modified": "2017-04-29T09:27:34-03:00",
            "external_code": null,
            "system_id": null,
            "email": null,
            "phone_number": null,
            "area": 0
        }
    ],
    "current_page": 1,
    "next_page": 1,
    "total_pages": 1,
    "total_items": 2
}

...