Show Contents List
Specifies the request content.
Property Type
XPRIM_HttpContent
Examples
Add a JSON object content
Define_Com Class(#XPRIM_HttpRequest) Name(#Request)
#Request.Content.AddJsonObject Value(#JsonObject)