Referencia de APIAccounting / Project
Create Project
Request details
Body fields
| Field | Required | Description |
|---|---|---|
| name | Yes | Type: string |
| description | No | Type: string |
| divisionId | Yes | Type: number |
| beneficiaryId | Yes | Type: number |
| startDate | No | Type: string |
| endDate | No | Type: string |
Default payloads
Path params
json
{}Query
json
{}Body
json
{
"name": "string",
"divisionId": 1,
"beneficiaryId": 1
}Sample response
json
{
"projectId": "<projectId>"
}