Skip to main content

Assign pricesheets

POST 

/v2/pricesheets/:id/assign

Assign pricesheets

Request

Path Parameters

    id stringrequired

    Pricesheet identifier

    Example: 018fb9a0-e490-79c8-95de-8424f7b06638

Body

required

Assign pricesheets.

    companyIds string[]nullable

    Company ids

    contactIds string[]nullable

    Contact ids

    customerIds string[]nullable

    Customer ids

    usergroups string[]nullable

    Usergroups

    companySources object[]nullable

    List of company sources

    contactSources object[]nullable

    List of contact sources

    customerSources object[]nullable

    List of customer sources

Responses

Assigned pricesheets

Schema

    id stringrequired

    Primary identifier

    createdAt date-timerequired

    Creation date

    lastModifiedAt date-timerequired

    Last modified date

Loading...