GET api/Order/GetSectionOrderProStockList?billNo={billNo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
billNo

string

Required

Body Parameters

None.

Response Information

Resource Description

MessageModelOfListOfGetSectionOrderProStockListViewModel
NameDescriptionTypeAdditional information
Status

integer

None.

Success

boolean

None.

Msg

string

None.

Response

Collection of GetSectionOrderProStockListViewModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 200,
  "Success": true,
  "Msg": "sample string 3",
  "Response": [
    {
      "AllInventory": 1,
      "ProType": 1,
      "ProSpecID": 1,
      "ProSpecName": "sample string 1",
      "DetailsList": [
        {
          "FInventory": 1,
          "FType": 1,
          "FSpecID": 1,
          "FSpecName": "sample string 1",
          "FBottleType": 1,
          "FGasOrLiquidID": 1,
          "FGasOrLiquidName": "sample string 2",
          "FBottleTypeName": "sample string 3"
        },
        {
          "FInventory": 1,
          "FType": 1,
          "FSpecID": 1,
          "FSpecName": "sample string 1",
          "FBottleType": 1,
          "FGasOrLiquidID": 1,
          "FGasOrLiquidName": "sample string 2",
          "FBottleTypeName": "sample string 3"
        }
      ]
    },
    {
      "AllInventory": 1,
      "ProType": 1,
      "ProSpecID": 1,
      "ProSpecName": "sample string 1",
      "DetailsList": [
        {
          "FInventory": 1,
          "FType": 1,
          "FSpecID": 1,
          "FSpecName": "sample string 1",
          "FBottleType": 1,
          "FGasOrLiquidID": 1,
          "FGasOrLiquidName": "sample string 2",
          "FBottleTypeName": "sample string 3"
        },
        {
          "FInventory": 1,
          "FType": 1,
          "FSpecID": 1,
          "FSpecName": "sample string 1",
          "FBottleType": 1,
          "FGasOrLiquidID": 1,
          "FGasOrLiquidName": "sample string 2",
          "FBottleTypeName": "sample string 3"
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<MessageModelOfArrayOfGetSectionOrderProStockListViewModelKI6_SDWR9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity">
  <Msg>sample string 3</Msg>
  <Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/DY.Entity.ViewModel">
    <d2p1:GetSectionOrderProStockListViewModel>
      <d2p1:AllInventory>1</d2p1:AllInventory>
      <d2p1:DetailsList>
        <d2p1:GetSectionOrderProStockDetailsListViewModel>
          <d2p1:FBottleType>1</d2p1:FBottleType>
          <d2p1:FBottleTypeName>sample string 3</d2p1:FBottleTypeName>
          <d2p1:FGasOrLiquidID>1</d2p1:FGasOrLiquidID>
          <d2p1:FGasOrLiquidName>sample string 2</d2p1:FGasOrLiquidName>
          <d2p1:FInventory>1</d2p1:FInventory>
          <d2p1:FSpecID>1</d2p1:FSpecID>
          <d2p1:FSpecName>sample string 1</d2p1:FSpecName>
          <d2p1:FType>1</d2p1:FType>
        </d2p1:GetSectionOrderProStockDetailsListViewModel>
        <d2p1:GetSectionOrderProStockDetailsListViewModel>
          <d2p1:FBottleType>1</d2p1:FBottleType>
          <d2p1:FBottleTypeName>sample string 3</d2p1:FBottleTypeName>
          <d2p1:FGasOrLiquidID>1</d2p1:FGasOrLiquidID>
          <d2p1:FGasOrLiquidName>sample string 2</d2p1:FGasOrLiquidName>
          <d2p1:FInventory>1</d2p1:FInventory>
          <d2p1:FSpecID>1</d2p1:FSpecID>
          <d2p1:FSpecName>sample string 1</d2p1:FSpecName>
          <d2p1:FType>1</d2p1:FType>
        </d2p1:GetSectionOrderProStockDetailsListViewModel>
      </d2p1:DetailsList>
      <d2p1:ProSpecID>1</d2p1:ProSpecID>
      <d2p1:ProSpecName>sample string 1</d2p1:ProSpecName>
      <d2p1:ProType>1</d2p1:ProType>
    </d2p1:GetSectionOrderProStockListViewModel>
    <d2p1:GetSectionOrderProStockListViewModel>
      <d2p1:AllInventory>1</d2p1:AllInventory>
      <d2p1:DetailsList>
        <d2p1:GetSectionOrderProStockDetailsListViewModel>
          <d2p1:FBottleType>1</d2p1:FBottleType>
          <d2p1:FBottleTypeName>sample string 3</d2p1:FBottleTypeName>
          <d2p1:FGasOrLiquidID>1</d2p1:FGasOrLiquidID>
          <d2p1:FGasOrLiquidName>sample string 2</d2p1:FGasOrLiquidName>
          <d2p1:FInventory>1</d2p1:FInventory>
          <d2p1:FSpecID>1</d2p1:FSpecID>
          <d2p1:FSpecName>sample string 1</d2p1:FSpecName>
          <d2p1:FType>1</d2p1:FType>
        </d2p1:GetSectionOrderProStockDetailsListViewModel>
        <d2p1:GetSectionOrderProStockDetailsListViewModel>
          <d2p1:FBottleType>1</d2p1:FBottleType>
          <d2p1:FBottleTypeName>sample string 3</d2p1:FBottleTypeName>
          <d2p1:FGasOrLiquidID>1</d2p1:FGasOrLiquidID>
          <d2p1:FGasOrLiquidName>sample string 2</d2p1:FGasOrLiquidName>
          <d2p1:FInventory>1</d2p1:FInventory>
          <d2p1:FSpecID>1</d2p1:FSpecID>
          <d2p1:FSpecName>sample string 1</d2p1:FSpecName>
          <d2p1:FType>1</d2p1:FType>
        </d2p1:GetSectionOrderProStockDetailsListViewModel>
      </d2p1:DetailsList>
      <d2p1:ProSpecID>1</d2p1:ProSpecID>
      <d2p1:ProSpecName>sample string 1</d2p1:ProSpecName>
      <d2p1:ProType>1</d2p1:ProType>
    </d2p1:GetSectionOrderProStockListViewModel>
  </Response>
  <Status>200</Status>
  <Success>true</Success>
</MessageModelOfArrayOfGetSectionOrderProStockListViewModelKI6_SDWR9>