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": "14071eb9-9b5a-42f9-895e-f220ad1a281f",
    "EmployeeKode": "sample string 2",
    "EmployeeName": "sample string 3",
    "WorkflowId": "1eb6dc42-6f97-4843-ae3d-4dfe729225f7",
    "WorkflowName": "sample string 5",
    "WorkflowGroup": "sample string 6",
    "BranchId": "d8da2d8f-006b-4007-960f-90d8cfa05e70",
    "Jabatan": "sample string 8",
    "RecordStatus": 9,
    "ID": "9c60cef6-66e7-4822-9d29-1cd87714cd83",
    "UserInsert": "sample string 11",
    "DateInsert": "2026-01-09T02:35:05.2551532-08:00",
    "UserUpdate": "sample string 13",
    "DateUpdate": "2026-01-09T02:35:05.2551532-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-01-09T02:35:05.2551532-08:00</DateInsert>
    <DateUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-01-09T02:35:05.2551532-08:00</DateUpdate>
    <ID xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">9c60cef6-66e7-4822-9d29-1cd87714cd83</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>d8da2d8f-006b-4007-960f-90d8cfa05e70</d2p1:BranchId>
    <d2p1:EmployeeId>14071eb9-9b5a-42f9-895e-f220ad1a281f</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>1eb6dc42-6f97-4843-ae3d-4dfe729225f7</d2p1:WorkflowId>
    <d2p1:WorkflowName>sample string 5</d2p1:WorkflowName>
  </Data>
</ActionResultOfVwGridPICWorkflow_Pn4aKTCr>