POST api/SigningRoomManager/SigningRooms/{participantId}/UpdateParticipantSortOrder/{sortOrder}

Update the participants sort order.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
participantId

The participant identifier.

integer

Required

sortOrder

The sort order.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The result of the operation.

System.Web.Http.IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.