PUT api/Purchasings/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| purchasingMod | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PurchasingID": 1,
"PurchasingName": "sample string 2",
"PurchasingVal": 1.1,
"PurchasingDate": "2025-12-10T14:52:31.1552231-08:00",
"PurchasingNotes": "sample string 4",
"SupplierId": 5,
"SupplierName": "sample string 6",
"PurchasingType": "sample string 7",
"InP": "sample string 8",
"PurchasingNo": "sample string 9",
"SaleTax": 1.1,
"PurchasingNet": 1.1,
"PurchasingDisc": 1.1,
"TaxGainCom": 1.1,
"PurchasingDiscRatio": 1.1,
"PurchasingTot": 1.1,
"StoreId": 1,
"StoreName": "sample string 10",
"TreasuryId": 1,
"TreasuryName": "sample string 11",
"DeliverOrderNo": "sample string 12",
"BranchId": 1,
"EntryUserId": 1,
"EntryUserDate": "sample string 13",
"CustomerID": 1,
"purchasingDets": [
{
"$id": "2",
"SerNo": 1,
"PurchasingID": 1,
"ItemId": 1,
"ItemName": "sample string 2",
"Qty": 1.1,
"Price": 1.1,
"DISC": 1.1,
"UnitID": 1,
"UnitName": "sample string 3",
"Tot": 1.1,
"DollarPriceTot": 1.1,
"ItmDiscVal": 1.1,
"ActPrice": 1.1,
"DollarPrice": 1.1,
"SellingPrice": 1.1
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.