UpdateOtherSupplierNumber
Command, Introduced in version 24.2
POST https://localhost:8001/sv/001.1/api/v1/Purchase/Suppliers/UpdateOtherSupplierNumber
update other supplier number for a supplier.
Returns EntityCommandResponse
The root entity id of the response is the business key identifier of the supplier that the other supplier number was created for. References Suppliers
The entity id of the response is the business key identifier of the created other supplier number. References OtherSupplierNumbers
Required permission
Modify supplier
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
OtherSupplierNumberId | Int64 | The business key identifier of the other supplier number.
|
|
Number | StringInput | The human readable identifier of the other supplier number.
|
|
IsDefault | Boolean | Specifies if this is the default/active other supplier number.
|
Example
{
"OtherSupplierNumberId": 0,
"Number": null,
"IsDefault": false
}