Create contract obligation
Authentication
Authorizationstring
API Key authentication via header
Path parameters
id
Contract Id
Request
This endpoint expects an object.
serviceStartDate
Revenue Start Date
serviceEndDate
Revenue End Date
billingSchedule
Billing Schedule
categoryId
Category Id
discount
Discount configuration. Examples: { type: ‘FIXED’, amount: ‘5.00’ } for a $5.00 fixed discount, or { type: ‘PERCENTAGE’, amount: ‘0.10’ } for a 10% percentage discount
seatConfig
Seat-based obligation configuration
Response
The obligation
id
Obligation Id
contractId
Contract Id
serviceStartDate
Revenue Start Date
serviceEndDate
Revenue End Date
billingSchedule
Billing Schedule
revenueSchedule
Revenue Schedule
categoryId
Category Id
discount
Discount configuration. Examples: { type: ‘FIXED’, amount: ‘5.00’ } for a $5.00 fixed discount, or { type: ‘PERCENTAGE’, amount: ‘0.10’ } for a 10% percentage discount
seatConfig
Seat-based obligation configuration
Errors
400
Bad Request Error

