POST api/v1/MVDataSave

Request Information

URI Parameters

None.

Body Parameters

MVSaleInput
NameDescriptionTypeAdditional information
Mode

string

None.

MVID

integer

None.

SaleID

integer

None.

SaleItemID

integer

None.

SaleType

string

None.

TaxRcptNo

string

None.

TaxRcptDate

date

None.

FeeRcptNo

string

None.

FeeRcptDate

date

None.

HSRPNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "MVID": 2,
  "SaleID": 3,
  "SaleItemID": 4,
  "SaleType": "sample string 5",
  "TaxRcptNo": "sample string 6",
  "TaxRcptDate": "2025-12-15T02:55:59.7660962+05:30",
  "FeeRcptNo": "sample string 8",
  "FeeRcptDate": "2025-12-15T02:55:59.7660962+05:30",
  "HSRPNo": "sample string 10"
}

application/xml, text/xml

Sample:
<MVSaleInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <FeeRcptDate>2025-12-15T02:55:59.7660962+05:30</FeeRcptDate>
  <FeeRcptNo>sample string 8</FeeRcptNo>
  <HSRPNo>sample string 10</HSRPNo>
  <MVID>2</MVID>
  <Mode>sample string 1</Mode>
  <SaleID>3</SaleID>
  <SaleItemID>4</SaleItemID>
  <SaleType>sample string 5</SaleType>
  <TaxRcptDate>2025-12-15T02:55:59.7660962+05:30</TaxRcptDate>
  <TaxRcptNo>sample string 6</TaxRcptNo>
</MVSaleInput>

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 'MVSaleInput'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.