Object request formats without manual mapping
- Format
-
The request can have these formats without manual mapping:
-
None: Request body is not sent.
-
application/json: JSON Conventional Input document is sent in the request body parameter.
-
application/x-ndjson: JSON newline-delimited input document is sent in the request body parameter.
-
BOD: BOD input document is sent in the request body parameter.
-
JSON from BOD: Noun part of the BOD input document is converted to JSON Conventional and sent in the request body parameter.
-
XML from BOD: Noun part of the BOD input document is sent in the request body parameter.
-
XML from JSON: JSON Conventional input document is converted to XML and sent in the request body parameter.
-
text/csv, text/tab-separated-values, text/plain: DSV input document is sent in the request body parameter.
-
Any other request content type: ANY input document is sent in the request body parameter.
-
- Name
- The name of the parameter of type body that was defined in the API metadata
- Description
- The description of the parameter of type body that was defined in the API metadata.
- Content encoding
-
You can define how an input document must be compressed.
- No compression
No compression is selected by default. The input document is sent as is, without compression.
- Deflate
When Deflate is selected, the input document is compressed based on the deflate algorithm, (as described in RFC 1951). A combination of the LZ77 algorithm and Huffman coding, wrapped inside the
zlib
data format (RFC 1950).
- No compression