Reference for https://rest-sl.interfax.net/tests/error?applicationStatus={APPLICATIONSTATUS}
Url: https://rest-sl.interfax.net/tests/error?applicationStatus={APPLICATIONSTATUS}
HTTP Method: GET
| Message direction | Format | Body | 
|---|---|---|
| Request | N/A | The Request body is empty. | 
| Response | Xml | Example,Schema | 
| Response | Json | Example | 
The following is an example response Xml body:
<string>String content</string>
The following is an example response Json body:
"String content"
The following is the response Xml Schema:
<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="string" nillable="true" type="xs:string" /> </xs:schema>