POST api/getinwardreferenceinfo
Request Information
URI Parameters
None.
Body Parameters
RequestParamInwardReference| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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
}