Skip to main content

Create Pricesheet

POST 

/pricesheets

Use this endpoint to create a price sheet. If a price sheet is successfully created, the response will include the price sheet id.

Fields

NameRequired
codeyes
shopIdno
Defaults to first shop found
nameno
descriptionno

Request

Body

    code string
    description string
    name number

Responses

Create Pricesheet - 200

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • server

    string

  • x-request-id

    string

Schema

    data

    object

    code string
    description string
    id number
    name string
    messages string[]
    total number
Loading...