POST api/SiteReportChecks
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SiteReportCheck| Name | Description | Type | Additional information |
|---|---|---|---|
| CheckUid | string |
None. |
|
| ReportUid | string |
None. |
|
| TypeUid | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CheckUid": "sample string 1",
"ReportUid": "sample string 2",
"TypeUid": "sample string 3"
}