Operation Id:
wms/suppliers/suppliers/put [Official Documentaction]
Methods
- suppliers Array<Object>
- id Integer
- name String
- email String
- phone String
- fax String
- street String
- zipCode String
- city String
- country Integer
- taxCode String
- averageDeliveryTime Object
- description String
- orderCompletionTime Object
- workDays Array<Object>
Examples
This function updates the name of the WMS supplier with an ID of 1 to "Dostawca".
const result = await idosellRequest.putWmsSuppliers
.id(1)
.name("Dostawca")
.exec()