projects
Projetos

Criação rápida

O endpoint de criação rápida de projetos permite criar um novo projeto com apenas as informações essenciais, que no endpoint de criação comum, são obrigatórias. Este método é ideal para criação rápida de projetos quando você não precisa configurar todos os detalhes imediatamente.

post/api/management/projects/quick-store

Request body

namestring required

Nome do projeto.

prefixstring nullable

Prefixo usado no código do projeto.

funnel_step_idinteger nullable

Etapa de funil em que o projeto já entra criado.

customer_idstring uuid nullable

ID do cliente a vincular.

contact_idstring uuid nullable

ID do contato a vincular.

from_project_template_idstring uuid nullable

ID do modelo de projeto a usar como base.

Response

Sucesso

responseboolean required

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

Changes

Changed in 2 of the 79 revisions of this API.9617

  • 3c590152d5b59616See the full diff
    • the request property type changed from integer to string, and format from no format to uuid

      request-property-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 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

    • the / response's property type changed from integer to string, and format from no format to uuid for status

      response-property-type-changed

    • 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

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • 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