PUT api/AgentDeployment/PutDeploymentRemarks?processFlowId={processFlowId}&processFlowName={processFlowName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
processFlowId

string

Required

processFlowName

string

Default value is

Body Parameters

AgentDeploymentModel
NameDescriptionTypeAdditional information
Message

string

None.

Status

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": 2
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AgentDeploymentModel'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.