POST api/WMS/VendorReceive

Request Information

URI Parameters

None.

Body Parameters

DashboardModel
NameDescriptionTypeAdditional information
CompanyId

integer

None.

WarehouseId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyId": 1,
  "WarehouseId": 2
}

application/xml, text/xml

Sample:
<DashboardModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AUTOID_API.Models">
  <CompanyId>1</CompanyId>
  <WarehouseId>2</WarehouseId>
</DashboardModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DashboardModel'.

Response Information

Resource Description

Collection of sp_Dashboard_VendorReceive_Result
NameDescriptionTypeAdditional information
WarehouseId

integer

None.

VendorCode

string

None.

PONumber

string

None.

DSNo

string

None.

PartNo

string

None.

PartName

string

None.

MatCode

string

None.

MatName

string

None.

Qty

decimal number

None.

ReceivedQty

decimal number

None.

ERPReceiveQty

decimal number

None.

NGQty

decimal number

None.

DiffQty

decimal number

None.

StatusCode

string

None.

ShipTime

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "WarehouseId": 1,
    "VendorCode": "sample string 1",
    "PONumber": "sample string 2",
    "DSNo": "sample string 3",
    "PartNo": "sample string 4",
    "PartName": "sample string 5",
    "MatCode": "sample string 6",
    "MatName": "sample string 7",
    "Qty": 1.0,
    "ReceivedQty": 1.0,
    "ERPReceiveQty": 1.0,
    "NGQty": 1.0,
    "DiffQty": 1.0,
    "StatusCode": "sample string 8",
    "ShipTime": "sample string 9"
  },
  {
    "WarehouseId": 1,
    "VendorCode": "sample string 1",
    "PONumber": "sample string 2",
    "DSNo": "sample string 3",
    "PartNo": "sample string 4",
    "PartName": "sample string 5",
    "MatCode": "sample string 6",
    "MatName": "sample string 7",
    "Qty": 1.0,
    "ReceivedQty": 1.0,
    "ERPReceiveQty": 1.0,
    "NGQty": 1.0,
    "DiffQty": 1.0,
    "StatusCode": "sample string 8",
    "ShipTime": "sample string 9"
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_Dashboard_VendorReceive_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AUTOID_API">
  <sp_Dashboard_VendorReceive_Result>
    <DSNo>sample string 3</DSNo>
    <DiffQty>1</DiffQty>
    <ERPReceiveQty>1</ERPReceiveQty>
    <MatCode>sample string 6</MatCode>
    <MatName>sample string 7</MatName>
    <NGQty>1</NGQty>
    <PONumber>sample string 2</PONumber>
    <PartName>sample string 5</PartName>
    <PartNo>sample string 4</PartNo>
    <Qty>1</Qty>
    <ReceivedQty>1</ReceivedQty>
    <ShipTime>sample string 9</ShipTime>
    <StatusCode>sample string 8</StatusCode>
    <VendorCode>sample string 1</VendorCode>
    <WarehouseId>1</WarehouseId>
  </sp_Dashboard_VendorReceive_Result>
  <sp_Dashboard_VendorReceive_Result>
    <DSNo>sample string 3</DSNo>
    <DiffQty>1</DiffQty>
    <ERPReceiveQty>1</ERPReceiveQty>
    <MatCode>sample string 6</MatCode>
    <MatName>sample string 7</MatName>
    <NGQty>1</NGQty>
    <PONumber>sample string 2</PONumber>
    <PartName>sample string 5</PartName>
    <PartNo>sample string 4</PartNo>
    <Qty>1</Qty>
    <ReceivedQty>1</ReceivedQty>
    <ShipTime>sample string 9</ShipTime>
    <StatusCode>sample string 8</StatusCode>
    <VendorCode>sample string 1</VendorCode>
    <WarehouseId>1</WarehouseId>
  </sp_Dashboard_VendorReceive_Result>
</ArrayOfsp_Dashboard_VendorReceive_Result>