POST api/uploadQrCode
Request Information
URI Parameters
None.
Body Parameters
SaveImageRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ImgQrCode | string |
None. |
|
| ImgBarCode | string |
None. |
|
| ImgName | string |
None. |
|
| CrmCode | string |
Max length: 20 |
|
| tell | string |
Max length: 10 |
Request Formats
application/json, text/json
Sample:
{
"imgQrCode": "sample string 1",
"imgBarCode": "sample string 2",
"imgName": "sample string 3",
"crmCode": "sample string 4",
"tell": "sample string 5"
}
application/xml, text/xml
Sample:
<SaveImageRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request"> <CrmCode>sample string 4</CrmCode> <ImgBarCode>sample string 2</ImgBarCode> <ImgName>sample string 3</ImgName> <ImgQrCode>sample string 1</ImgQrCode> <tell>sample string 5</tell> </SaveImageRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.