You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Adds a JSON Entity to a JSON array.

Syntax

Response = HTTP_Services('RunHTTPService', HTTPService, RemainingURL)

Returns

N/A

Parameters

ParameterDescription
HTTPServiceThe HTTP (or web) service to call.. Required.
RemainingURLThis is the remaining portion of the URL that has not yet been processed by previous services. Required.

Remarks

The ADD service adds the given entity (which must be a valid JSON Entity Handle) to the end of the array. This only works if Handle is a JSON array.

  • No labels