POST api/image/pod_upload
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req_pod | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"method": "sample string 1",
"key": "sample string 2",
"dwbno": "sample string 3",
"fileuploadname": "sample string 4",
"ImageData": "QEBA",
"User_code": "sample string 5"
}
application/xml, text/xml
Sample:
<request_pod_upload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Request"> <ImageData>QEBA</ImageData> <User_code>sample string 5</User_code> <dwbno>sample string 3</dwbno> <fileuploadname>sample string 4</fileuploadname> <key>sample string 2</key> <method>sample string 1</method> </request_pod_upload>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"method": "sample string 1",
"key": "sample string 2",
"status": "sample string 3"
}
application/xml, text/xml
Sample:
<response_pod_upload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Models"> <key>sample string 2</key> <method>sample string 1</method> <status>sample string 3</status> </response_pod_upload>