Reference for https://rest.interfax.net/documents/mark/{ID}?Read={READ}&Hide={HIDE}
Url: https://rest.interfax.net/documents/mark/{ID}?Read={READ}&Hide={HIDE}
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:
<boolean>true</boolean>
The following is an example response Json body:
true
The following is the response Xml Schema:
<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="boolean" type="xs:boolean" /> </xs:schema>