POST api/BookMasters/BookReportV2
Request Information
URI Parameters
None.
Body Parameters
clsBookReportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| GyanbhandarAbad | boolean |
None. |
|
| GyanbhandarNavsari | boolean |
None. |
|
| Both | boolean |
None. |
|
| ReportWithGroupBy | boolean |
None. |
|
| byname | boolean |
None. |
|
| byauthor | boolean |
None. |
|
| byeditor | boolean |
None. |
|
| bykruti | boolean |
None. |
|
| bylanguage | boolean |
None. |
|
| byyear | boolean |
None. |
|
| bypublisher | boolean |
None. |
|
| bytopic | boolean |
None. |
|
| bynotes | boolean |
None. |
|
| bypage | boolean |
None. |
|
| strictsearch | string |
None. |
|
| freesearch | string |
None. |
|
| filtername | boolean |
None. |
|
| filterauthor | boolean |
None. |
|
| filtereditor | boolean |
None. |
|
| filterkruti | boolean |
None. |
|
| filternotes | boolean |
None. |
|
| filterpublisher | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"GyanbhandarAbad": true,
"GyanbhandarNavsari": true,
"Both": true,
"ReportWithGroupBy": true,
"byname": true,
"byauthor": true,
"byeditor": true,
"bykruti": true,
"bylanguage": true,
"byyear": true,
"bypublisher": true,
"bytopic": true,
"bynotes": true,
"bypage": true,
"strictsearch": "sample string 15",
"freesearch": "sample string 16",
"filtername": true,
"filterauthor": true,
"filtereditor": true,
"filterkruti": true,
"filternotes": true,
"filterpublisher": true
}
application/xml, text/xml
Sample:
<clsBookReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tapovan.Controllers"> <Both>true</Both> <GyanbhandarAbad>true</GyanbhandarAbad> <GyanbhandarNavsari>true</GyanbhandarNavsari> <ReportWithGroupBy>true</ReportWithGroupBy> <byauthor>true</byauthor> <byeditor>true</byeditor> <bykruti>true</bykruti> <bylanguage>true</bylanguage> <byname>true</byname> <bynotes>true</bynotes> <bypage>true</bypage> <bypublisher>true</bypublisher> <bytopic>true</bytopic> <byyear>true</byyear> <filterauthor>true</filterauthor> <filtereditor>true</filtereditor> <filterkruti>true</filterkruti> <filtername>true</filtername> <filternotes>true</filternotes> <filterpublisher>true</filterpublisher> <freesearch>sample string 16</freesearch> <strictsearch>sample string 15</strictsearch> </clsBookReportRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseBookAPI| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseCode | integer |
None. |
|
| ResponseMessage | string |
None. |
|
| booklist | Collection of clsBookMasterEntity |
None. |
|
| booklistEN | Collection of clsBookMasterEntity |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseCode": 1,
"ResponseMessage": "sample string 2",
"booklist": [
{
"id": 1,
"Kruti": "sample string 2",
"BookNumber": "sample string 3",
"Title": "sample string 4",
"Author": "sample string 5",
"Editor": "sample string 6",
"Language": "sample string 7",
"Pages": "sample string 8",
"Year": "sample string 9",
"Publisher": "sample string 10",
"Topic": "sample string 11",
"Notes": "sample string 12",
"GyanbhandarLocation": 1,
"Gyanbhandar": "sample string 13",
"CreatedOn": "2026-01-09T21:50:31.814691+05:30",
"CreatedBy": 1,
"IsActive": true,
"count": 14
},
{
"id": 1,
"Kruti": "sample string 2",
"BookNumber": "sample string 3",
"Title": "sample string 4",
"Author": "sample string 5",
"Editor": "sample string 6",
"Language": "sample string 7",
"Pages": "sample string 8",
"Year": "sample string 9",
"Publisher": "sample string 10",
"Topic": "sample string 11",
"Notes": "sample string 12",
"GyanbhandarLocation": 1,
"Gyanbhandar": "sample string 13",
"CreatedOn": "2026-01-09T21:50:31.814691+05:30",
"CreatedBy": 1,
"IsActive": true,
"count": 14
}
],
"booklistEN": [
{
"id": 1,
"Kruti": "sample string 2",
"BookNumber": "sample string 3",
"Title": "sample string 4",
"Author": "sample string 5",
"Editor": "sample string 6",
"Language": "sample string 7",
"Pages": "sample string 8",
"Year": "sample string 9",
"Publisher": "sample string 10",
"Topic": "sample string 11",
"Notes": "sample string 12",
"GyanbhandarLocation": 1,
"Gyanbhandar": "sample string 13",
"CreatedOn": "2026-01-09T21:50:31.814691+05:30",
"CreatedBy": 1,
"IsActive": true,
"count": 14
},
{
"id": 1,
"Kruti": "sample string 2",
"BookNumber": "sample string 3",
"Title": "sample string 4",
"Author": "sample string 5",
"Editor": "sample string 6",
"Language": "sample string 7",
"Pages": "sample string 8",
"Year": "sample string 9",
"Publisher": "sample string 10",
"Topic": "sample string 11",
"Notes": "sample string 12",
"GyanbhandarLocation": 1,
"Gyanbhandar": "sample string 13",
"CreatedOn": "2026-01-09T21:50:31.814691+05:30",
"CreatedBy": 1,
"IsActive": true,
"count": 14
}
]
}
application/xml, text/xml
Sample:
<ResponseBookAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tapovan.Entity">
<ResponseCode>1</ResponseCode>
<ResponseMessage>sample string 2</ResponseMessage>
<booklist>
<clsBookMasterEntity>
<Author>sample string 5</Author>
<BookNumber>sample string 3</BookNumber>
<CreatedBy>1</CreatedBy>
<CreatedOn>2026-01-09T21:50:31.814691+05:30</CreatedOn>
<Editor>sample string 6</Editor>
<Gyanbhandar>sample string 13</Gyanbhandar>
<GyanbhandarLocation>1</GyanbhandarLocation>
<IsActive>true</IsActive>
<Kruti>sample string 2</Kruti>
<Language>sample string 7</Language>
<Notes>sample string 12</Notes>
<Pages>sample string 8</Pages>
<Publisher>sample string 10</Publisher>
<Title>sample string 4</Title>
<Topic>sample string 11</Topic>
<Year>sample string 9</Year>
<count>14</count>
<id>1</id>
</clsBookMasterEntity>
<clsBookMasterEntity>
<Author>sample string 5</Author>
<BookNumber>sample string 3</BookNumber>
<CreatedBy>1</CreatedBy>
<CreatedOn>2026-01-09T21:50:31.814691+05:30</CreatedOn>
<Editor>sample string 6</Editor>
<Gyanbhandar>sample string 13</Gyanbhandar>
<GyanbhandarLocation>1</GyanbhandarLocation>
<IsActive>true</IsActive>
<Kruti>sample string 2</Kruti>
<Language>sample string 7</Language>
<Notes>sample string 12</Notes>
<Pages>sample string 8</Pages>
<Publisher>sample string 10</Publisher>
<Title>sample string 4</Title>
<Topic>sample string 11</Topic>
<Year>sample string 9</Year>
<count>14</count>
<id>1</id>
</clsBookMasterEntity>
</booklist>
<booklistEN>
<clsBookMasterEntity>
<Author>sample string 5</Author>
<BookNumber>sample string 3</BookNumber>
<CreatedBy>1</CreatedBy>
<CreatedOn>2026-01-09T21:50:31.814691+05:30</CreatedOn>
<Editor>sample string 6</Editor>
<Gyanbhandar>sample string 13</Gyanbhandar>
<GyanbhandarLocation>1</GyanbhandarLocation>
<IsActive>true</IsActive>
<Kruti>sample string 2</Kruti>
<Language>sample string 7</Language>
<Notes>sample string 12</Notes>
<Pages>sample string 8</Pages>
<Publisher>sample string 10</Publisher>
<Title>sample string 4</Title>
<Topic>sample string 11</Topic>
<Year>sample string 9</Year>
<count>14</count>
<id>1</id>
</clsBookMasterEntity>
<clsBookMasterEntity>
<Author>sample string 5</Author>
<BookNumber>sample string 3</BookNumber>
<CreatedBy>1</CreatedBy>
<CreatedOn>2026-01-09T21:50:31.814691+05:30</CreatedOn>
<Editor>sample string 6</Editor>
<Gyanbhandar>sample string 13</Gyanbhandar>
<GyanbhandarLocation>1</GyanbhandarLocation>
<IsActive>true</IsActive>
<Kruti>sample string 2</Kruti>
<Language>sample string 7</Language>
<Notes>sample string 12</Notes>
<Pages>sample string 8</Pages>
<Publisher>sample string 10</Publisher>
<Title>sample string 4</Title>
<Topic>sample string 11</Topic>
<Year>sample string 9</Year>
<count>14</count>
<id>1</id>
</clsBookMasterEntity>
</booklistEN>
</ResponseBookAPI>