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

Compare with Current View Page History

« Previous Version 4 Next »

Adds a JSON Entity to a JSON array.

Syntax

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

Returns

Returns 1 if successful, 0 if not.

Parameters

ParameterDescription
HandleHandle to JSON Entity. Required.
NewEntityHandleNew JSON entity to be added to the JSON array. 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