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