projects
Projetos

Criar um projeto

Cria um novo projeto com os dados fornecidos.

post/api/management/projects

Request body

namestring required

Nome do projeto. Até 191 caracteres.

descriptionstring

Descrição do projeto.

impactinteger

Grau de impacto, de 1 a 10.

contact_idstring uuid nullable

ID do contato a vincular. null remove o vínculo.

customer_idstring uuid nullable

ID do cliente a vincular. null remove o vínculo.

status1 | 2 | 3 | 4

Situação: 1 em andamento, 2 concluído, 3 arquivado, 4 parado.

budgetnumber nullable

Orçamento do projeto.

is_templateboolean

true transforma o projeto em modelo.

parent_idstring uuid nullable

ID do projeto pai. null deixa o projeto na raiz.

prefixstring nullable

Prefixo usado no código do projeto.

Response

Sucesso

responseboolean required

Sempre true quando a operação é concluída.

Changes

Changed in 4 of the 79 revisions of this API.8734

  • 3c590152d5b57730See the full diff
    • added the new required request property

      new-required-request-property

    • the request's body type changed from no type to object

      request-body-type-changed

    • the response property / became nullable for the status

      response-property-became-nullable

    • the response property / became nullable for the status

      response-property-became-nullable

    • the response property / became nullable for the status

      response-property-became-nullable

    • the response property / became nullable for the status

      response-property-became-nullable

    • the / response's property type changed from integer to number for status

      response-property-type-changed

    • removed subschema #1: Projeto subschema #2 from the request body allOf list

      request-body-all-of-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • api tag Projetos added

      api-tag-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • the request property / became not nullable

      request-property-became-not-nullable

    • added the new optional request property /

      new-optional-request-property