POST Admin/MergeStudentRecs

Request Information

URI Parameters

None.

Body Parameters

MergelogsModel
NameDescriptionTypeAdditional information
sourceStudentIds

string

None.

destinationStudentId

string

None.

PgNumber

string

None.

PgLimit

string

None.

OrderList

string

None.

Request Formats

application/json, text/json

Sample:
{
  "sourceStudentIds": "sample string 1",
  "destinationStudentId": "sample string 2",
  "PgNumber": "sample string 3",
  "PgLimit": "sample string 4",
  "OrderList": "sample string 5"
}

application/xml, text/xml

Sample:
<MergelogsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HLSClientPortal.Models">
  <OrderList>sample string 5</OrderList>
  <PgLimit>sample string 4</PgLimit>
  <PgNumber>sample string 3</PgNumber>
  <destinationStudentId>sample string 2</destinationStudentId>
  <sourceStudentIds>sample string 1</sourceStudentIds>
</MergelogsModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MergelogsModel'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, 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/" />