Update customer status

Updates the status of a single customer.

CereTax supports the following customer statuses:

Active - The customer is active in CereTax and is included in normal reads and certificate processing.

Inactive - The customer is retained in CereTax but is treated as inactive.

Archived - The customer is soft deleted and excluded from normal reads. Archived cannot be set through this endpoint; use Archive customer instead.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required
≥ 1

The customer ID of the customer whose status is being updated. Must be a positive integer.

Body Params

The payload used to update the status of a single customer.

integer
enum
required

The status you want to set the customer to.

  • 1-Active
  • 2-Inactive
Allowed:
integer
required
≥ 1

The ID of the user making the change. Must be a positive integer.

int64

Ignored. The customer is taken from the id path parameter.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json