POST api/InstallationReportImageUpload?key={key}&signature={signature}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| signature | string |
Required |
Body Parameters
PostFile| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportId | globally unique identifier |
None. |
|
| TrackerId | string |
None. |
|
| Image | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportId": "a02e52a8-7e76-4d68-b503-00fbea632ca0",
"TrackerId": "sample string 2",
"Image": "sample string 3"
}
Response Information
Resource Description
BasicResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Error | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorDescription | string |
None. |
|
| Warnings | string |
None. |
|
| AccessGranted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Error": true,
"ErrorCode": "sample string 2",
"ErrorDescription": "sample string 3",
"Warnings": "sample string 4",
"AccessGranted": true
}