It allows you:
to view current purchase orders
Prerequisites:
In order to use this API Method for GET there must be accomplished the following requirements in SocrateCloud:
to have an Organization active
to have an Role active
Columns that can be used as filters:
BillBPartner
OrderNo
Organization
Actions can be done:
list purchase orders
URL: https://api.socratecloud.com/webapi/rest/report/purchase_order/list/{version}?startRow={0}&endRow={100}&accessToken={access_token}
Method: GET
Return: JSON object with next format:
{
"data": [
{
"Organization": "KRAFT KFT",
"OrderNo": "802500",
"OrderReference": null,
"BPartner": "7AGRO",
"BPartnerLocation": "Str. 77",
"BillBPartner": "7AGRO",
"BillBPartnerLocation": "Str. 77",
"CreatedBy": "BIT-Ionut",
"UpdatedBy": "BIT-Ionut",
"Warehouse": "KRAFT KFT-WH",
"Description": null,
"DocType": "Comanda Furnizor",
"SalesRep": "BIT-Ionut",
"Currency": "EUR",
"Project": null,
"ProjectPhase": null,
"TrxOrganization": null,
"Activity": null,
"GrandTotal": 4725,
"OpenAmount": 4725
}
],
"totalRows": 1
}