POST api/BookMaster/UpsertBook
Request Information
URI Parameters
None.
Body Parameters
BookMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| book_title | string |
None. |
|
| book_full_title | string |
None. |
|
| description | string |
None. |
|
| author_name | string |
None. |
|
| adition | string |
None. |
|
| cdnurl | string |
None. |
|
| created_date | date |
None. |
|
| created_by | integer |
None. |
|
| cat_id | integer |
None. |
|
| active | integer |
None. |
|
| is_deleted | integer |
None. |
|
| cat_name | string |
None. |
|
| thumbnail_cdnurl | string |
None. |
|
| publication_year | string |
None. |
|
| total_page | string |
None. |
|
| language | string |
None. |
|
| ISBN | string |
None. |
|
| ISBN13 | string |
None. |
|
| publisher | string |
None. |
|
| about_author | string |
None. |
|
| tag | string |
None. |
|
| type_category | string |
None. |
|
| subject_category | string |
None. |
|
| subject_cat_id | integer |
None. |
|
| type_cat_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"book_title": "sample string 2",
"book_full_title": "sample string 3",
"description": "sample string 4",
"author_name": "sample string 5",
"adition": "sample string 6",
"cdnurl": "sample string 7",
"created_date": "2025-12-22T16:12:47.2494894+05:30",
"created_by": 9,
"cat_id": 10,
"active": 11,
"is_deleted": 12,
"cat_name": "sample string 13",
"thumbnail_cdnurl": "sample string 14",
"publication_year": "sample string 15",
"total_page": "sample string 16",
"language": "sample string 17",
"ISBN": "sample string 18",
"ISBN13": "sample string 19",
"publisher": "sample string 20",
"about_author": "sample string 21",
"tag": "sample string 22",
"type_category": "sample string 23",
"subject_category": "sample string 24",
"subject_cat_id": 25,
"type_cat_id": 26
}
application/xml, text/xml
Sample:
<BookMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NxModel"> <ISBN>sample string 18</ISBN> <ISBN13>sample string 19</ISBN13> <about_author>sample string 21</about_author> <active>11</active> <adition>sample string 6</adition> <author_name>sample string 5</author_name> <book_full_title>sample string 3</book_full_title> <book_title>sample string 2</book_title> <cat_id>10</cat_id> <cat_name>sample string 13</cat_name> <cdnurl>sample string 7</cdnurl> <created_by>9</created_by> <created_date>2025-12-22T16:12:47.2494894+05:30</created_date> <description>sample string 4</description> <id>1</id> <is_deleted>12</is_deleted> <language>sample string 17</language> <publication_year>sample string 15</publication_year> <publisher>sample string 20</publisher> <subject_cat_id>25</subject_cat_id> <subject_category>sample string 24</subject_category> <tag>sample string 22</tag> <thumbnail_cdnurl>sample string 14</thumbnail_cdnurl> <total_page>sample string 16</total_page> <type_cat_id>26</type_cat_id> <type_category>sample string 23</type_category> </BookMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />