POST api/StockAdjustmentEntry/GetStockAdjustmentHistoryDetails

Request Information

URI Parameters

None.

Body Parameters

StockAdjustmentEntryModel
NameDescriptionTypeAdditional information
EntryNo

string

None.

StockAdjId

integer

None.

StockAdjustmentId

string

None.

EntryNumber

string

None.

EntryDate

string

None.

StockAdjustmentReasonsId

integer

None.

AdjustmentReason

string

None.

AdjustmentRemarks

string

None.

VendorId

integer

None.

VendorName

string

None.

VendorLocationId

integer

None.

VendorLocationName

string

None.

FirstRec

integer

None.

LastRec

integer

None.

SortColumn

string

None.

SortOrder

string

None.

RequestType

integer

None.

IsActive

boolean

None.

AutoCompleteRequest

boolean

None.

ProductName

string

None.

ProductId

integer

None.

BatchNo

string

None.

ManufactureDate

string

None.

ExpiryDate

string

None.

Rate

decimal number

None.

MRP

decimal number

None.

InvoiceRate

decimal number

None.

ProductsJson

string

None.

ProductQuantity

decimal number

None.

ActualQty

decimal number

None.

RoleId

integer

None.

Products

Collection of StockEntryProductDetail

None.

SrNo

integer

None.

ddType

string

None.

tmpBatchNo

string

None.

ERPSchemecode

integer

None.

FinancialYear

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:
{
  "EntryNo": "sample string 1",
  "StockAdjId": 2,
  "StockAdjustmentId": "sample string 3",
  "EntryNumber": "sample string 4",
  "EntryDate": "sample string 5",
  "StockAdjustmentReasonsId": 6,
  "AdjustmentReason": "sample string 7",
  "AdjustmentRemarks": "sample string 8",
  "VendorId": 9,
  "VendorName": "sample string 10",
  "VendorLocationId": 11,
  "VendorLocationName": "sample string 12",
  "FirstRec": 13,
  "LastRec": 14,
  "SortColumn": "sample string 15",
  "SortOrder": "sample string 16",
  "RequestType": 17,
  "IsActive": true,
  "AutoCompleteRequest": true,
  "ProductName": "sample string 20",
  "ProductId": 21,
  "BatchNo": "sample string 22",
  "ManufactureDate": "sample string 23",
  "ExpiryDate": "sample string 24",
  "Rate": 25.0,
  "MRP": 26.0,
  "InvoiceRate": 27.0,
  "ProductsJson": "sample string 28",
  "ProductQuantity": 29.0,
  "ActualQty": 30.0,
  "RoleId": 31,
  "Products": [
    {
      "SrNo": 1,
      "ProductId": 2,
      "PID": "sample string 3",
      "BatchNo": "sample string 4",
      "ActualQty": 1.0,
      "CurrentQty": 1.0,
      "UnitId": 5,
      "ProductName": "sample string 6",
      "UnitName": "sample string 7",
      "ManufactureDate": "sample string 8",
      "ExpiryDate": "sample string 9",
      "Rate": 1.0,
      "MRP": 1.0,
      "InvoiceRate": 1.0,
      "Type": 10,
      "ProductType": 11,
      "ERPSchemecode": 12,
      "SalesChannel": "sample string 13"
    },
    {
      "SrNo": 1,
      "ProductId": 2,
      "PID": "sample string 3",
      "BatchNo": "sample string 4",
      "ActualQty": 1.0,
      "CurrentQty": 1.0,
      "UnitId": 5,
      "ProductName": "sample string 6",
      "UnitName": "sample string 7",
      "ManufactureDate": "sample string 8",
      "ExpiryDate": "sample string 9",
      "Rate": 1.0,
      "MRP": 1.0,
      "InvoiceRate": 1.0,
      "Type": 10,
      "ProductType": 11,
      "ERPSchemecode": 12,
      "SalesChannel": "sample string 13"
    }
  ],
  "SrNo": 32,
  "ddType": "sample string 33",
  "tmpBatchNo": "sample string 34",
  "ERPSchemecode": 35,
  "FinancialYear": "sample string 36",
  "Message": {
    "ResponseCode": 1,
    "ResponseMessage": "sample string 2"
  },
  "SecretKey": "sample string 37",
  "Token": "sample string 38",
  "EnterprisesCode": "sample string 39",
  "ModeluSelection": "sample string 40",
  "CallFrom": "sample string 41",
  "IsAllowedRequest": true,
  "IsInMaintenance": true
}

application/xml, text/xml

Sample:
<StockAdjustmentEntryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZipDMSModels">
  <CallFrom>sample string 41</CallFrom>
  <EnterprisesCode>sample string 39</EnterprisesCode>
  <IsAllowedRequest>true</IsAllowedRequest>
  <IsInMaintenance>true</IsInMaintenance>
  <Message>
    <ResponseCode>1</ResponseCode>
    <ResponseMessage>sample string 2</ResponseMessage>
  </Message>
  <ModeluSelection>sample string 40</ModeluSelection>
  <SecretKey>sample string 37</SecretKey>
  <Token>sample string 38</Token>
  <ActualQty>30</ActualQty>
  <AdjustmentReason>sample string 7</AdjustmentReason>
  <AdjustmentRemarks>sample string 8</AdjustmentRemarks>
  <AutoCompleteRequest>true</AutoCompleteRequest>
  <BatchNo>sample string 22</BatchNo>
  <ERPSchemecode>35</ERPSchemecode>
  <EntryDate>sample string 5</EntryDate>
  <EntryNo>sample string 1</EntryNo>
  <EntryNumber>sample string 4</EntryNumber>
  <ExpiryDate>sample string 24</ExpiryDate>
  <FinancialYear>sample string 36</FinancialYear>
  <FirstRec>13</FirstRec>
  <InvoiceRate>27</InvoiceRate>
  <IsActive>true</IsActive>
  <LastRec>14</LastRec>
  <MRP>26</MRP>
  <ManufactureDate>sample string 23</ManufactureDate>
  <ProductId>21</ProductId>
  <ProductName>sample string 20</ProductName>
  <ProductQuantity>29</ProductQuantity>
  <Products>
    <StockEntryProductDetail>
      <ActualQty>1</ActualQty>
      <BatchNo>sample string 4</BatchNo>
      <CurrentQty>1</CurrentQty>
      <ERPSchemecode>12</ERPSchemecode>
      <ExpiryDate>sample string 9</ExpiryDate>
      <InvoiceRate>1</InvoiceRate>
      <MRP>1</MRP>
      <ManufactureDate>sample string 8</ManufactureDate>
      <PID>sample string 3</PID>
      <ProductId>2</ProductId>
      <ProductName>sample string 6</ProductName>
      <ProductType>11</ProductType>
      <Rate>1</Rate>
      <SalesChannel>sample string 13</SalesChannel>
      <SrNo>1</SrNo>
      <Type>10</Type>
      <UnitId>5</UnitId>
      <UnitName>sample string 7</UnitName>
    </StockEntryProductDetail>
    <StockEntryProductDetail>
      <ActualQty>1</ActualQty>
      <BatchNo>sample string 4</BatchNo>
      <CurrentQty>1</CurrentQty>
      <ERPSchemecode>12</ERPSchemecode>
      <ExpiryDate>sample string 9</ExpiryDate>
      <InvoiceRate>1</InvoiceRate>
      <MRP>1</MRP>
      <ManufactureDate>sample string 8</ManufactureDate>
      <PID>sample string 3</PID>
      <ProductId>2</ProductId>
      <ProductName>sample string 6</ProductName>
      <ProductType>11</ProductType>
      <Rate>1</Rate>
      <SalesChannel>sample string 13</SalesChannel>
      <SrNo>1</SrNo>
      <Type>10</Type>
      <UnitId>5</UnitId>
      <UnitName>sample string 7</UnitName>
    </StockEntryProductDetail>
  </Products>
  <ProductsJson>sample string 28</ProductsJson>
  <Rate>25</Rate>
  <RequestType>17</RequestType>
  <RoleId>31</RoleId>
  <SortColumn>sample string 15</SortColumn>
  <SortOrder>sample string 16</SortOrder>
  <SrNo>32</SrNo>
  <StockAdjId>2</StockAdjId>
  <StockAdjustmentId>sample string 3</StockAdjustmentId>
  <StockAdjustmentReasonsId>6</StockAdjustmentReasonsId>
  <VendorId>9</VendorId>
  <VendorLocationId>11</VendorLocationId>
  <VendorLocationName>sample string 12</VendorLocationName>
  <VendorName>sample string 10</VendorName>
  <ddType>sample string 33</ddType>
  <tmpBatchNo>sample string 34</tmpBatchNo>
</StockAdjustmentEntryModel>

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.