POST VwGridPosMapping/findbyid

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": {
    "AccessLevel": 1,
    "MenuName": "sample string 2",
    "RoleName": "sample string 3",
    "ID": "406135e8-8910-4031-9ab1-2a51beb21921",
    "UserInsert": "sample string 5",
    "DateInsert": "2026-01-09T02:35:50.7320195-08:00",
    "UserUpdate": "sample string 7",
    "DateUpdate": "2026-01-09T02:35:50.7320195-08:00"
  },
  "IsSuccess": true,
  "ErrorCode": 2,
  "ErrorDescription": "sample string 3"
}

application/xml, text/xml

Sample:
<ActionResultOfVwGridPosMapping_Pn4aKTCr 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/InvelliLOS.Models.Views">
    <DateInsert xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-01-09T02:35:50.7320195-08:00</DateInsert>
    <DateUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-01-09T02:35:50.7320195-08:00</DateUpdate>
    <ID xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">406135e8-8910-4031-9ab1-2a51beb21921</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>
    <d2p1:AccessLevel>1</d2p1:AccessLevel>
    <d2p1:MenuName>sample string 2</d2p1:MenuName>
    <d2p1:RoleName>sample string 3</d2p1:RoleName>
  </Data>
</ActionResultOfVwGridPosMapping_Pn4aKTCr>