Skip to main content

Create a new customer.

POST 

/v1/customers

Create a new customer.

Request

Body

required

    name stringrequired

    Possible values: non-empty and <= 80 characters

    Name of customer.

    uuid uuidrequired

    Unique identifier for the person

Responses

Created

Schema

    $schema uri

    A URL to the JSON Schema for this object.

    data

    object

    required

    created_at date-timerequired

    Date and time the customer was created.

    name stringrequired

    Possible values: non-empty and <= 80 characters

    Name of customer.

    updated_at date-timerequired

    Date and time the customer was updated.

    uuid uuidrequired

    Unique identifier for the person

    status int64required
    timestamp date-timerequired
Loading...