Read Suppliers from CSV
Overview
You can return counts of new and updating suppliers from supplier upload template.
Resource Access
POST https://<hostname>/payee/v1/readSupplierUploadTemplate
Parameters
The requested criteria has to be the following fields:
Keys | Values |
---|---|
fileName | File in CSV format |
Example Request
POST https://<hostname>/payee/v1/readSupplierUploadTemplate
Key - SampleSuppliers
Value - File.csv
Example Response
{
"newPayees": 0,
"updatedPayees": 1
}
Updated 3 days ago