POST Report
Request Information
URI Parameters
None.
Body Parameters
Report| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| ReportFormat | string |
None. |
|
| FileFormat | string |
None. |
|
| SystemReserved | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Name": "sample string 2",
"ReportFormat": "sample string 3",
"FileFormat": "sample string 4",
"SystemReserved": true
}
application/xml, text/xml
Sample:
<Report xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Layers.Data.Model"> <FileFormat>sample string 4</FileFormat> <ID>1</ID> <Name>sample string 2</Name> <ReportFormat>sample string 3</ReportFormat> <SystemReserved>true</SystemReserved> </Report>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IAPIResponseBase| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | ResultCodes |
None. |
|
| APITransactionID | string |
None. |
|
| Result | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"APITransactionID": "sample string 1",
"Result": "OK"
}
application/xml, text/xml
Sample:
<IAPIResponseBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Veripro.API.Base"> <APITransactionID>sample string 1</APITransactionID> <Code>OK</Code> </IAPIResponseBase>