POST api/WebApp/GetLOVNameWorkflowDetails

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MethodReturnOfLoVNamePayload
NameDescriptionTypeAdditional information
ReturnValue

LoVNamePayload

None.

ReturnType

string

None.

IsSuccess

boolean

None.

Message

string

None.

Schema

string

None.

UTCDate

date

None.

Token

string

None.

ResponseCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ReturnValue": {
    "Action": "sample string 1",
    "Status": "sample string 2",
    "ToRole": "sample string 3",
    "ToUser": "sample string 4",
    "Remarks": "sample string 5",
    "WorkflowID": "sample string 6",
    "StartDate": "2024-11-28T14:45:26.1087074+03:00",
    "EndDate": "2024-11-28T14:45:26.1087074+03:00",
    "LOVCode": "sample string 9",
    "LOVName": "sample string 10",
    "SystemDefined": "sample string 11",
    "CreatedBy": "sample string 12",
    "CreatedDate": "2024-11-28T14:45:26.1087074+03:00",
    "ModifiedBy": "sample string 14",
    "ModifiedDate": "2024-11-28T14:45:26.1087074+03:00",
    "RecOwnerOrgID": 16
  },
  "ReturnType": "sample string 1",
  "IsSuccess": true,
  "Message": "sample string 3",
  "Schema": "sample string 4",
  "UTCDate": "2024-11-28T14:45:26.1087074+03:00",
  "Token": "sample string 6",
  "ResponseCode": "sample string 7"
}

application/xml, text/xml

Sample:
<MethodReturnOfLoVNamePayloadfZ5PIblm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonComponents.BusinessObjects.CommonTypes">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 3</Message>
  <ResponseCode>sample string 7</ResponseCode>
  <ReturnValue xmlns:d2p1="http://schemas.datacontract.org/2004/07/VASDataModel.Payloads">
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.SYS">sample string 12</CreatedBy>
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.SYS">2024-11-28T14:45:26.1087074+03:00</CreatedDate>
    <LOVCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.SYS">sample string 9</LOVCode>
    <LOVName xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.SYS">sample string 10</LOVName>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.SYS">sample string 14</ModifiedBy>
    <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.SYS">2024-11-28T14:45:26.1087074+03:00</ModifiedDate>
    <RecOwnerOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.SYS">16</RecOwnerOrgID>
    <SystemDefined xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.SYS">sample string 11</SystemDefined>
    <d2p1:Action>sample string 1</d2p1:Action>
    <d2p1:EndDate>2024-11-28T14:45:26.1087074+03:00</d2p1:EndDate>
    <d2p1:Remarks>sample string 5</d2p1:Remarks>
    <d2p1:StartDate>2024-11-28T14:45:26.1087074+03:00</d2p1:StartDate>
    <d2p1:Status>sample string 2</d2p1:Status>
    <d2p1:ToRole>sample string 3</d2p1:ToRole>
    <d2p1:ToUser>sample string 4</d2p1:ToUser>
    <d2p1:WorkflowID>sample string 6</d2p1:WorkflowID>
  </ReturnValue>
  <Schema>sample string 4</Schema>
  <Token>sample string 6</Token>
</MethodReturnOfLoVNamePayloadfZ5PIblm>