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": "47bd07ea-06ed-4fe5-9d0d-dcafff3c031e",
"ProjectId": "29ecf4b5-ad6f-44b2-8c2b-9ec2b16b1001",
"ProjectStatusId": "f9730d2a-e014-47cc-aff1-c6fb8ac94a10",
"UserProfileId": "0f596022-2daf-4196-90f4-53a9204dcce1",
"StatusName": "sample string 5",
"StatusColor": "sample string 6",
"Comment": "sample string 7",
"ModifiedBy": "sample string 8",
"Created": "2025-12-06T07:30:42.3307251+02:00",
"Modified": "2025-12-06T07:30:42.3307251+02:00",
"Deleted": "2025-12-06T07:30:42.3307251+02:00",
"BudgetAllocated": 1.0,
"NozalaSupportDate": "2025-12-06T07:30:42.3307251+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>2025-12-06T07:30:42.3307251+02:00</Created> <Deleted>2025-12-06T07:30:42.3307251+02:00</Deleted> <Id>47bd07ea-06ed-4fe5-9d0d-dcafff3c031e</Id> <Modified>2025-12-06T07:30:42.3307251+02:00</Modified> <ModifiedBy>sample string 8</ModifiedBy> <NozalaSupportDate>2025-12-06T07:30:42.3307251+02:00</NozalaSupportDate> <ProjectId>29ecf4b5-ad6f-44b2-8c2b-9ec2b16b1001</ProjectId> <ProjectStatusId>f9730d2a-e014-47cc-aff1-c6fb8ac94a10</ProjectStatusId> <StatusColor>sample string 6</StatusColor> <StatusName>sample string 5</StatusName> <UserProfileId>0f596022-2daf-4196-90f4-53a9204dcce1</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. |