byte
Represents an unsigned 8-bit integer with a value between 0 and 255.
Below you can see how the various formats and protocols influence the data output.
| MIME Format and Protocol | Result |
|---|---|
| You have set JSON as MIME format and you are using any protocol. (See also: Request and Response Settings.) |
A byte number is issued for the parameter for all protocols. |
|
You have set XML and one of the following protocols:
|
The parameter value is converted into a signed byte number. |
|
You have set XML and the ODATA V3 protocol. |
PCo formats the parameter value as a hexadecimal character string. |
|
You have set UrlEncoded and any protocol. |
PCo converts the parameter value into a byte number. |