Gestiono
Referencia de APIAccounting / Project

Create Project

← Back to full API reference
POST/v1/projectAuth required
  • Validated by Zod schema: postProject.

Request details

Body fields

FieldRequiredDescription
nameYesType: string
descriptionNoType: string
divisionIdYesType: number
beneficiaryIdYesType: number
startDateNoType: string
endDateNoType: string

Default payloads

Path params

json
{}

Query

json
{}

Body

json
{
  "name": "string",
  "divisionId": 1,
  "beneficiaryId": 1
}

Sample response

json
{
  "projectId": "<projectId>"
}