POST api/SigningRoomManager/SigningRooms/{documentId}/updateNewSortOrder/{newSortOrder}

Update the documents sort order.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.