POST api/Project/Post
Request Information
URI Parameters
None.
Body Parameters
ProjectModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| Deleted | date |
None. |
|
| ProjectTypeId | globally unique identifier |
None. |
|
| PartnerOrganizationId | globally unique identifier |
None. |
|
| FacilitatorId | globally unique identifier |
None. |
|
| ProjectStatusId | globally unique identifier |
None. |
|
| ProjectStatus | string |
None. |
|
| ProjectStatusComment | string |
None. |
|
| ProjectStatusColor | string |
None. |
|
| ProjectCoOrdinatorId | globally unique identifier |
None. |
|
| ProvinceId | globally unique identifier |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| ProjectStartDate | date |
None. |
|
| NozalaSupportDate | date |
None. |
|
| ContactPersonName | string |
None. |
|
| ContactPersonTel | string |
None. |
|
| BudgetAllocated | decimal number |
None. |
|
| ActualBudgetSpend | decimal number |
None. |
|
| Campaigns | integer |
None. |
|
| CompletedTasks | integer |
None. |
|
| Tasks | integer |
None. |
|
| CompletionPercentage | decimal number |
None. |
|
| BudgetSpendPercentage | decimal number |
None. |
|
| Beneficiaries | integer |
None. |
|
| Documents | integer |
None. |
|
| Expenditures | integer |
None. |
|
| Users | Collection of DataLookupModel |
None. |
|
| EstimatedHours | integer |
None. |
|
| ActualHours | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "3ba95d27-fb8f-4b92-a559-47bab1ccb8a7",
"Created": "2026-06-29T12:52:54.9890226+02:00",
"Modified": "2026-06-29T12:52:54.9890226+02:00",
"Deleted": "2026-06-29T12:52:54.9890226+02:00",
"ProjectTypeId": "937677b4-ad0f-47dc-80d9-d263689d1646",
"PartnerOrganizationId": "09ba3874-0e80-4341-8f03-98a2795e096c",
"FacilitatorId": "a5197a0e-5724-496b-96a8-76fc007c8b17",
"ProjectStatusId": "a181dd14-d375-4b31-a331-49f0bdf774d9",
"ProjectStatus": "sample string 9",
"ProjectStatusComment": "sample string 10",
"ProjectStatusColor": "sample string 11",
"ProjectCoOrdinatorId": "addb4456-197e-4360-80c5-913efe82d05f",
"ProvinceId": "d0a286b4-4687-46d2-b4fb-cd0ecf0b75e6",
"LocationId": "f7fca4cd-9770-4c74-9861-f99e22a88b1d",
"Name": "sample string 15",
"Description": "sample string 16",
"ProjectStartDate": "2026-06-29T12:52:54.9890226+02:00",
"NozalaSupportDate": "2026-06-29T12:52:54.9890226+02:00",
"ContactPersonName": "sample string 19",
"ContactPersonTel": "sample string 20",
"BudgetAllocated": 21.0,
"ActualBudgetSpend": 22.0,
"Campaigns": 23,
"CompletedTasks": 24,
"Tasks": 25,
"CompletionPercentage": 26.0,
"BudgetSpendPercentage": 27.0,
"Beneficiaries": 28,
"Documents": 29,
"Expenditures": 30,
"Users": [
{
"Id": "c80c1f39-8e5c-4b90-ab4f-3fdb1785ae98",
"Value": "sample string 2"
},
{
"Id": "c80c1f39-8e5c-4b90-ab4f-3fdb1785ae98",
"Value": "sample string 2"
}
],
"EstimatedHours": 1,
"ActualHours": 1
}
application/xml, text/xml
Sample:
<ProjectModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nozala.Model">
<ActualBudgetSpend>22</ActualBudgetSpend>
<ActualHours>1</ActualHours>
<Beneficiaries>28</Beneficiaries>
<BudgetAllocated>21</BudgetAllocated>
<BudgetSpendPercentage>27</BudgetSpendPercentage>
<Campaigns>23</Campaigns>
<CompletedTasks>24</CompletedTasks>
<CompletionPercentage>26</CompletionPercentage>
<ContactPersonName>sample string 19</ContactPersonName>
<ContactPersonTel>sample string 20</ContactPersonTel>
<Created>2026-06-29T12:52:54.9890226+02:00</Created>
<Deleted>2026-06-29T12:52:54.9890226+02:00</Deleted>
<Description>sample string 16</Description>
<Documents>29</Documents>
<EstimatedHours>1</EstimatedHours>
<Expenditures>30</Expenditures>
<FacilitatorId>a5197a0e-5724-496b-96a8-76fc007c8b17</FacilitatorId>
<Id>3ba95d27-fb8f-4b92-a559-47bab1ccb8a7</Id>
<LocationId>f7fca4cd-9770-4c74-9861-f99e22a88b1d</LocationId>
<Modified>2026-06-29T12:52:54.9890226+02:00</Modified>
<Name>sample string 15</Name>
<NozalaSupportDate>2026-06-29T12:52:54.9890226+02:00</NozalaSupportDate>
<PartnerOrganizationId>09ba3874-0e80-4341-8f03-98a2795e096c</PartnerOrganizationId>
<ProjectCoOrdinatorId>addb4456-197e-4360-80c5-913efe82d05f</ProjectCoOrdinatorId>
<ProjectStartDate>2026-06-29T12:52:54.9890226+02:00</ProjectStartDate>
<ProjectStatus>sample string 9</ProjectStatus>
<ProjectStatusColor>sample string 11</ProjectStatusColor>
<ProjectStatusComment>sample string 10</ProjectStatusComment>
<ProjectStatusId>a181dd14-d375-4b31-a331-49f0bdf774d9</ProjectStatusId>
<ProjectTypeId>937677b4-ad0f-47dc-80d9-d263689d1646</ProjectTypeId>
<ProvinceId>d0a286b4-4687-46d2-b4fb-cd0ecf0b75e6</ProvinceId>
<Tasks>25</Tasks>
<Users>
<DataLookupModel>
<Id>c80c1f39-8e5c-4b90-ab4f-3fdb1785ae98</Id>
<Value>sample string 2</Value>
</DataLookupModel>
<DataLookupModel>
<Id>c80c1f39-8e5c-4b90-ab4f-3fdb1785ae98</Id>
<Value>sample string 2</Value>
</DataLookupModel>
</Users>
</ProjectModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |