POST VwGridPosMapping/select

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
param
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Data": {
    "ItemCount": 1,
    "Items": [
      {
        "AccessLevel": 1,
        "MenuName": "sample string 2",
        "RoleName": "sample string 3",
        "ID": "2a340eac-b013-471e-97f7-93090291a4d0",
        "UserInsert": "sample string 5",
        "DateInsert": "2026-01-09T02:36:04.8526329-08:00",
        "UserUpdate": "sample string 7",
        "DateUpdate": "2026-01-09T02:36:04.8526329-08:00"
      },
      {
        "AccessLevel": 1,
        "MenuName": "sample string 2",
        "RoleName": "sample string 3",
        "ID": "2a340eac-b013-471e-97f7-93090291a4d0",
        "UserInsert": "sample string 5",
        "DateInsert": "2026-01-09T02:36:04.8526329-08:00",
        "UserUpdate": "sample string 7",
        "DateUpdate": "2026-01-09T02:36:04.8526329-08:00"
      },
      {
        "AccessLevel": 1,
        "MenuName": "sample string 2",
        "RoleName": "sample string 3",
        "ID": "2a340eac-b013-471e-97f7-93090291a4d0",
        "UserInsert": "sample string 5",
        "DateInsert": "2026-01-09T02:36:04.8526329-08:00",
        "UserUpdate": "sample string 7",
        "DateUpdate": "2026-01-09T02:36:04.8526329-08:00"
      }
    ]
  },
  "IsSuccess": true,
  "ErrorCode": 2,
  "ErrorDescription": "sample string 3"
}

application/xml, text/xml

Sample:
<ActionResultOfSelectResultOfVwGridPosMapping_Pn4aKTCrbyGeLu_P_P xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Invelli.Rest">
  <ErrorCode>2</ErrorCode>
  <ErrorDescription>sample string 3</ErrorDescription>
  <IsSuccess>true</IsSuccess>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Invelli.Data">
    <d2p1:ItemCount>1</d2p1:ItemCount>
    <d2p1:Items xmlns:d3p1="http://schemas.datacontract.org/2004/07/InvelliLOS.Models.Views">
      <d3p1:VwGridPosMapping>
        <DateInsert xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-01-09T02:36:04.8526329-08:00</DateInsert>
        <DateUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-01-09T02:36:04.8526329-08:00</DateUpdate>
        <ID xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2a340eac-b013-471e-97f7-93090291a4d0</ID>
        <UserInsert xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">sample string 5</UserInsert>
        <UserUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">sample string 7</UserUpdate>
        <d3p1:AccessLevel>1</d3p1:AccessLevel>
        <d3p1:MenuName>sample string 2</d3p1:MenuName>
        <d3p1:RoleName>sample string 3</d3p1:RoleName>
      </d3p1:VwGridPosMapping>
      <d3p1:VwGridPosMapping>
        <DateInsert xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-01-09T02:36:04.8526329-08:00</DateInsert>
        <DateUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-01-09T02:36:04.8526329-08:00</DateUpdate>
        <ID xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2a340eac-b013-471e-97f7-93090291a4d0</ID>
        <UserInsert xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">sample string 5</UserInsert>
        <UserUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">sample string 7</UserUpdate>
        <d3p1:AccessLevel>1</d3p1:AccessLevel>
        <d3p1:MenuName>sample string 2</d3p1:MenuName>
        <d3p1:RoleName>sample string 3</d3p1:RoleName>
      </d3p1:VwGridPosMapping>
      <d3p1:VwGridPosMapping>
        <DateInsert xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-01-09T02:36:04.8526329-08:00</DateInsert>
        <DateUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-01-09T02:36:04.8526329-08:00</DateUpdate>
        <ID xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2a340eac-b013-471e-97f7-93090291a4d0</ID>
        <UserInsert xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">sample string 5</UserInsert>
        <UserUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">sample string 7</UserUpdate>
        <d3p1:AccessLevel>1</d3p1:AccessLevel>
        <d3p1:MenuName>sample string 2</d3p1:MenuName>
        <d3p1:RoleName>sample string 3</d3p1:RoleName>
      </d3p1:VwGridPosMapping>
    </d2p1:Items>
  </Data>
</ActionResultOfSelectResultOfVwGridPosMapping_Pn4aKTCrbyGeLu_P_P>