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
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
Response Information
Resource Description
RelayPostResponseData| Name | 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
Sample:
Sample not available.
text/xml
Sample:
Sample not available.