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": "12069e8f-d5b1-49b8-8c0a-34b12212d7b6",
    "Nama": "sample string 3",
    "Email": "sample string 4",
    "Password": "sample string 5",
    "RoleID": "0c73ec8a-3ba3-4efa-a71a-77a3e8109cb1",
    "IsLocked": true,
    "NamaBranch": "sample string 8",
    "NamaRole": "sample string 9",
    "ID": "d792f788-c120-486a-b90e-6af18bf4dacd",
    "UserInsert": "sample string 11",
    "DateInsert": "2026-09-23T02:50:34.5792063-07:00",
    "UserUpdate": "sample string 13",
    "DateUpdate": "2026-09-23T02:50:34.5792063-07: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-09-23T02:50:34.5792063-07:00</DateInsert>
    <DateUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-09-23T02:50:34.5792063-07:00</DateUpdate>
    <ID xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">d792f788-c120-486a-b90e-6af18bf4dacd</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>12069e8f-d5b1-49b8-8c0a-34b12212d7b6</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>0c73ec8a-3ba3-4efa-a71a-77a3e8109cb1</d2p1:RoleID>
  </Data>
</ActionResultOfVwGridEmployee_Pn4aKTCr>