Create new customer and subscription
post/{companyDomain}/subscriptions
Path parameters
companyDomainstring required
Your companies Billsby subdomain - for example, if you login at widgets.billsby.com, your companyDomain is widgets
Request body
Response
200
Example response
{
"customerUniqueId": "string",
"subscriptionUniqueId": "string"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.