Create a course
Create a course with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard courses is provided.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Is the input object used to create a new CRM object, containing the properties to be set and optional associations to link the new record with other CRM objects.
An array of objects representing the associations between the new CRM object and other existing objects. Each association specifies the related object and the type of association.
An object containing key-value pairs where each key is a property name and each value is the property's value. These properties define the attributes of the CRM object being created.
Response
successful operation
A simple public object.
A boolean indicating whether this object is archived.
The date and time when this object was created, in ISO 8601 format.
The unique identifier for this object, represented as a string.
A map of property names to their values, where each value is a string.
The date and time when this object was last updated, in ISO 8601 format.
The date and time when this object was archived, in ISO 8601 format.
A string identifier used for tracing the write operations on this object.
A map of property names to their historical values, where each value is an array of objects containing the value and timestamp.
A string representing the URL associated with this object.
An array of warnings related to this object, where each warning contains a category, message, and context.