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
VerifyInventoryVMName | Description | Type | Additional information |
---|---|---|---|
MS92TID | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "MS92TID": [ "70bfffd7-0b55-4b35-982f-df808917f0f4", "790c00cb-9bb8-4b73-b3a7-9ce43b2aec6f" ] }
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>70bfffd7-0b55-4b35-982f-df808917f0f4</d2p1:guid> <d2p1:guid>790c00cb-9bb8-4b73-b3a7-9ce43b2aec6f</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/" />