POST api/profile/{relayCustomerProfileId}/relay
Post an Inbound Transaction for Relay to Net Health
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
relayCustomerProfileId |
Identifies the Net Health Relay Customer Profile |
integer |
Required |
Body Parameters
Relay Transaction Data, including Relay Data (HL7 Data, File Data, Web Service Content Data) and Log Level for relay transaction processing
RelayPostTransactionDataName | Description | Type | Additional information |
---|---|---|---|
RelayData | RelayData |
None. |
|
LogLevel | string |
None. |
|
RelayInboundProfileId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "RelayData": { "HL7": { "OutboundHL7QueueID": 1, "HL7Message": "sample string 1" }, "File": { "OutboundFileQueueID": 1, "FileName": "sample string 1", "FilePath": "sample string 2", "FileContents": "sample string 3" }, "WebServiceBodyContents": "sample string 1" }, "LogLevel": "sample string 1", "RelayInboundProfileId": 1 }
application/xml
Sample:
Sample not available.
text/xml
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
Sample:
Sample not available.
text/xml
Sample:
Sample not available.