Create Projects
POST
/api/v2/projects
Use this method to create a projects. See our HTTP POST documentation for complete queries method.
The following are elements for create a projects :
Body Request
Element | Description |
---|---|
code | projects code. String maximum 255 characters . |
name | projects name String maximum 255 characters . |
is_active | Is Active Boolean. |
customer* | Customer data. |
customer.id | Unique code for identifier customer. String 36 characters . |
customer.code | Customer code String maximum 255 characters . |
customer.name | Customer name String maximum 255 characters . |
manager* | Element for manager. |
manager.id | Unique code for identifier manager. String 36 characters . |
manager.code | Manager code String maximum 255 characters . |
manager.name | Manager name String maximum 255 characters . |
other_fields* | Element of other fields. |
other_fields.id | other_fields id String. |
other_fields.key | other_fields key String. |
other_fields.type | other_fields data type Ex: string or integer or number |
other_fields.value | value of other_fields String. |
Body Response
Element | Description |
---|---|
id | projects id. String. |
code | projects code. String maximum 255 characters . |
name | projects name String maximum 255 characters . |
is_active | Is Active Boolean. |
customer* | Customer data. |
customer.id | Unique code for identifier customer. String 36 characters . |
customer.code | Customer code String maximum 255 characters . |
customer.name | Customer name String maximum 255 characters . |
manager* | Element for manager. |
manager.id | Unique code for identifier manager. String 36 characters . |
manager.code | Manager code String maximum 255 characters . |
manager.name | Manager name String maximum 255 characters . |
other_fields* | Element of other fields. |
other_fields.id | other_fields id String. |
other_fields.key | other_fields key String. |
other_fields.type | other_fields data type Ex: string or integer or number |
other_fields.value | value of other_fields String. |
attachments* | Element of attachments. |
attachments.id | Attachments id String. |
attachments.name | Attachments name String. |
attachments.extension | Attachments extension Ex: JPG, Doc, PDF String. |
attachments.url | Attachments url String. |
created* | Element for Created Automatically . |
created.user* | Created User. |
created.user.id | User id String Automaticaly. |
created.user.name | User name String. |
created.user.email | User email String. |
created.time | Date Time format YYYY-MM-DDThh:mm:ss.fffZ (RFC 3339, ISO 8601 date format) . Automaticaly. |
update* | Element for Update Automatically . |
update.user* | Update user. |
update.user.id | User id String Automaticaly. |
update.user.name | User name String. |
update.user.email | User email String. |
update.time | Date Time format YYYY-MM-DDThh:mm:ss.fffZ (RFC 3339, ISO 8601 date format) . Automaticaly. |