POST api/CenterAudit/GetAssignedAuditList
Request Information
URI Parameters
None.
Body Parameters
CenterAuditInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| AcademicYearId | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageNo | integer |
None. |
|
| SearchText | string |
None. |
|
| AudCalId | integer |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| IsActive | boolean |
None. |
|
| Status | character |
None. |
|
| CreatedBy | string |
None. |
|
| Xml | string |
None. |
|
| CancelRemarks | string |
None. |
|
| Search | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"AcademicYearId": 2,
"PageSize": 3,
"PageNo": 4,
"SearchText": "sample string 5",
"AudCalId": 6,
"FromDate": "sample string 7",
"ToDate": "sample string 8",
"IsActive": true,
"Status": "A",
"CreatedBy": "sample string 11",
"Xml": "sample string 12",
"CancelRemarks": "sample string 13",
"Search": "sample string 14"
}
application/xml, text/xml
Sample:
<CenterAuditInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ekidzeeAndroid.Repositories"> <AcademicYearId>2</AcademicYearId> <AudCalId>6</AudCalId> <CancelRemarks>sample string 13</CancelRemarks> <CreatedBy>sample string 11</CreatedBy> <FromDate>sample string 7</FromDate> <IsActive>true</IsActive> <PageNo>4</PageNo> <PageSize>3</PageSize> <Search>sample string 14</Search> <SearchText>sample string 5</SearchText> <Status>65</Status> <ToDate>sample string 8</ToDate> <UserId>1</UserId> <Xml>sample string 12</Xml> </CenterAuditInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IResponseModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseMessage | string |
None. |
|
| ResponseCode | integer |
None. |
|
| ResponseData | Object |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.