POST api/Common/AppVersion

Request Information

URI Parameters

None.

Body Parameters

BOVersion
NameDescriptionTypeAdditional information
AppVersion

decimal number

None.

Status

integer

None.

OnDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "AppVersion": 1.0,
  "Status": 2,
  "OnDate": "2026-05-11T18:58:01.8747655+05:30"
}

application/xml, text/xml

Sample:
<BOVersion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BO.Common">
  <AppVersion>1</AppVersion>
  <OnDate>2026-05-11T18:58:01.8747655+05:30</OnDate>
  <Status>2</Status>
</BOVersion>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BOVersion'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.