PUT api/SupplierStore
Request Information
URI Parameters
None.
Body Parameters
SupplierStore| Name | Description | Type | Additional information |
|---|---|---|---|
| uid | integer |
None. |
|
| ProductName | string |
None. |
|
| Barcode | string |
None. |
|
| NumberofPieces | decimal number |
None. |
|
| Type | string |
None. |
|
| VAT | integer |
None. |
|
| Category | string |
None. |
|
| PurchasePrice | decimal number |
None. |
|
| SellPriceRec | decimal number |
None. |
|
| ISDiscountable | decimal number |
None. |
|
| Points | decimal number |
None. |
|
| MinimumStock | decimal number |
None. |
|
| Supplier | string |
None. |
|
| LastModifiedTime | date |
None. |
|
| LastCreatedTime | date |
None. |
|
| IsDeleted | boolean |
None. |
|
| Unit | string |
None. |
|
| Quantity | string |
None. |
|
| Verfalldatum | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"uid": 1,
"ProductName": "sample string 2",
"Barcode": "sample string 3",
"NumberofPieces": 1.0,
"Type": "sample string 4",
"VAT": 1,
"Category": "sample string 5",
"PurchasePrice": 1.0,
"SellPriceRec": 1.0,
"ISDiscountable": 1.0,
"Points": 1.0,
"MinimumStock": 1.0,
"Supplier": "sample string 6",
"LastModifiedTime": "2026-02-05T12:32:40.0567431+01:00",
"LastCreatedTime": "2026-02-05T12:32:40.0567431+01:00",
"IsDeleted": true,
"Unit": "sample string 7",
"Quantity": "sample string 8",
"Verfalldatum": "sample string 9"
}
application/xml, text/xml
Sample:
<SupplierStore xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SupplierStoreAPI"> <Barcode>sample string 3</Barcode> <Category>sample string 5</Category> <ISDiscountable>1</ISDiscountable> <IsDeleted>true</IsDeleted> <LastCreatedTime>2026-02-05T12:32:40.0567431+01:00</LastCreatedTime> <LastModifiedTime>2026-02-05T12:32:40.0567431+01:00</LastModifiedTime> <MinimumStock>1</MinimumStock> <NumberofPieces>1</NumberofPieces> <Points>1</Points> <ProductName>sample string 2</ProductName> <PurchasePrice>1</PurchasePrice> <Quantity>sample string 8</Quantity> <SellPriceRec>1</SellPriceRec> <Supplier>sample string 6</Supplier> <Type>sample string 4</Type> <Unit>sample string 7</Unit> <VAT>1</VAT> <Verfalldatum>sample string 9</Verfalldatum> <uid>1</uid> </SupplierStore>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.