POST api/StoreManagement/get_qqc_list
Request Information
URI Parameters
None.
Body Parameters
GinModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| TrPhChMaCode | integer |
None. |
|
| ScannedCode | string |
None. |
|
| SubSkuCode | integer |
None. |
|
| MRP | decimal number |
None. |
|
| StaffId | integer |
None. |
|
| Qty | decimal number |
None. |
|
| DamageQty | decimal number |
None. |
|
| InwardQty | decimal number |
None. |
|
| ExpiryDot | string |
None. |
|
| InvSlno | integer |
None. |
|
| StatusCode | integer |
None. |
|
| GinCode | integer |
None. |
|
| MasterCode | integer |
None. |
|
| pBarcode | string |
None. |
|
| SkuName | string |
None. |
|
| Details | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": 1,
"TrPhChMaCode": 2,
"ScannedCode": "sample string 3",
"SubSkuCode": 4,
"MRP": 5.0,
"StaffId": 6,
"Qty": 7.0,
"DamageQty": 8.0,
"InwardQty": 9.0,
"ExpiryDot": "sample string 10",
"InvSlno": 11,
"StatusCode": 12,
"GinCode": 13,
"MasterCode": 14,
"pBarcode": "sample string 15",
"SkuName": "sample string 16",
"Details": "sample string 17"
}
application/xml, text/xml
Sample:
<GinModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/v2SeApi.Models"> <Code>1</Code> <DamageQty>8</DamageQty> <Details>sample string 17</Details> <ExpiryDot>sample string 10</ExpiryDot> <GinCode>13</GinCode> <InvSlno>11</InvSlno> <InwardQty>9</InwardQty> <MRP>5</MRP> <MasterCode>14</MasterCode> <Qty>7</Qty> <ScannedCode>sample string 3</ScannedCode> <SkuName>sample string 16</SkuName> <StaffId>6</StaffId> <StatusCode>12</StatusCode> <SubSkuCode>4</SubSkuCode> <TrPhChMaCode>2</TrPhChMaCode> <pBarcode>sample string 15</pBarcode> </GinModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfListOfGinModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseCode | integer |
None. |
|
| Message | string |
None. |
|
| Data | Collection of GinModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseCode": 1,
"Message": "sample string 2",
"Data": [
{
"Code": 1,
"TrPhChMaCode": 2,
"ScannedCode": "sample string 3",
"SubSkuCode": 4,
"MRP": 5.0,
"StaffId": 6,
"Qty": 7.0,
"DamageQty": 8.0,
"InwardQty": 9.0,
"ExpiryDot": "sample string 10",
"InvSlno": 11,
"StatusCode": 12,
"GinCode": 13,
"MasterCode": 14,
"pBarcode": "sample string 15",
"SkuName": "sample string 16",
"Details": "sample string 17"
},
{
"Code": 1,
"TrPhChMaCode": 2,
"ScannedCode": "sample string 3",
"SubSkuCode": 4,
"MRP": 5.0,
"StaffId": 6,
"Qty": 7.0,
"DamageQty": 8.0,
"InwardQty": 9.0,
"ExpiryDot": "sample string 10",
"InvSlno": 11,
"StatusCode": 12,
"GinCode": 13,
"MasterCode": 14,
"pBarcode": "sample string 15",
"SkuName": "sample string 16",
"Details": "sample string 17"
}
]
}
application/xml, text/xml
Sample:
<ResultModelOfArrayOfGinModelC6pxiZC7 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/v2SeApi.Models">
<Data>
<GinModel>
<Code>1</Code>
<DamageQty>8</DamageQty>
<Details>sample string 17</Details>
<ExpiryDot>sample string 10</ExpiryDot>
<GinCode>13</GinCode>
<InvSlno>11</InvSlno>
<InwardQty>9</InwardQty>
<MRP>5</MRP>
<MasterCode>14</MasterCode>
<Qty>7</Qty>
<ScannedCode>sample string 3</ScannedCode>
<SkuName>sample string 16</SkuName>
<StaffId>6</StaffId>
<StatusCode>12</StatusCode>
<SubSkuCode>4</SubSkuCode>
<TrPhChMaCode>2</TrPhChMaCode>
<pBarcode>sample string 15</pBarcode>
</GinModel>
<GinModel>
<Code>1</Code>
<DamageQty>8</DamageQty>
<Details>sample string 17</Details>
<ExpiryDot>sample string 10</ExpiryDot>
<GinCode>13</GinCode>
<InvSlno>11</InvSlno>
<InwardQty>9</InwardQty>
<MRP>5</MRP>
<MasterCode>14</MasterCode>
<Qty>7</Qty>
<ScannedCode>sample string 3</ScannedCode>
<SkuName>sample string 16</SkuName>
<StaffId>6</StaffId>
<StatusCode>12</StatusCode>
<SubSkuCode>4</SubSkuCode>
<TrPhChMaCode>2</TrPhChMaCode>
<pBarcode>sample string 15</pBarcode>
</GinModel>
</Data>
<Message>sample string 2</Message>
<ResponseCode>1</ResponseCode>
</ResultModelOfArrayOfGinModelC6pxiZC7>