GET api/Orders/GetGRNByDate?AppId={AppId}&AppKey={AppKey}&GRNDate={GRNDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
AppId | string |
Default value is |
|
AppKey | string |
Default value is |
|
GRNDate | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
StandardResponseClassOfGRNListMasterModelName | Description | Type | Additional information |
---|---|---|---|
code | string |
None. |
|
msg | string |
None. |
|
data | Collection of GRNListMasterModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": "sample string 1", "msg": "sample string 2", "data": [ { "Id": 1, "GRNNo": 2, "GRNDate": "sample string 3", "ShopId": "sample string 4", "ShopCode": "sample string 5", "Supplier": "sample string 6", "PONumber": 7, "data": [ { "ProductCode": "sample string 1", "PurchaseQty": 2.1, "PurchasePrice": 3.1 }, { "ProductCode": "sample string 1", "PurchaseQty": 2.1, "PurchasePrice": 3.1 } ] }, { "Id": 1, "GRNNo": 2, "GRNDate": "sample string 3", "ShopId": "sample string 4", "ShopCode": "sample string 5", "Supplier": "sample string 6", "PONumber": 7, "data": [ { "ProductCode": "sample string 1", "PurchaseQty": 2.1, "PurchasePrice": 3.1 }, { "ProductCode": "sample string 1", "PurchaseQty": 2.1, "PurchasePrice": 3.1 } ] } ] }
text/xml
Sample:
<StandardResponseClassOfGRNListMasterModelm2ATiXWe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EConnect.Models"> <code>sample string 1</code> <data> <GRNListMasterModel> <GRNDate>sample string 3</GRNDate> <GRNNo>2</GRNNo> <Id>1</Id> <PONumber>7</PONumber> <ShopCode>sample string 5</ShopCode> <ShopId>sample string 4</ShopId> <Supplier>sample string 6</Supplier> <data> <GRNListDetailModel> <ProductCode>sample string 1</ProductCode> <PurchasePrice>3.1</PurchasePrice> <PurchaseQty>2.1</PurchaseQty> </GRNListDetailModel> <GRNListDetailModel> <ProductCode>sample string 1</ProductCode> <PurchasePrice>3.1</PurchasePrice> <PurchaseQty>2.1</PurchaseQty> </GRNListDetailModel> </data> </GRNListMasterModel> <GRNListMasterModel> <GRNDate>sample string 3</GRNDate> <GRNNo>2</GRNNo> <Id>1</Id> <PONumber>7</PONumber> <ShopCode>sample string 5</ShopCode> <ShopId>sample string 4</ShopId> <Supplier>sample string 6</Supplier> <data> <GRNListDetailModel> <ProductCode>sample string 1</ProductCode> <PurchasePrice>3.1</PurchasePrice> <PurchaseQty>2.1</PurchaseQty> </GRNListDetailModel> <GRNListDetailModel> <ProductCode>sample string 1</ProductCode> <PurchasePrice>3.1</PurchasePrice> <PurchaseQty>2.1</PurchaseQty> </GRNListDetailModel> </data> </GRNListMasterModel> </data> <msg>sample string 2</msg> </StandardResponseClassOfGRNListMasterModelm2ATiXWe>