POST api/ProjectStatusHistory/Post
Request Information
URI Parameters
None.
Body Parameters
ProjectStatusHistoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ProjectId | globally unique identifier |
None. |
|
| ProjectStatusId | globally unique identifier |
None. |
|
| UserProfileId | globally unique identifier |
None. |
|
| StatusName | string |
None. |
|
| StatusColor | string |
None. |
|
| Comment | string |
None. |
|
| ModifiedBy | string |
None. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| Deleted | date |
None. |
|
| BudgetAllocated | decimal number |
None. |
|
| NozalaSupportDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "58a2a66a-3c58-414b-ad08-da78a84ba9f3",
"ProjectId": "ada9e4a7-596b-4c70-a1a9-316e7b70d93e",
"ProjectStatusId": "8698f582-6558-4320-8d19-8523ba7a3baa",
"UserProfileId": "f7b733bc-d933-4a9d-88ce-6a8bcc3ef802",
"StatusName": "sample string 5",
"StatusColor": "sample string 6",
"Comment": "sample string 7",
"ModifiedBy": "sample string 8",
"Created": "2026-03-11T14:26:07.7691862+02:00",
"Modified": "2026-03-11T14:26:07.7691862+02:00",
"Deleted": "2026-03-11T14:26:07.7691862+02:00",
"BudgetAllocated": 1.0,
"NozalaSupportDate": "2026-03-11T14:26:07.7691862+02:00"
}
application/xml, text/xml
Sample:
<ProjectStatusHistoryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nozala.Model"> <BudgetAllocated>1</BudgetAllocated> <Comment>sample string 7</Comment> <Created>2026-03-11T14:26:07.7691862+02:00</Created> <Deleted>2026-03-11T14:26:07.7691862+02:00</Deleted> <Id>58a2a66a-3c58-414b-ad08-da78a84ba9f3</Id> <Modified>2026-03-11T14:26:07.7691862+02:00</Modified> <ModifiedBy>sample string 8</ModifiedBy> <NozalaSupportDate>2026-03-11T14:26:07.7691862+02:00</NozalaSupportDate> <ProjectId>ada9e4a7-596b-4c70-a1a9-316e7b70d93e</ProjectId> <ProjectStatusId>8698f582-6558-4320-8d19-8523ba7a3baa</ProjectStatusId> <StatusColor>sample string 6</StatusColor> <StatusName>sample string 5</StatusName> <UserProfileId>f7b733bc-d933-4a9d-88ce-6a8bcc3ef802</UserProfileId> </ProjectStatusHistoryModel>
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. |