POST Api/transcript/GetTranscriptAuditLog
Request Information
URI Parameters
None.
Body Parameters
transcript| Name | Description | Type | Additional information |
|---|---|---|---|
| batchId | string |
None. |
|
| courseId | string |
None. |
|
| enrollmentNo | string |
None. |
|
| isFinalPrint | string |
None. |
|
| studentId | integer |
None. |
|
| transcriptJson | string |
None. |
|
| JsonData | string |
None. |
|
| opCode | integer |
None. |
|
| isException | boolean |
None. |
|
| exceptionMessage | string |
None. |
|
| DS | DataSet |
None. |
|
| id | string |
None. |
|
| strId | string |
None. |
|
| userId | integer |
None. |
|
| status | integer |
None. |
|
| message | string |
None. |
|
| PageSize | string |
None. |
|
| PageIndex | string |
None. |
|
| responseValue | DataSet |
None. |
Request Formats
application/json, text/json
Sample:
{
"batchId": "sample string 1",
"courseId": "sample string 2",
"enrollmentNo": "sample string 3",
"isFinalPrint": "sample string 4",
"studentId": 1,
"transcriptJson": "sample string 5",
"jsonData": "sample string 6",
"opCode": 7,
"isException": true,
"exceptionMessage": "sample string 9",
"ds": null,
"id": "sample string 10",
"strId": "sample string 11",
"userId": 12,
"status": 13,
"message": "sample string 14",
"pageSize": "sample string 15",
"pageIndex": "sample string 16",
"responseValue": {}
}
application/xml, text/xml
Sample:
<transcript xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMSWebAPI.Models">
<DS i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/DLLUtility" />
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 16</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 15</PageSize>
<exceptionMessage xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 9</exceptionMessage>
<id xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 10</id>
<isException xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">true</isException>
<message xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 14</message>
<opCode xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">7</opCode>
<responseValue xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">
<xs:schema id="sample_x0020_string_x0020_3" targetNamespace="sample string 4" xmlns:mstns="sample string 4" xmlns="sample string 4" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:element name="sample_x0020_string_x0020_3" msdata:IsDataSet="true" msdata:CaseSensitive="true" msdata:UseCurrentLocale="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded" />
</xs:complexType>
</xs:element>
</xs:schema>
<diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1" />
</responseValue>
<status xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">13</status>
<strId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 11</strId>
<userId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">12</userId>
<JsonData>sample string 6</JsonData>
<batchId>sample string 1</batchId>
<courseId>sample string 2</courseId>
<enrollmentNo>sample string 3</enrollmentNo>
<isFinalPrint>sample string 4</isFinalPrint>
<studentId>1</studentId>
<transcriptJson>sample string 5</transcriptJson>
</transcript>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |