Skip to main content

Create project

Creates a new project.

Request Body required
    name string required
    description string nullable
Responses

Created


Schema
    id string nullable
    name string nullable
    description string nullable
    createdByName string nullable
    createdUtc date-time
    price object
    totalPrice double
    currency string nullable
    samples object[] nullable
  • Array [
  • id string nullable
    name string nullable
    eTag string nullable
    status BuyerStatus

    Possible values: [Submitted, Accepted, Declined, Live, Paused, Cancelled, InReconciliation, Completed]

    price double nullable
    priceKey string nullable
  • ]
Loading...