POST api/InstallationReportImageUpload?key={key}&signature={signature}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
key | string |
Required |
|
signature | string |
Required |
Body Parameters
PostFileName | Description | Type | Additional information |
---|---|---|---|
ReportId | globally unique identifier |
None. |
|
TrackerId | string |
None. |
|
Image | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ReportId": "701f9ce7-c19c-4abc-b649-83ab162c152d", "TrackerId": "sample string 2", "Image": "sample string 3" }
Response Information
Resource Description
BasicResultName | 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 }