API Request Body - HxGN EAM - 12.2 - Reference - Hexagon

HxGN EAM Databridge Pro Technical Reference

Language
English
Product
HxGN EAM
Search by Category
Reference
HxGN EAM Version
12.2

The request body contains the message content string, to be consumed and processed within Dataflow Studio. Any type of message can be input within the request body, such as: JSON, XML, etc., using Base64 encoded string.

While any message type can be accepted, the content type must be specified as text/plain to be accepted by the API. An error will occur if any other content type is specified.

Databridge Pro does not assume character encoding. If special characters are present in the inbound message body, the character set must also be specified to ensure proper processing. The character set should be specified along with the content type of text/plain. Example: “charset=utf-8.”

API Request Body