POST api/rptStockLedger/GetStockLedgerData

Request Information

URI Parameters

None.

Body Parameters

rptStockLedgerModel
NameDescriptionTypeAdditional information
PartyId

integer

None.

LocationId

integer

None.

SelectedPartiesId

string

None.

PartyName

string

None.

RoleId

integer

None.

FromDate

string

None.

ToDate

string

None.

FinancialYear

string

None.

ProductId

integer

None.

ProductDescription

string

None.

ProductCategory

string

None.

TransactionType

string

None.

IsShowRateAmt

boolean

None.

IsShowCostRateInSD

boolean

None.

selectedLocationsId

string

None.

LocationName

string

None.

dt1

DataTable

None.

dt2

DataTable

None.

dt3

DataTable

None.

SalesChannelName

string

None.

Message

APIResponse

None.

SecretKey

string

None.

Token

string

None.

EnterprisesCode

string

None.

ModeluSelection

string

None.

CallFrom

string

None.

IsAllowedRequest

boolean

None.

IsInMaintenance

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "PartyId": 1,
  "LocationId": 2,
  "SelectedPartiesId": "sample string 3",
  "PartyName": "sample string 4",
  "RoleId": 5,
  "FromDate": "sample string 6",
  "ToDate": "sample string 7",
  "FinancialYear": "sample string 8",
  "ProductId": 9,
  "ProductDescription": "sample string 10",
  "ProductCategory": "sample string 11",
  "TransactionType": "sample string 12",
  "IsShowRateAmt": true,
  "IsShowCostRateInSD": true,
  "selectedLocationsId": "sample string 15",
  "LocationName": "sample string 16",
  "dt1": null,
  "dt2": [],
  "dt3": [],
  "SalesChannelName": "sample string 17",
  "Message": {
    "ResponseCode": 1,
    "ResponseMessage": "sample string 2"
  },
  "SecretKey": "sample string 18",
  "Token": "sample string 19",
  "EnterprisesCode": "sample string 20",
  "ModeluSelection": "sample string 21",
  "CallFrom": "sample string 22",
  "IsAllowedRequest": true,
  "IsInMaintenance": true
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.