POST api/WebApp/GetAreaWorkflowDetails

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MethodReturnOfAreaPayload
NameDescriptionTypeAdditional information
ReturnValue

AreaPayload

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-27T19:37:30.1011471+03:00",
    "EndDate": "2024-11-27T19:37:30.1011471+03:00",
    "AreaID": 9,
    "AreaCode": "sample string 10",
    "AreaName": "sample string 11",
    "CityID": 12,
    "Active": "sample string 13",
    "ParentAreaID": 14,
    "CreatedBy": "sample string 15",
    "CreatedDate": "2024-11-27T19:37:30.1011471+03:00",
    "ModifiedBy": "sample string 17",
    "ModifiedDate": "2024-11-27T19:37:30.1011471+03:00",
    "RecOwnerOrgID": 19
  },
  "ReturnType": "sample string 1",
  "IsSuccess": true,
  "Message": "sample string 3",
  "Schema": "sample string 4",
  "UTCDate": "2024-11-27T19:37:30.1011471+03:00",
  "Token": "sample string 6",
  "ResponseCode": "sample string 7"
}

application/xml, text/xml

Sample:
<MethodReturnOfAreaPayloadfZ5PIblm 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">
    <Active xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 13</Active>
    <AreaCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 10</AreaCode>
    <AreaID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">9</AreaID>
    <AreaName xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 11</AreaName>
    <CityID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">12</CityID>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 15</CreatedBy>
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2024-11-27T19:37:30.1011471+03:00</CreatedDate>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 17</ModifiedBy>
    <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2024-11-27T19:37:30.1011471+03:00</ModifiedDate>
    <ParentAreaID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">14</ParentAreaID>
    <RecOwnerOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">19</RecOwnerOrgID>
    <d2p1:Action>sample string 1</d2p1:Action>
    <d2p1:EndDate>2024-11-27T19:37:30.1011471+03:00</d2p1:EndDate>
    <d2p1:Remarks>sample string 5</d2p1:Remarks>
    <d2p1:StartDate>2024-11-27T19:37:30.1011471+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>
</MethodReturnOfAreaPayloadfZ5PIblm>