POST api/InfoBizSub/AdminUpdateSubItemOrder
后台 - 更新商家项目顺序
Request Information
URI Parameters
None.
Body Parameters
InfoBizSubItemOrderUpdateDtoName | Description | Type | Additional information |
---|---|---|---|
ItemId |
预约项目标识 |
integer |
None. |
BizId |
预约商家标识 |
integer |
None. |
Move |
移动类型 |
MoveType |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<InfoBizSubItemOrderUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.InfoBizSub.Service.Dto"> <BizId>2</BizId> <ItemId>1</ItemId> <Move>Up</Move> </InfoBizSubItemOrderUpdateDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
后台 - 更新商家项目顺序
ObjectNone.
Response Formats
application/json
Sample:
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/" />