POST ewbservice/picupload
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
arg | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "arg": "sample string 1", "appkey": "sample string 2", "timestamp": "sample string 3", "md5": "sample string 4", "version": "sample string 5", "macAddress": "sample string 6", "ip": "sample string 7", "appId": "sample string 8", "token": "sample string 9" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Result": [ { "Image_Name": "sample string 1", "Image_Content": "sample string 2", "Image_Size": 3, "Server_Save_Path": "sample string 4" }, { "Image_Name": "sample string 1", "Image_Content": "sample string 2", "Image_Size": 3, "Server_Save_Path": "sample string 4" }, { "Image_Name": "sample string 1", "Image_Content": "sample string 2", "Image_Size": 3, "Server_Save_Path": "sample string 4" } ], "Counts": 1, "Code": "sample string 2", "Message": "sample string 3", "IsSuccess": true }