Initiatives

post
Authorizations
AuthorizationstringRequired

Enter access token

Path parameters
customerIdstring · objectidRequired

customer id

Body
billingTypestring · enumRequired

the billing type for this initiative

Possible values:
externalIdstringRequired

initiative's external id

namestringRequired

a name that identifies this initiative

descriptionstringRequired

the description of the initiative

callSignstringRequired

a short name or abbreviation that identifies this initiative

clientExternalIdstringRequired

external id of client this initiative belongs to

unitIncrementsnumber · doubleRequired

unit of billing increments for this initiative in seconds. 36 = 0.01, 360 = 0.1 and 900 = 0.25

statusstring · enumOptional

initiative's status

Possible values:
Responses
post
/api/v1/customers/{customerId}/initiatives/import
201Success

No content

post
Authorizations
AuthorizationstringRequired

Enter access token

Path parameters
customerIdstring · objectidRequired

customer id

initiativeExternalIdstringRequired

initiative's external id

Body
typestring · enumRequired

type of access.

Possible values:
userIdsstring · objectid[]Optional

list of users whose access is either allowed or denied for an initiative.

Responses
post
/api/v1/customers/{customerId}/initiatives/{initiativeExternalId}/access
201Success

No content

Deprecated
delete
Authorizations
AuthorizationstringRequired

Enter access token

Path parameters
customerIdstring · objectidRequired

customer id

initiativeExternalIdstringRequired

initiative's external id

Responses
200Success

No content

delete
/api/v1/customers/{customerId}/initiatives/{initiativeExternalId}/codes
200Success

No content

Deprecated
post
Authorizations
AuthorizationstringRequired

Enter access token

Path parameters
customerIdstring · objectidRequired

customer id

initiativeExternalIdstringRequired

initiative's external id

Body
codeExternalIdsstring[] · min: 1 · max: 2500Required
Responses
post
/api/v1/customers/{customerId}/initiatives/{initiativeExternalId}/codes
201Success

No content

Deprecated
post
Authorizations
AuthorizationstringRequired

Enter access token

Path parameters
customerIdstring · objectidRequired

customer id

initiativeExternalIdstringRequired

initiative's external id

Body
codeExternalIdsstring[] · min: 1 · max: 2500Required
Responses
post
/api/v2/customers/{customerId}/initiatives/{initiativeExternalId}/codes
201Success

No content

post
Authorizations
AuthorizationstringRequired

Enter access token

Path parameters
customerIdstring · objectidRequired

customer id

initiativeExternalIdstringRequired
codeTypeExternalIdstringRequired
Body
codeExternalIdsstring[] · min: 1 · max: 2500Required
Responses
post
/api/v1/customers/{customerId}/initiatives/{initiativeExternalId}/code-types/{codeTypeExternalId}/codes
201Success

No content

delete
Authorizations
AuthorizationstringRequired

Enter access token

Path parameters
customerIdstring · objectidRequired

customer id

initiativeExternalIdstringRequired
codeTypeExternalIdstringRequired
Responses
200Success

No content

delete
/api/v1/customers/{customerId}/initiatives/{initiativeExternalId}/code-types/{codeTypeExternalId}/codes
200Success

No content

Last updated