POST api/Master/GetBookList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
requset
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "filter": {
    "PageIndex": 1,
    "PageSize": 2,
    "ClassID": 3,
    "SubjectID": 4,
    "BookTitle": "sample string 5",
    "SeriesName": "sample string 6",
    "Version": 7,
    "AffectFromDate": "2025-06-16T19:54:00.75336+05:30",
    "AffectToDate": "2025-06-16T19:54:00.75336+05:30"
  },
  "paging": {
    "PageIndex": 1,
    "PageSize": 2,
    "Sort": {
      "SortBy": "sample string 1",
      "SortDirection": 0
    }
  }
}

application/xml, text/xml

Sample:
<MasterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models">
  <filter>
    <AffectFromDate>2025-06-16T19:54:00.75336+05:30</AffectFromDate>
    <AffectToDate>2025-06-16T19:54:00.75336+05:30</AffectToDate>
    <BookTitle>sample string 5</BookTitle>
    <ClassID>3</ClassID>
    <PageIndex>1</PageIndex>
    <PageSize>2</PageSize>
    <SeriesName>sample string 6</SeriesName>
    <SubjectID>4</SubjectID>
    <Version>7</Version>
  </filter>
  <paging>
    <PageIndex>1</PageIndex>
    <PageSize>2</PageSize>
    <Sort>
      <SortBy>sample string 1</SortBy>
      <SortDirection>Asc</SortDirection>
    </Sort>
  </paging>
</MasterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.