POST api/BookMasters/AddAddressBookMaster

Request Information

URI Parameters

None.

Body Parameters

AddressBookAPIRequest
NameDescriptionTypeAdditional information
FileName

string

None.

booklist

Collection of AddressMaster

None.

Request Formats

application/json, text/json

Sample:
{
  "FileName": "sample string 1",
  "booklist": [
    {
      "Id": 1,
      "Address": "sample string 2",
      "PublisherName": "sample string 3",
      "ContactName": "sample string 4",
      "Email": "sample string 5",
      "Contact1": "sample string 6",
      "Contact2": "sample string 7",
      "Note": "sample string 8",
      "IsActive": true,
      "DeletedOn": "2026-01-09T21:48:51.6521698+05:30",
      "UpdatedOn": "2026-01-09T21:48:51.6521698+05:30",
      "CreatedOn": "2026-01-09T21:48:51.6521698+05:30",
      "CreatedBy": 1
    },
    {
      "Id": 1,
      "Address": "sample string 2",
      "PublisherName": "sample string 3",
      "ContactName": "sample string 4",
      "Email": "sample string 5",
      "Contact1": "sample string 6",
      "Contact2": "sample string 7",
      "Note": "sample string 8",
      "IsActive": true,
      "DeletedOn": "2026-01-09T21:48:51.6521698+05:30",
      "UpdatedOn": "2026-01-09T21:48:51.6521698+05:30",
      "CreatedOn": "2026-01-09T21:48:51.6521698+05:30",
      "CreatedBy": 1
    }
  ]
}

application/xml, text/xml

Sample:
<AddressBookAPIRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tapovan.Entity">
  <FileName>sample string 1</FileName>
  <booklist xmlns:d2p1="http://schemas.datacontract.org/2004/07/Tapovan.Models">
    <d2p1:AddressMaster>
      <d2p1:Address>sample string 2</d2p1:Address>
      <d2p1:Contact1>sample string 6</d2p1:Contact1>
      <d2p1:Contact2>sample string 7</d2p1:Contact2>
      <d2p1:ContactName>sample string 4</d2p1:ContactName>
      <d2p1:CreatedBy>1</d2p1:CreatedBy>
      <d2p1:CreatedOn>2026-01-09T21:48:51.6521698+05:30</d2p1:CreatedOn>
      <d2p1:DeletedOn>2026-01-09T21:48:51.6521698+05:30</d2p1:DeletedOn>
      <d2p1:Email>sample string 5</d2p1:Email>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsActive>true</d2p1:IsActive>
      <d2p1:Note>sample string 8</d2p1:Note>
      <d2p1:PublisherName>sample string 3</d2p1:PublisherName>
      <d2p1:UpdatedOn>2026-01-09T21:48:51.6521698+05:30</d2p1:UpdatedOn>
    </d2p1:AddressMaster>
    <d2p1:AddressMaster>
      <d2p1:Address>sample string 2</d2p1:Address>
      <d2p1:Contact1>sample string 6</d2p1:Contact1>
      <d2p1:Contact2>sample string 7</d2p1:Contact2>
      <d2p1:ContactName>sample string 4</d2p1:ContactName>
      <d2p1:CreatedBy>1</d2p1:CreatedBy>
      <d2p1:CreatedOn>2026-01-09T21:48:51.6521698+05:30</d2p1:CreatedOn>
      <d2p1:DeletedOn>2026-01-09T21:48:51.6521698+05:30</d2p1:DeletedOn>
      <d2p1:Email>sample string 5</d2p1:Email>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsActive>true</d2p1:IsActive>
      <d2p1:Note>sample string 8</d2p1:Note>
      <d2p1:PublisherName>sample string 3</d2p1:PublisherName>
      <d2p1:UpdatedOn>2026-01-09T21:48:51.6521698+05:30</d2p1:UpdatedOn>
    </d2p1:AddressMaster>
  </booklist>
</AddressBookAPIRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseBookAPI
NameDescriptionTypeAdditional 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:48:51.6675128+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:48:51.6675128+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:48:51.6675128+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:48:51.6675128+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:48:51.6675128+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:48:51.6675128+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:48:51.6675128+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:48:51.6675128+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>