POST api/ProjectStatusHistory/SubmitForApproval
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": "f2917a17-8bc9-4223-b35d-84ee15fccb72",
"ProjectId": "0e9f5c76-9d22-461e-bcf7-e78d4aa28918",
"ProjectStatusId": "9b6cb607-9101-485d-be80-06213d9b43a9",
"UserProfileId": "9a7cc195-df8c-4999-93d6-eafe95745975",
"StatusName": "sample string 5",
"StatusColor": "sample string 6",
"Comment": "sample string 7",
"ModifiedBy": "sample string 8",
"Created": "2026-08-25T10:44:05.816855+02:00",
"Modified": "2026-08-25T10:44:05.816855+02:00",
"Deleted": "2026-08-25T10:44:05.816855+02:00",
"BudgetAllocated": 1.0,
"NozalaSupportDate": "2026-08-25T10:44:05.816855+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-08-25T10:44:05.816855+02:00</Created> <Deleted>2026-08-25T10:44:05.816855+02:00</Deleted> <Id>f2917a17-8bc9-4223-b35d-84ee15fccb72</Id> <Modified>2026-08-25T10:44:05.816855+02:00</Modified> <ModifiedBy>sample string 8</ModifiedBy> <NozalaSupportDate>2026-08-25T10:44:05.816855+02:00</NozalaSupportDate> <ProjectId>0e9f5c76-9d22-461e-bcf7-e78d4aa28918</ProjectId> <ProjectStatusId>9b6cb607-9101-485d-be80-06213d9b43a9</ProjectStatusId> <StatusColor>sample string 6</StatusColor> <StatusName>sample string 5</StatusName> <UserProfileId>9a7cc195-df8c-4999-93d6-eafe95745975</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. |