Operation Id:
warranties/warranties/put [Official Documentaction]
Methods
- warranties Array<Object>
- id String
- name String
- type 'seller'|'producer'
- period Integer
Examples
This function assigns the name "Gwarancja" to the warranty with the ID of 6.
const result = await idosellRequest.putWarranties
.id("6")
.name("Gwarancja")
.exec()