v1

latestOpenAPI 3.0.12026-07-2474233379.5 KB
EndClient API

Update end clients status in bulk

put/end-clients/status

Request body

endClientIdsstring[]

A list of unique identifiers for the clients to update. A maximum of 2000 IDs can be included.

status'ACCEPTED' | 'REJECTED' | 'PENDING_REVIEW' | 'IN_PROGRESS' | 'NOT_STARTED' | 'ABANDONED'

The new status to apply to all specified clients. The request will be validated to ensure only permitted status transitions occur.

Allowed Transitions:

  • From Accepted to Declined or Pending Review
  • From In Progress to Abandoned
  • From Declinedto Accepted or Pending Review
  • From Pending Review to Accepted or Declined

Note: Leads with a status of Abandoned or Not Started cannot be updated.

noteBodystring

A note detailing the reason for the status update.

Response

The status for the end clients was updated