POST api/SigningRoomManager/SigningRooms/{documentId}/updateNewSortOrder/{newSortOrder}
Update the documents sort order.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| documentId |
The document id. |
integer |
Required |
| newSortOrder |
The sort order. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The result.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.