long
Stores large integer values
You use the long data type to store integer values that are too large for the integer data type.
|
MIME Format and Protocol |
Result |
|---|---|
|
JSON and no protocol |
Long integer value |
|
JSON and ODATA V4 protocol |
Long integer value |
|
JSON and ODATA V2 protocol or V3 protocol |
A character string that represents a long integer value in the format ā{longInteger}Lā. |
|
XML, no protocol |
Long integer value |
|
XML and ODATA V3 protocol or V4 protocol, and SOAP |
Long integer value |
|
XML, ODATA V2 protocol |
A character string that represents a long integer value in the format {longInteger}L |
|
UrlEncoded, no protocol |
Long integer value |
|
UrlEncoded, OData V2 protocol, ODATA V3 protocol, or ODATA V4 protocol |
A character string that represents a long integer value in the format {longInteger}L |