POST api/packets

Request Information

URI Parameters

None.

Body Parameters

Packet
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

parentId

globally unique identifier

None.

recipientAssemblyGuid

globally unique identifier

None.

recipientAssemblyProduct

string

None.

senderAssemblyGuid

globally unique identifier

None.

senderAssemblyProduct

string

None.

name

string

None.

payload

string

None.

hash

string

None.

created

date

None.

Request Formats

application/json, text/json, text/html

Sample:
{"$id":"1","id":"abd32bcd-ea61-4cfc-b518-78133f07b6d0","parentId":"3cc3fbfc-a348-4324-a639-0078dfa8e36e","recipientAssemblyGuid":"eb99037f-aad6-443c-9e8f-56bba8c9e99e","recipientAssemblyProduct":"sample string 4","senderAssemblyGuid":"a941a9d4-9431-463a-90cd-3908e3ce3daa","senderAssemblyProduct":"sample string 6","name":"sample string 7","payload":"sample string 8","hash":"sample string 9","created":"2024-04-25T08:32:37.8944344+03:00"}

application/xml, text/xml

Sample:
<packet 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.packet">
  <created>2024-04-25T08:32:37.8944344+03:00</created>
  <hash>sample string 9</hash>
  <id>abd32bcd-ea61-4cfc-b518-78133f07b6d0</id>
  <name>sample string 7</name>
  <parentId>3cc3fbfc-a348-4324-a639-0078dfa8e36e</parentId>
  <payload>sample string 8</payload>
  <recipientAssemblyGuid>eb99037f-aad6-443c-9e8f-56bba8c9e99e</recipientAssemblyGuid>
  <recipientAssemblyProduct>sample string 4</recipientAssemblyProduct>
  <senderAssemblyGuid>a941a9d4-9431-463a-90cd-3908e3ce3daa</senderAssemblyGuid>
  <senderAssemblyProduct>sample string 6</senderAssemblyProduct>
</packet>

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>