API Suppliers
Suppliers(
bool IncludeArchived = false
)
Get a full list of suppliers.
Request
Request Data:
- (bool) IncludeArchived (optional) – whether the result should contain archived suppliers (since RPM27)
{
"IncludeArchived": <bool>
}
Response
{
"Result": {
"IncludeArchived": <bool>,
"Age": <int>,
"Suppliers": [
{
"Supplier": <string>,
"SupplierID": <int>,
"Added": <string>,
"Archived": <bool> // Since RPM 27
},
<more Suppliers...>
]
}
}
Errors
No endpoint specific errors.