Job Close
  • 30 Nov 2020
  • 1 Minute to read
  • PDF

Job Close

  • PDF

Article summary

To close a job, perform a POST request to URLs and JSON request body example

https://api.homecare.co.uk/index.cfm/jobs/{jobid}/actions/close/

with the following fields in a JSON encoded string, making sure to observe an "application/json" content header as part of your request.


Key

Required

Data Type  

Description  

api_key

Yes 

40 character string

Member API Key / If you are a Partner this is the API Key of the member posting the job 

partner_key

No


Unique identification key

  

Example API Request Body (action/close)

{
    "api_key":"00000",
    "partner_key":"000"
}

Was this article helpful?

What's Next