POST PlanCare2Api/DynamicData/UploadChainMessage

Uploads a chainmessage

Request Information

URI Parameters

None.

Body Parameters

The uploadchainmessageInput instance

UploadChainMessageInput
Name Description Type Additional information
Agb

The code of the supplier to upload a message for

string

Required

Content

The content of the chainmessage to upload

string

Required

ExternalID

The external identifier used by the third party system for the chain message

string

Required

ApplicationName

The name of the third party system uploading the chainmessage

string

Required

Request Formats

application/json, text/json

Sample:
{
  "Agb": "sample string 1",
  "Content": "sample string 2",
  "ExternalID": "sample string 3",
  "ApplicationName": "sample string 4"
}

application/xml, text/xml

Sample:
<DynamicDataController.UploadChainMessageInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers">
  <Agb>sample string 1</Agb>
  <ApplicationName>sample string 4</ApplicationName>
  <Content>sample string 2</Content>
  <ExternalID>sample string 3</ExternalID>
</DynamicDataController.UploadChainMessageInput>

Response Information

Resource Description

No information.

HttpResponseMessage
Name Description Type Additional information
Version

Version

-

Content

HttpContent

-

StatusCode

HttpStatusCode

-

ReasonPhrase

string

-

Headers

Collection of Object

-

RequestMessage

HttpRequestMessage

-

IsSuccessStatusCode

boolean

-