POST api/Mobile/GetVersionInfo

Request Information

Parameters

NameDescriptionAdditional information
Model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "BookID": 1,
  "BookTitle": "sample string 2",
  "BookSeriesID": 1,
  "SeriesName": "sample string 3",
  "SubjectID": 1,
  "SubjectName": "sample string 4",
  "ClassID": 1,
  "ClassName": "sample string 5",
  "BookTypeName": "sample string 6",
  "AuthorName": "sample string 7",
  "BookTypeID": 1,
  "AuthorID": 1,
  "ISBN": 1,
  "Price": 1.0,
  "AffectDate": "sample string 8",
  "Version": 1,
  "CD": true,
  "Weight": 1.0,
  "LegacyCode": 1,
  "Description": "sample string 9",
  "CreatedOn": "2025-06-16T19:33:22.8665865+05:30",
  "CreatedBy": 1,
  "UpdatedOn": "2025-06-16T19:33:22.8665865+05:30",
  "UpdatedBy": 1,
  "ActiveStatus": true,
  "PriceAffectDate": "2025-06-16T19:33:22.8665865+05:30",
  "ErrorType": 11,
  "Result": 12
}

application/xml, text/xml

Sample:
<MtblBook xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models">
  <ErrorType>11</ErrorType>
  <Result>12</Result>
  <ActiveStatus>true</ActiveStatus>
  <AffectDate>sample string 8</AffectDate>
  <AuthorID>1</AuthorID>
  <AuthorName>sample string 7</AuthorName>
  <BookID>1</BookID>
  <BookSeriesID>1</BookSeriesID>
  <BookTitle>sample string 2</BookTitle>
  <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:33:22.8665865+05:30</CreatedOn>
  <Description>sample string 9</Description>
  <ISBN>1</ISBN>
  <LegacyCode>1</LegacyCode>
  <Price>1</Price>
  <PriceAffectDate>2025-06-16T19:33:22.8665865+05:30</PriceAffectDate>
  <SeriesName>sample string 3</SeriesName>
  <SubjectID>1</SubjectID>
  <SubjectName>sample string 4</SubjectName>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedOn>2025-06-16T19:33:22.8665865+05:30</UpdatedOn>
  <Version>1</Version>
  <Weight>1</Weight>
</MtblBook>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.