POST api/Gateway/{relayInboundProfileId}

Post inbound Gateway transaction

Request Information

URI Parameters

NameDescriptionTypeAdditional information
relayInboundProfileId

Relay Inbound Profile Id

integer

Required

Body Parameters

Message Body contents

Object

None.

Request Formats

application/json, text/json

Sample:
{}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

Response Information

Resource Description

RelayPostResponseData
NameDescriptionTypeAdditional information
HL7Ack

string

None.

ResponseStatus

ResponseStatus

None.

LogMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "HL7Ack": "sample string 1",
  "ResponseStatus": 1,
  "LogMessage": "sample string 2"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.