POST api/VMAX/GetVMAXUpdatedetails

Request Information

URI Parameters

None.

Body Parameters

RequestUpdtn
NameDescriptionTypeAdditional information
VendorID

integer

None.

StatusId

integer

None.

flag

integer

None.

CreatedUserId

integer

None.

Url

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VendorID": 1,
  "StatusId": 2,
  "flag": 3,
  "CreatedUserId": 4,
  "Url": "sample string 5"
}

application/xml, text/xml

Sample:
<RequestUpdtn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models">
  <CreatedUserId>4</CreatedUserId>
  <StatusId>2</StatusId>
  <Url>sample string 5</Url>
  <VendorID>1</VendorID>
  <flag>3</flag>
</RequestUpdtn>

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

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>