POST api/PostSellingAddBySellingNO
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| SInv | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"SellingAddId": 1,
"SellingAddName": "sample string 2",
"SellingAddVal": 1.1,
"SellingAddDate": "2025-12-10T14:47:33.0455336-08:00",
"SellingAddNotes": "sample string 4",
"SellingAddType": "sample string 5",
"CustomerID": 1,
"CustomerName": "sample string 6",
"SellingAddDisc": 1.1,
"SellingAddTot": 1.1,
"StoreId": 1,
"StoreName": "sample string 7",
"SellingAddDiscRatio": 1.1,
"SellingAddNo": "sample string 8",
"AgentId": 1,
"EntryUserId": 1,
"TreasuryId": 1,
"SellingAddDets": [
{
"$id": "2",
"SerNo": 1,
"SellingAddID": 2,
"ItemId": 1,
"ItemNO": "sample string 3",
"ItemName": "sample string 4",
"Qty": 1.1,
"Price": 1.1,
"UnitId": 5,
"UnitName": "sample string 6",
"tot": 1.1,
"TotWithTax": 1.1,
"DISC": 1.1,
"PricWithTax": 1.1,
"DetTaxSal": 1.1,
"DiscRatio": 1.1,
"DetTaxGainCom": 1.1,
"DetItemDescription": "sample string 7",
"SellingAddDetTaxTypes": [
{
"$id": "3",
"SellingAddDetTaxTypeId": 1,
"SerNo": 2,
"TaxTypeID": 3,
"TaxTypeRate": 1.1,
"TaxTypeAmount": 1.1,
"TaxTypeName": "sample string 4",
"TaxTypeCalcWayId": 1
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"EnterpriseId": 1,
"BranchId": 1,
"BranchName": "sample string 9",
"SaleTaxRatio": 1.1,
"SaleTax": 1.1,
"TotWithoutTax": 1.1,
"DiscValueExt": 1.1,
"DiscRatioExt": 1.1,
"TaxGainComRatio": 1.1,
"TaxGainCom": 1.1,
"CurrId": "sample string 10",
"CurrName": "sample string 11",
"CurrVal": 1.1,
"CurrRate": 1.1,
"FreeOfSalesTax": true,
"HasTaxGainCom": true,
"RefSellingId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"SellingAddId": 1,
"SellingAddName": "sample string 2",
"SellingAddVal": 1.1,
"SellingAddDate": "2025-12-10T14:47:33.0924046-08:00",
"SellingAddNotes": "sample string 4",
"SellingAddType": "sample string 5",
"CustomerID": 1,
"CustomerName": "sample string 6",
"SellingAddDisc": 1.1,
"SellingAddTot": 1.1,
"StoreId": 1,
"StoreName": "sample string 7",
"SellingAddDiscRatio": 1.1,
"SellingAddNo": "sample string 8",
"AgentId": 1,
"EntryUserId": 1,
"TreasuryId": 1,
"SellingAddDets": [
{
"$id": "2",
"SerNo": 1,
"SellingAddID": 2,
"ItemId": 1,
"ItemNO": "sample string 3",
"ItemName": "sample string 4",
"Qty": 1.1,
"Price": 1.1,
"UnitId": 5,
"UnitName": "sample string 6",
"tot": 1.1,
"TotWithTax": 1.1,
"DISC": 1.1,
"PricWithTax": 1.1,
"DetTaxSal": 1.1,
"DiscRatio": 1.1,
"DetTaxGainCom": 1.1,
"DetItemDescription": "sample string 7",
"SellingAddDetTaxTypes": [
{
"$id": "3",
"SellingAddDetTaxTypeId": 1,
"SerNo": 2,
"TaxTypeID": 3,
"TaxTypeRate": 1.1,
"TaxTypeAmount": 1.1,
"TaxTypeName": "sample string 4",
"TaxTypeCalcWayId": 1
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"EnterpriseId": 1,
"BranchId": 1,
"BranchName": "sample string 9",
"SaleTaxRatio": 1.1,
"SaleTax": 1.1,
"TotWithoutTax": 1.1,
"DiscValueExt": 1.1,
"DiscRatioExt": 1.1,
"TaxGainComRatio": 1.1,
"TaxGainCom": 1.1,
"CurrId": "sample string 10",
"CurrName": "sample string 11",
"CurrVal": 1.1,
"CurrRate": 1.1,
"FreeOfSalesTax": true,
"HasTaxGainCom": true,
"RefSellingId": 1
}