POST api/Master/GetAllBookList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PageIndex": 1,
  "PageSize": 2,
  "ClassID": 3,
  "SubjectID": 4,
  "BookTitle": "sample string 5",
  "SeriesName": "sample string 6",
  "Version": 7,
  "AffectFromDate": "2025-06-16T19:58:52.5197767+05:30",
  "AffectToDate": "2025-06-16T19:58:52.5197767+05:30"
}

application/xml, text/xml

Sample:
<MasterFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models">
  <AffectFromDate>2025-06-16T19:58:52.5197767+05:30</AffectFromDate>
  <AffectToDate>2025-06-16T19:58:52.5197767+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>
</MasterFilter>

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.