POST api/getinwardreferenceinfo

Request Information

URI Parameters

None.

Body Parameters

RequestParamInwardReference
NameDescriptionTypeAdditional information
RefInwardDocID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RefInwardDocID": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

InwardOutwardsReferenceInwardResponse
NameDescriptionTypeAdditional information
inwardoutwardreferenceinward

InwardOutwardsReferenceInward

None.

IsSuccess

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "inwardoutwardreferenceinward": {
    "$id": "2",
    "RemainingQuantity": "sample string 1",
    "TotalQuantity": "sample string 2",
    "TotalItemAdded": "sample string 3"
  },
  "IsSuccess": true
}