POST VwGridEmployee/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": {
    "Kode": "sample string 1",
    "BranchID": "05bcec29-52a3-4e20-8415-fe3ea419029a",
    "Nama": "sample string 3",
    "Email": "sample string 4",
    "Password": "sample string 5",
    "RoleID": "646b28ac-7d13-41b3-a6bd-71a131178e96",
    "IsLocked": true,
    "NamaBranch": "sample string 8",
    "NamaRole": "sample string 9",
    "ID": "995ded9f-7e2a-4702-be1a-7e55ae5cb52e",
    "UserInsert": "sample string 11",
    "DateInsert": "2026-02-08T22:31:17.0199327-08:00",
    "UserUpdate": "sample string 13",
    "DateUpdate": "2026-02-08T22:31:17.0199327-08:00"
  },
  "IsSuccess": true,
  "ErrorCode": 2,
  "ErrorDescription": "sample string 3"
}

application/xml, text/xml

Sample:
<ActionResultOfVwGridEmployee_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-02-08T22:31:17.0199327-08:00</DateInsert>
    <DateUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-02-08T22:31:17.0199327-08:00</DateUpdate>
    <ID xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">995ded9f-7e2a-4702-be1a-7e55ae5cb52e</ID>
    <UserInsert xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">sample string 11</UserInsert>
    <UserUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">sample string 13</UserUpdate>
    <d2p1:BranchID>05bcec29-52a3-4e20-8415-fe3ea419029a</d2p1:BranchID>
    <d2p1:Email>sample string 4</d2p1:Email>
    <d2p1:IsLocked>true</d2p1:IsLocked>
    <d2p1:Kode>sample string 1</d2p1:Kode>
    <d2p1:Nama>sample string 3</d2p1:Nama>
    <d2p1:NamaBranch>sample string 8</d2p1:NamaBranch>
    <d2p1:NamaRole>sample string 9</d2p1:NamaRole>
    <d2p1:Password>sample string 5</d2p1:Password>
    <d2p1:RoleID>646b28ac-7d13-41b3-a6bd-71a131178e96</d2p1:RoleID>
  </Data>
</ActionResultOfVwGridEmployee_Pn4aKTCr>