DocumentTypes
- 23 May 2023
- 1 Minuto para leer
- Colaboradores
- Impresión
- OscuroLigero
DocumentTypes
- Actualizado en 23 May 2023
- 1 Minuto para leer
- Colaboradores
- Impresión
- OscuroLigero
The content is currently unavailable in Spanish. You are viewing the default English version.
Resumen del artículo
¿Te ha resultado útil este resumen?
Gracias por sus comentarios
GET /documenttypes
Get all document types.
No Parameters.
POST /documenttypes
Create a new document type.
Body Parameters
Parameter | Type | Description |
---|---|---|
documentTypeName | String | Name of the new document type. |
PUT /documenttypes
Update a document type.
Body Parameters
Parameter | Type | Description |
---|---|---|
documentTypeId | Guid | Id of the document type. |
documentTypeName | String | Name of the new document type. |
DELETE /documenttypes
Delete a document type.
Body Parameters
Parameter | Type | Description |
---|---|---|
documentTypeId | Guid | Id of the document type. |
¿Te ha sido útil este artículo?