POST api/SellingRetsdata

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
SInv
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SellingRetId": 1,
  "SellingRetName": "sample string 2",
  "SellingRetVal": 1.1,
  "SellingRetDate": "2025-12-10T14:47:32.1237283-08:00",
  "SellingRetNotes": "sample string 4",
  "SellingRetType": "sample string 5",
  "CustomerID": 1,
  "CustomerName": "sample string 6",
  "SellingRetDisc": 1.1,
  "SellingRetTot": 1.1,
  "StoreId": 1,
  "StoreName": "sample string 7",
  "SellingRetDiscRatio": 1.1,
  "SellingRetNo": "sample string 8",
  "AgentId": 1,
  "EntryUserId": 1,
  "TreasuryId": 1,
  "sellingRetDets": [
    {
      "$id": "2",
      "SerNo": 1,
      "SellingRetID": 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",
      "SellingRetDetTaxTypes": [
        {
          "$id": "3",
          "SellingRetDetTaxTypeId": 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:
{
  "SellingRetId": 1,
  "SellingRetName": "sample string 2",
  "SellingRetVal": 1.1,
  "SellingRetDate": "2025-12-10T14:47:32.1237283-08:00",
  "SellingRetNotes": "sample string 4",
  "SellingRetType": "sample string 5",
  "CustomerID": 1,
  "CustomerName": "sample string 6",
  "SellingRetDisc": 1.1,
  "SellingRetTot": 1.1,
  "StoreId": 1,
  "StoreName": "sample string 7",
  "SellingRetDiscRatio": 1.1,
  "SellingRetNo": "sample string 8",
  "AgentId": 1,
  "EntryUserId": 1,
  "TreasuryId": 1,
  "sellingRetDets": [
    {
      "$id": "2",
      "SerNo": 1,
      "SellingRetID": 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",
      "SellingRetDetTaxTypes": [
        {
          "$id": "3",
          "SellingRetDetTaxTypeId": 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
}