POST {repositoryId}/Data/{id}/SimpleSending

Starts the sending process of a Data resource.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

ID of the Data resource.

string

Required

repositoryId

ID of the resource repository (optional).

string

Default value is

Body Parameters

Sending parameters.

SendingParams
NameDescriptionTypeAdditional information
Correspondents

Collection of NamedReference

None.

Addresses

Collection of NamedReference

None.

Transport

Transport

None.

Carrier

NamedReference

None.

LeadTime

time interval

None.

TargetSendingStatus

SendingStatus

None.

Request Formats

application/json, text/json

Sample:
{
  "Correspondents": [
    {
      "Name": "sample string 1",
      "Url": "sample string 2",
      "Type": 0
    },
    {
      "Name": "sample string 1",
      "Url": "sample string 2",
      "Type": 0
    }
  ],
  "Addresses": [
    {
      "Name": "sample string 1",
      "Url": "sample string 2",
      "Type": 0
    },
    {
      "Name": "sample string 1",
      "Url": "sample string 2",
      "Type": 0
    }
  ],
  "Transport": 0,
  "Carrier": {
    "Name": "sample string 1",
    "Url": "sample string 2",
    "Type": 0
  },
  "LeadTime": "00:00:00.1234567",
  "TargetSendingStatus": 0
}

application/xml, text/xml

Sample:
<SendingParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/openwork.JamioWebAPI.Models">
  <_x003C_Addresses_x003E_k__BackingField xmlns:d2p1="http://www.openworkbpm.com/schema">
    <d2p1:NamedReference>
      <d2p1:Type>Undefined</d2p1:Type>
      <d2p1:Url>sample string 2</d2p1:Url>
      <d2p1:Name>sample string 1</d2p1:Name>
    </d2p1:NamedReference>
    <d2p1:NamedReference>
      <d2p1:Type>Undefined</d2p1:Type>
      <d2p1:Url>sample string 2</d2p1:Url>
      <d2p1:Name>sample string 1</d2p1:Name>
    </d2p1:NamedReference>
  </_x003C_Addresses_x003E_k__BackingField>
  <_x003C_Carrier_x003E_k__BackingField xmlns:d2p1="http://www.openworkbpm.com/schema">
    <d2p1:Type>Undefined</d2p1:Type>
    <d2p1:Url>sample string 2</d2p1:Url>
    <d2p1:Name>sample string 1</d2p1:Name>
  </_x003C_Carrier_x003E_k__BackingField>
  <_x003C_Correspondents_x003E_k__BackingField xmlns:d2p1="http://www.openworkbpm.com/schema">
    <d2p1:NamedReference>
      <d2p1:Type>Undefined</d2p1:Type>
      <d2p1:Url>sample string 2</d2p1:Url>
      <d2p1:Name>sample string 1</d2p1:Name>
    </d2p1:NamedReference>
    <d2p1:NamedReference>
      <d2p1:Type>Undefined</d2p1:Type>
      <d2p1:Url>sample string 2</d2p1:Url>
      <d2p1:Name>sample string 1</d2p1:Name>
    </d2p1:NamedReference>
  </_x003C_Correspondents_x003E_k__BackingField>
  <_x003C_LeadTime_x003E_k__BackingField>PT0.1234567S</_x003C_LeadTime_x003E_k__BackingField>
  <_x003C_TargetSendingStatus_x003E_k__BackingField>None</_x003C_TargetSendingStatus_x003E_k__BackingField>
  <_x003C_Transport_x003E_k__BackingField>Unknown</_x003C_Transport_x003E_k__BackingField>
</SendingParams>

application/x-www-form-urlencoded

Sample:

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.