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:

KeysValues
fileNameFile in CSV format

Example Request

🚧

POST https://<hostname>/payee/v1/readSupplierUploadTemplate
Key - SampleSuppliers
Value - File.csv

Example Response


{
   "newPayees": 0,
   "updatedPayees": 1
}


Priority Technology Holdings Logo