POST api/Gateway/{relayInboundProfileId}
Post inbound Gateway transaction
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
relayInboundProfileId |
Relay Inbound Profile Id |
integer |
Required |
Body Parameters
Message Body contents
ObjectNone.
Request Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RelayPostResponseDataName | Description | Type | Additional 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, text/xml
Sample:
<RelayPostResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interface.Relay.TransferObjects"> <LogMessage>sample string 2</LogMessage> <ResponseStatus>Success</ResponseStatus> <HL7Ack>sample string 1</HL7Ack> </RelayPostResponseData>