POST api/agents

Request Information

URI Parameters

None.

Body Parameters

Agent
NameDescriptionTypeAdditional information
assemblyTitle

string

None.

assemblyDescription

string

None.

assemblyProduct

string

None.

assemblyGuid

string

None.

inboxHasPacket

boolean

None.

outboxHasPacket

boolean

None.

applicationIsAllowedToRun

boolean

None.

hash

string

None.

created

date

None.

updated

date

None.

Request Formats

application/json, text/json, text/html

Sample:
{"$id":"1","assemblyTitle":"sample string 1","assemblyDescription":"sample string 2","assemblyProduct":"sample string 3","assemblyGuid":"sample string 4","inboxHasPacket":true,"outboxHasPacket":true,"applicationIsAllowedToRun":true,"hash":"sample string 8","created":"2024-04-27T01:06:09.8103919+03:00","updated":"2024-04-27T01:06:09.8103919+03:00"}

application/xml, text/xml

Sample:
<agent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="kw.com.ia.api.agent">
  <applicationIsAllowedToRun>true</applicationIsAllowedToRun>
  <assemblyDescription>sample string 2</assemblyDescription>
  <assemblyGuid>sample string 4</assemblyGuid>
  <assemblyProduct>sample string 3</assemblyProduct>
  <assemblyTitle>sample string 1</assemblyTitle>
  <created>2024-04-27T01:06:09.8103919+03:00</created>
  <hash>sample string 8</hash>
  <inboxHasPacket>true</inboxHasPacket>
  <outboxHasPacket>true</outboxHasPacket>
  <updated>2024-04-27T01:06:09.8103919+03:00</updated>
</agent>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpStatusCode

Response Formats

application/json, text/json, text/html

Sample:
100

application/xml, text/xml

Sample:
<HttpStatusCode xmlns="http://schemas.datacontract.org/2004/07/System.Net">Continue</HttpStatusCode>