{
"id": 1,
"name": "Nome do projeto",
"exhibitionId": 1,
"endDate": "2022-12-31",
"startDate": "2024-04-10",
"measure": 0,
"address": {
"id": 0,
"city": "string",
"complement": "string",
"number": "string",
"street": "string",
"state": "string",
"zipCode": "string",
"district": "string",
"type": "string"
},
"companyId": 1,
"clientTaxId": "99999999999999",
"clientName": "Cliente Teste",
"clientEmail": "test@test.com",
"clientPersonType": "string",
"estimatedValue": 100,
"status": "string",
"customerAddress": {
"id": 0,
"city": "string",
"complement": "string",
"number": "string",
"street": "string",
"state": "string",
"zipCode": "string",
"district": "string",
"type": "string"
},
"customerPhone": "string"
}curl --location --request POST 'api/v1/oneos/project' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"name": "Nome do projeto",
"exhibitionId": 1,
"endDate": "2022-12-31",
"startDate": "2024-04-10",
"measure": 0,
"address": {
"id": 0,
"city": "string",
"complement": "string",
"number": "string",
"street": "string",
"state": "string",
"zipCode": "string",
"district": "string",
"type": "string"
},
"companyId": 1,
"clientTaxId": "99999999999999",
"clientName": "Cliente Teste",
"clientEmail": "test@test.com",
"clientPersonType": "string",
"estimatedValue": 100,
"status": "string",
"customerAddress": {
"id": 0,
"city": "string",
"complement": "string",
"number": "string",
"street": "string",
"state": "string",
"zipCode": "string",
"district": "string",
"type": "string"
},
"customerPhone": "string"
}'{
"id": 1,
"name": "Nome do projeto",
"exhibitionId": 1,
"endDate": "2022-12-31",
"startDate": "2024-04-10",
"measure": 0,
"address": {
"id": 0,
"city": "string",
"complement": "string",
"number": "string",
"street": "string",
"state": "string",
"zipCode": "string",
"district": "string",
"type": "string"
},
"companyId": 1,
"clientTaxId": "99999999999999",
"clientName": "Cliente Teste",
"clientEmail": "test@test.com",
"clientPersonType": "string",
"estimatedValue": 100,
"status": "string",
"customerAddress": {
"id": 0,
"city": "string",
"complement": "string",
"number": "string",
"street": "string",
"state": "string",
"zipCode": "string",
"district": "string",
"type": "string"
},
"customerPhone": "string"
}