Reference for https://rest-sl.interfax.net/documents/redaction/{ID}
Url: https://rest-sl.interfax.net/documents/redaction/{ID}
HTTP Method: POST
Message direction | Format | Body |
---|---|---|
Request | Unknown | Could not generate schema document. |
Response | Xml | Example,Schema |
Response | Json | Example |
The following is an example response Xml body:
<int>2147483647</int>
The following is an example response Json body:
2147483647
The following is the response Xml Schema:
<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="int" type="xs:int" /> </xs:schema>