Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Returns

Returns 1 if successful, 0 if not.N/A

Parameters

ParameterDescription
HTTPServiceThe HTTP (or web) service to call.HandleHandle to JSON EntityRequired.
RemainingURLThis is the remaining portion of the URL that has not yet been processed by previous servicesNewEntityHandleNew JSON entity to be added to the JSON arrayRequired.

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.