Versions Compared

Key

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

...

In the example below we are creating a Job/Project and using the createRelations parameter within the URL. It is set to ‘false’ which ensures that the API will check that Client. In this example ‘Amey LG_TEST’, exists within Re-flow, and if not, prompt with a relevant response and not create the Job.

...

  Making a PUT Request

This is used for updating entities within Re-flow.

Please note that the id of the entity needs to be used here within the request.

https://exampleSite.re-flow.co.uk/v1/api/accounts/invoice/8064

The Body should contain the changes being made.

...