Skip to main content

Add a new pet to the store

POST 

/createuser

Add a new pet to the store

Request

Header Parameters

    x-api-token stringrequired
    Example: opensign.xxxx

Body

required

Create a new pet in the store

    objectId string
    Name string
    Email string
    Phone string
    JobTitle string
    Company string
    Customer_id string
    Subscriptions_id string

    Next_billing_date

    date

    __type string
    iso string

Responses

Successful operation

Schema

    objectId string
    Name string
    Email string
    Phone string
    JobTitle string
    Company string
    Customer_id string
    Subscriptions_id string

    Next_billing_date

    date

    __type string
    iso string
Loading...