BillingOrchard API Documentation

Delete Function

Parameters

Parameters are the data you will pass with the call.

Service

For the Delete function, this field must contain one of the following

  • DeleteClients
  • DeleteHourlyServices
  • DeleteInvoices
  • DeleteBilledMisc
  • DeleteMiscItems
  • DeleteBilledHourly
  • DeleteRecurringBilling

Rules: Required
Type: String


apikey

This is your identifier

Rules: Required
Type: String


sig

The HMAC-SHA256 Signature input is generated from appending the apikey, service, and timestamp values together as the input and your private key as the key

Rules: Required
Type: String


timestamp

The time that the function was called. It must be in YYYYMMDD HH:MM format in UTC

Rules: Required
Type: String


ID

ID used to identify item being deleted

Rules: Required
Type: Integer


Return Values

A JSON string is returned containing a message and other data.

Error with apikey

There is an issue with the apikey.


Error selecting service

The service name provided could not be found.


success or DeleteFail

Delete status message


API Documentation
Delete Function