Assign pricesheets
POST/v2/pricesheets/:id/assign
Assign pricesheets
Request
Path Parameters
id stringrequired
Pricesheet identifier
Example: 018fb9a0-e490-79c8-95de-8424f7b06638
- application/json
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
- 200
- 400
- 403
- 404
- 500
Assigned pricesheets
- application/json
- Schema
- Example (from schema)
Schema
id stringrequired
Primary identifier
createdAt date-timerequired
Creation date
lastModifiedAt date-timerequired
Last modified date
{
"id": "",
"createdAt": "2022-01-01T00:00:00.000Z",
"lastModifiedAt": "2022-01-02T00:00:00.000Z"
}
Bad request
Forbidden.
Pricesheet not found
Unknown get pricesheets error
Loading...