POST api/WebApp/CheckIfDestinationAlreadyInWorkflow

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MethodReturnOfBoolean
NameDescriptionTypeAdditional information
ReturnValue

boolean

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": true,
  "ReturnType": "sample string 2",
  "IsSuccess": true,
  "Message": "sample string 4",
  "Schema": "sample string 5",
  "UTCDate": "2024-11-27T20:10:35.5216542+03:00",
  "Token": "sample string 7",
  "ResponseCode": "sample string 8"
}

application/xml, text/xml

Sample:
<MethodReturnOfboolean 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 4</Message>
  <ResponseCode>sample string 8</ResponseCode>
  <ReturnValue>true</ReturnValue>
  <Schema>sample string 5</Schema>
  <Token>sample string 7</Token>
</MethodReturnOfboolean>