CREATE - Add Billing Subscribe Plan
POST {{baseUrl}}/onboard/organisation/billing/plan/:planId
Request Body
{"serviceAgreementVersion"=>"<string>", "verifierServiceAgreementVersion"=>"<string>", "timeCommitment"=>"<string>", "userCommitment"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"subscriptionInfo":{"planType":"\u003cstring\u003e","trialEnd":"\u003cinteger\u003e","serviceAgreementVersion":"\u003cstring\u003e","verifierServiceAgreementVersion":"\u003cstring\u003e","planCategory":"\u003cstring\u003e"}}