POST Notify/UseWYInventory

请求参数

URI 参数

无。

Body 参数

UseWYInventoryRP
名称描述类型附加信息
itemList

UseWYInventoryItemInfo 集合

无。

stockID

string

无。

planID

string

无。

orderNo

string

无。

请求格式

application/json, text/json

示例:
{
  "itemList": [
    {
      "itemCode": "sample string 1",
      "Qty": 2.0
    },
    {
      "itemCode": "sample string 1",
      "Qty": 2.0
    }
  ],
  "stockID": "sample string 1",
  "planID": "sample string 2",
  "orderNo": "sample string 3"
}

application/xml, text/xml

示例:
<UseWYInventoryRP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module">
  <itemList>
    <UseWYInventoryItemInfo>
      <Qty>2</Qty>
      <itemCode>sample string 1</itemCode>
    </UseWYInventoryItemInfo>
    <UseWYInventoryItemInfo>
      <Qty>2</Qty>
      <itemCode>sample string 1</itemCode>
    </UseWYInventoryItemInfo>
  </itemList>
  <orderNo>sample string 3</orderNo>
  <planID>sample string 2</planID>
  <stockID>sample string 1</stockID>
</UseWYInventoryRP>

application/x-www-form-urlencoded

示例:

Sample not available.

Response 信息

资源描述

HttpResponseMessage
名称描述类型附加信息
Version

Version

无。

Content

HttpContent

无。

StatusCode

HttpStatusCode

无。

ReasonPhrase

string

无。

Headers

Object 集合

无。

RequestMessage

HttpRequestMessage

无。

IsSuccessStatusCode

boolean

无。