POST api/training/sort

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "7475889e-9c8a-4545-869d-8695d6c3c416",
  "d9c17482-314f-4e63-9377-64126bde0cce"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>7475889e-9c8a-4545-869d-8695d6c3c416</guid>
  <guid>d9c17482-314f-4e63-9377-64126bde0cce</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.