- LAPI
- TECHPEOPLE
- middelware
- ADMIN_V3
- Intranet
- Autenticacion
- Moneda
- Paises
- Cliente
- Cliente Contacto
- Usuario
- Tarea
- Tipo deTablero
- Proyecto
- Columnas
- Tareas
- Lista Actividades
- Actividades
- Reportes
- Documentos
- Comentarios
- Graficos
- Etiquetas
- Proyecto Usuarios
- Proyecto Web
- Kanbans
agregar estado
Developing
POST
https://intranet-backoffice.789.com.mx/intranet/789/v1/plantilla/agregarEstado
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
nombre
string
required
color
string
required
orden
string
required
plantilla_id
string
required
Example
{
"nombre": "string",
"color": "string",
"orden": "string",
"plantilla_id": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://intranet-backoffice.789.com.mx/intranet/789/v1/plantilla/agregarEstado' \
--header 'Content-Type: application/json' \
--data-raw '{
"nombre": "string",
"color": "string",
"orden": "string",
"plantilla_id": "string"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-02-27 20:52:40