POST api/Master/AddBookDetailsNew
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "RowNumber": 1, "BookID": 1, "BookTitle": "sample string 2", "BookSeriesID": 1, "SeriesName": "sample string 3", "SubjectID": 1, "SubjectName": "sample string 4", "ClassID": 1, "ClassName": "sample string 5", "BookTypeID": 1, "BookTypeName": "sample string 6", "AuthorID": 1, "AuthorName": "sample string 7", "ISBN": 1, "Price": 1.0, "AffectDate": "2025-06-16T19:56:44.4138114+05:30", "Version": 1, "CD": true, "Weight": 10.0, "LegacyCode": 1, "Description": "sample string 11", "CreatedOn": "2025-06-16T19:56:44.4138114+05:30", "CreatedBy": 1, "UpdatedOn": "2025-06-16T19:56:44.4138114+05:30", "UpdatedBy": 1, "ActiveStatus": true, "TotalCount": 1, "BookType": true }
application/xml, text/xml
Sample:
<BookInfoDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models"> <ActiveStatus>true</ActiveStatus> <AffectDate>2025-06-16T19:56:44.4138114+05:30</AffectDate> <AuthorID>1</AuthorID> <AuthorName>sample string 7</AuthorName> <BookID>1</BookID> <BookSeriesID>1</BookSeriesID> <BookTitle>sample string 2</BookTitle> <BookType>true</BookType> <BookTypeID>1</BookTypeID> <BookTypeName>sample string 6</BookTypeName> <CD>true</CD> <ClassID>1</ClassID> <ClassName>sample string 5</ClassName> <CreatedBy>1</CreatedBy> <CreatedOn>2025-06-16T19:56:44.4138114+05:30</CreatedOn> <Description>sample string 11</Description> <ISBN>1</ISBN> <LegacyCode>1</LegacyCode> <Price>1</Price> <RowNumber>1</RowNumber> <SeriesName>sample string 3</SeriesName> <SubjectID>1</SubjectID> <SubjectName>sample string 4</SubjectName> <TotalCount>1</TotalCount> <UpdatedBy>1</UpdatedBy> <UpdatedOn>2025-06-16T19:56:44.4138114+05:30</UpdatedOn> <Version>1</Version> <Weight>10</Weight> </BookInfoDataModel>
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.