POST api/DSR/BookSamplingHistory

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:
{
  "UserID": 1,
  "PageIndex": 2,
  "PageSize": 3,
  "FromDate": "2025-06-16T19:39:07.6675692+05:30",
  "ToDate": "2025-06-16T19:39:07.6675692+05:30",
  "Year": 4,
  "Month": 5,
  "InventoryTypeID": 6,
  "BookID": 7,
  "ClientTypeID": 8,
  "ClientID": 9,
  "ClientType": 10,
  "RoleID": 11,
  "OwnerID": 12,
  "GodownID": 13,
  "IsAdmin": true,
  "booklist": "sample string 15"
}

application/xml, text/xml

Sample:
<ReportingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models">
  <BookID>7</BookID>
  <ClientID>9</ClientID>
  <ClientType>10</ClientType>
  <ClientTypeID>8</ClientTypeID>
  <FromDate>2025-06-16T19:39:07.6675692+05:30</FromDate>
  <GodownID>13</GodownID>
  <InventoryTypeID>6</InventoryTypeID>
  <IsAdmin>true</IsAdmin>
  <Month>5</Month>
  <OwnerID>12</OwnerID>
  <PageIndex>2</PageIndex>
  <PageSize>3</PageSize>
  <RoleID>11</RoleID>
  <ToDate>2025-06-16T19:39:07.6675692+05:30</ToDate>
  <UserID>1</UserID>
  <Year>4</Year>
  <booklist>sample string 15</booklist>
</ReportingModel>

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.