POST VwGridEmployee/findbyid
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "255b7fe4-046a-4630-b471-9591e7600428",
"Nama": "sample string 3",
"Email": "sample string 4",
"Password": "sample string 5",
"RoleID": "af1b34df-de2d-469c-8fe6-f18f89704768",
"IsLocked": true,
"NamaBranch": "sample string 8",
"NamaRole": "sample string 9",
"ID": "646d600c-236a-4883-b5ce-e19e06e729da",
"UserInsert": "sample string 11",
"DateInsert": "2026-01-09T02:34:40.221848-08:00",
"UserUpdate": "sample string 13",
"DateUpdate": "2026-01-09T02:34:40.221848-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-01-09T02:34:40.221848-08:00</DateInsert>
<DateUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-01-09T02:34:40.221848-08:00</DateUpdate>
<ID xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">646d600c-236a-4883-b5ce-e19e06e729da</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>255b7fe4-046a-4630-b471-9591e7600428</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>af1b34df-de2d-469c-8fe6-f18f89704768</d2p1:RoleID>
</Data>
</ActionResultOfVwGridEmployee_Pn4aKTCr>