POST /trials
Request
{
"accountId": "acct_uuid",
"startDate": "2025-05-19T12:00:00Z",
"endDate": "2025-05-25T12:00:00Z",
"defaultEndAction": "AUTO_CONVERT"/ "CANCEL"
"type": "NEW"
"quoteInitDetails": {
"lengthOfContract": 12,
"netTerms": "NET30",
"primaryContactId": "cont_bZ41dh7KZ63PD",
"billingContactId": "cont_bZ41dh7KZ63PD",
}
"offeringProductDetails" : [
{
"offeringId": "offr_aYk94NN5JvqMi",
"products":[
{
"product_id": "prod_wksQu5ki78nVz",
"quantity": 2
}
],
"rateId": "rate_aIm3wy9QfbMqU"
}
]
}
Response
{
"trialId": "trl_UUID",
"entityId": "offr_UUID",
"entityType": "OFFERING"
"status": "in_progress",
}