POST api/SeniorDineQRCreate?url={url}&alt={alt}&height={height}&width={width}&margin={margin}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| url | string |
Required |
|
| alt | string |
Default value is GeneratedQRCode |
|
| height | integer |
Default value is 200 |
|
| width | integer |
Default value is 200 |
|
| margin | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
MemoryStream| Name | Description | Type | Additional information |
|---|---|---|---|
| CanRead | boolean |
None. |
|
| CanSeek | boolean |
None. |
|
| CanWrite | boolean |
None. |
|
| Capacity | integer |
None. |
|
| Length | integer |
None. |
|
| Position | integer |
None. |
|
| CanTimeout | boolean |
None. |
|
| ReadTimeout | integer |
None. |
|
| WriteTimeout | integer |
None. |
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.