Create Contract
Create a new Contract.
Creates a new Contract for the specified Account. The Contract includes information such as the associated Account along with start and end dates.
Path parameters
The unique identifier (UUID) for your Organization. The Organization represents your company as a direct customer of our service.
Request body
The version number of the entity:
- Create entity: Not valid for initial insertion of new entity - do not use for Create. On initial Create, version is set at 1 and listed in the response.
- Update Entity: On Update, version is required and must match the existing version because a check is performed to ensure sequential versioning is preserved. Version is incremented by 1 and listed in the response.
User defined fields enabling you to attach custom data. The value for a custom field can be either a string or a number.
If customFields can also be defined for this entity at the Organizational level, customField values defined at individual level override values of customFields with the same name defined at Organization level.
See Working with Custom Fields in the m3ter documentation for more information.
The unique identifier (UUID) of the Account associated with this Contract.
The name of the Contract.
The short code of the Contract.
The description of the Contract, which provides context and information.
The Purchase Order Number associated with the Contract.
The start date for the Contract (in ISO-8601 format). This date is inclusive, meaning the Contract is active from this date onward.
The exclusive end date of the Contract (in ISO-8601 format). This means the Contract is active until midnight on the day before this date.
Response
Returns the created Contract
The UUID of the entity.
The version number:
- Create: On initial Create to insert a new entity, the version is set at 1 in the response.
- Update: On successful Update, the version is incremented by 1 in the response.
User defined fields enabling you to attach custom data. The value for a custom field can be either a string or a number.
If customFields can also be defined for this entity at the Organizational level,customField values defined at individual level override values of customFields with the same name defined at Organization level.
See Working with Custom Fields in the m3ter documentation for more information.
The unique identifier (UUID) of the Account associated with this Contract.
The name of the Contract.
The short code of the Contract.
The description of the Contract, which provides context and information.
The Purchase Order Number associated with the Contract.
The start date for the Contract (in ISO-8601 format). This date is inclusive, meaning the Contract is active from this date onward.
The exclusive end date of the Contract (in ISO-8601 format). This means the Contract is active until midnight on the day before this date.
The date and time (in ISO-8601 format) when the Contract was created.
The date and time (in ISO-8601 format) when the Contract was last modified.
The unique identifier (UUID) of the user who created this Contract.
The unique identifier (UUID) of the user who last modified this Contract.