POST api/VMAX/GetVMAXCreateORUpdateGroup

Request Information

URI Parameters

None.

Body Parameters

RequestGroup
NameDescriptionTypeAdditional information
GroupId

integer

None.

GroupName

string

None.

CreatedUserId

integer

None.

CreatedDate

date

None.

UpdatedDate

date

None.

UpdatedUser

integer

None.

Isactive

boolean

None.

Url

string

None.

Request Formats

application/json, text/json

Sample:
{
  "GroupId": 1,
  "GroupName": "sample string 2",
  "CreatedUserId": 3,
  "CreatedDate": "2026-04-02T07:54:29.6724252+05:30",
  "UpdatedDate": "2026-04-02T07:54:29.6724252+05:30",
  "UpdatedUser": 6,
  "Isactive": true,
  "Url": "sample string 8"
}

application/xml, text/xml

Sample:
<RequestGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models">
  <CreatedDate>2026-04-02T07:54:29.6724252+05:30</CreatedDate>
  <CreatedUserId>3</CreatedUserId>
  <GroupId>1</GroupId>
  <GroupName>sample string 2</GroupName>
  <Isactive>true</Isactive>
  <UpdatedDate>2026-04-02T07:54:29.6724252+05:30</UpdatedDate>
  <UpdatedUser>6</UpdatedUser>
  <Url>sample string 8</Url>
</RequestGroup>

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

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>