| POST | {URL}/getImage.aspx |
| Parameters : |
| Form Data in JSON format with the following values : |
| Field | Type | Description |
| token | String | The TOKEN (recd.) post Authentication |
| oid | String | The OID (recd.) post Step 2 : Ornament ID (OID) |
| Form FILE Post : |
| image | BINARY | The Image/Photo of the Ornament (example : enctype="multipart/form-data") |
| |
| Parameters : JSON format (example) POST {URL}/getImage.aspx Content-Type multipart/form-data |
{
"token" : "TOKEN-forTesting",
"oid" : "OID-Sample-"
}
+ IMAGE FILE
|
| |
| Returns : JSON format (example) RESPONSE |
{
"result" : "OK",
"message" : "Image Saved!"
}
|
| |
| Return Parameters (Success) : RESPONSE |
| Field | Type | Description |
| result | String | Status |
| message | String | User-friendly message of the Status code |