POST api/AddRets

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
addRetMod
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AddRetID": 1,
  "AddRetName": "sample string 2",
  "AddRetVal": 1.1,
  "AddRetDate": "2025-12-10T14:46:58.4970772-08:00",
  "AddRetNotes": "sample string 4",
  "ExpFromStock": "sample string 5",
  "BranchId": 1,
  "YearTagId": "sample string 6",
  "CCId": 1,
  "CCName": "sample string 7",
  "AddRetType": "sample string 8",
  "AddRetNo": "sample string 9",
  "StoreId": 1,
  "StoreName": "sample string 10",
  "EntryUserId": 1,
  "EntryUserDate": "sample string 11",
  "addRetDets": [
    {
      "$id": "2",
      "SerNo": 1,
      "AddRetID": 2,
      "ItemId": 1,
      "ItemName": "sample string 3",
      "AvailableQty": 1.1,
      "Qty": 1.1,
      "Price": 1.1,
      "DISC": 1.1,
      "UnitId": 1,
      "UnitName": "sample string 4",
      "Tot": 1.1,
      "CostPrice": 1.1
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "AddRetID": 1,
  "AddRetName": "sample string 2",
  "AddRetVal": 1.1,
  "AddRetDate": "2025-12-10T14:46:58.5283251-08:00",
  "AddRetNotes": "sample string 4",
  "ExpFromStock": "sample string 5",
  "BranchId": 1,
  "YearTagId": "sample string 6",
  "CCId": 1,
  "CCName": "sample string 7",
  "AddRetType": "sample string 8",
  "AddRetNo": "sample string 9",
  "StoreId": 1,
  "StoreName": "sample string 10",
  "EntryUserId": 1,
  "EntryUserDate": "sample string 11",
  "addRetDets": [
    {
      "$id": "2",
      "SerNo": 1,
      "AddRetID": 2,
      "ItemId": 1,
      "ItemName": "sample string 3",
      "AvailableQty": 1.1,
      "Qty": 1.1,
      "Price": 1.1,
      "DISC": 1.1,
      "UnitId": 1,
      "UnitName": "sample string 4",
      "Tot": 1.1,
      "CostPrice": 1.1
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ]
}