GET Map/GetColorHtmlCodeFromRedGreenBlue?authKey={authKey}&redGreenBlue={redGreenBlue}
Converts the ARGB integer value to an HTML string
Request Information
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
authKey |
The unique key that is assigned to this method to run without a session key. |
string |
Required |
redGreenBlue |
The integer value from the Crop or Cropzone Brush Color in the Agvance database. |
integer |
Required |
Body Parameters
Response Information
Resource Description
Converts the ARGB integer value to an HTML string
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>