POST api/UserOrderManage/VerifyInventory?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}

JMLMP H5 订单列表 待审核 列表选择订单 点击审核按钮

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DomainId

域Id

globally unique identifier

None.

AccountId

账户Id

globally unique identifier

None.

PersonId

人员Id

globally unique identifier

None.

Body Parameters

VerifyInventoryVM
NameDescriptionTypeAdditional information
MS92TID

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "MS92TID": [
    "6d09f076-ae16-4728-aa51-2c56e6a89d01",
    "df8f64be-bff4-45d9-b396-1fd79b590bc8"
  ]
}

application/xml, text/xml

Sample:
<VerifyInventoryVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.App.WebAPI.Areas.OrderAssigned.ViewModel">
  <MS92TID xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>6d09f076-ae16-4728-aa51-2c56e6a89d01</d2p1:guid>
    <d2p1:guid>df8f64be-bff4-45d9-b396-1fd79b590bc8</d2p1:guid>
  </MS92TID>
</VerifyInventoryVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />