Encoding the request body in the protocol requires the the following constraints:
•Special characters in URLs such as spaces, percent signs and non ASCII characters are encoded as octets according to UTF-8 and then percent encoded.
•URLs are encoded according to RFC 3986 section 2.5.
The specific request body schema for each API method is described in API Methods.