POST api/Attachment/UploadImageString
Request Information
URI Parameters
None.
Body Parameters
ScreenShotUploadName | Description | Type | Additional information |
---|---|---|---|
uniqueNumber | string |
None. |
|
imageData | string |
None. |
|
serialNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "uniqueNumber": "sample string 1", "imageData": "sample string 2", "serialNo": 3 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseMdlName | Description | Type | Additional information |
---|---|---|---|
Status | boolean |
None. |
|
Data | Object |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": true, "Data": {}, "Message": "sample string 3" }