POST VwGridPICWorkflow/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": {
    "EmployeeId": "1b2a477a-1414-40a1-84bd-ff69271b7a09",
    "EmployeeKode": "sample string 2",
    "EmployeeName": "sample string 3",
    "WorkflowId": "eacdc2cd-718d-410f-a200-70d9485cc7d7",
    "WorkflowName": "sample string 5",
    "WorkflowGroup": "sample string 6",
    "BranchId": "fef785d6-b6a0-4b34-a6ec-1a33427ca6d5",
    "Jabatan": "sample string 8",
    "RecordStatus": 9,
    "ID": "85493308-286d-4d05-a068-1a6cef5e80aa",
    "UserInsert": "sample string 11",
    "DateInsert": "2026-02-08T22:30:50.2065675-08:00",
    "UserUpdate": "sample string 13",
    "DateUpdate": "2026-02-08T22:30:50.2065675-08:00"
  },
  "IsSuccess": true,
  "ErrorCode": 2,
  "ErrorDescription": "sample string 3"
}

application/xml, text/xml

Sample:
<ActionResultOfVwGridPICWorkflow_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:30:50.2065675-08:00</DateInsert>
    <DateUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-02-08T22:30:50.2065675-08:00</DateUpdate>
    <ID xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">85493308-286d-4d05-a068-1a6cef5e80aa</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>fef785d6-b6a0-4b34-a6ec-1a33427ca6d5</d2p1:BranchId>
    <d2p1:EmployeeId>1b2a477a-1414-40a1-84bd-ff69271b7a09</d2p1:EmployeeId>
    <d2p1:EmployeeKode>sample string 2</d2p1:EmployeeKode>
    <d2p1:EmployeeName>sample string 3</d2p1:EmployeeName>
    <d2p1:Jabatan>sample string 8</d2p1:Jabatan>
    <d2p1:RecordStatus>9</d2p1:RecordStatus>
    <d2p1:WorkflowGroup>sample string 6</d2p1:WorkflowGroup>
    <d2p1:WorkflowId>eacdc2cd-718d-410f-a200-70d9485cc7d7</d2p1:WorkflowId>
    <d2p1:WorkflowName>sample string 5</d2p1:WorkflowName>
  </Data>
</ActionResultOfVwGridPICWorkflow_Pn4aKTCr>