GET api/profile/{relayOutboundProfileId}/relay?logLevel={logLevel}
Get pending Outbound Transactions based on Net Health Relay Customer Profile
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
relayOutboundProfileId |
Identifies the Net Health Interface Relay Customer Profile |
integer |
Required |
logLevel |
Identifies the level of transaction logging that will be returned in the response |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
RelayGetResponseDataName | Description | Type | Additional information |
---|---|---|---|
RelayData | Collection of RelayData |
None. |
|
ResponseStatus | ResponseStatus |
None. |
|
LogMessage | string |
None. |
Response 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" }, { "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" } ], "ResponseStatus": 1, "LogMessage": "sample string 1" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.