POST api/UserOrderManage/VerifyInventory?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}
JMLMP H5 订单列表 待审核 列表选择订单 点击审核按钮
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DomainId |
域Id |
globally unique identifier |
None. |
| AccountId |
账户Id |
globally unique identifier |
None. |
| PersonId |
人员Id |
globally unique identifier |
None. |
Body Parameters
VerifyInventoryVM| Name | Description | Type | Additional information |
|---|---|---|---|
| MS92TID | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"MS92TID": [
"2ea6aeb4-df5b-4200-9aba-074cbf7a172b",
"2087ab4e-283c-4649-a245-1711103141fd"
]
}
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>2ea6aeb4-df5b-4200-9aba-074cbf7a172b</d2p1:guid>
<d2p1:guid>2087ab4e-283c-4649-a245-1711103141fd</d2p1:guid>
</MS92TID>
</VerifyInventoryVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
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/" />