PUT api/SellingDebitNotes/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| sellingDebitNoteModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"SellingDebitNoteId": 1,
"SellingDebitNoteDate": "2025-12-10T14:47:31.9518656-08:00",
"CustomerID": 3,
"CustomerName": "sample string 4",
"SellingId": 5,
"SellingNo": "sample string 6",
"SellingDebitNoteTotalItemsAmount": 7.1,
"SellingDebitNoteTotalItemsDiscount": 8.1,
"SellingDebitNoteNetAmount": 9.1,
"SellingDebitNoteTotalTax": 10.1,
"SellingDebitNoteTotalAmount": 11.1,
"SellingDebitNoteNotes": "sample string 12",
"BranchId": 1,
"EnterpriseId": 1,
"SellingDebitNoteDets": [
{
"$id": "2",
"SerNo": 1,
"SellingDebitNoteID": 2,
"ItemId": 1,
"ItemNO": "sample string 3",
"ItemName": "sample string 4",
"Qty": 1.1,
"Price": 1.1,
"DISC": 1.1,
"UnitId": 5,
"UnitName": "sample string 6",
"Tot": 1.1,
"TotWithTax": 1.1,
"PricWithTax": 1.1,
"DetTaxSal": 1.1,
"DiscRatio": 1.1
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.