POST api/ProjectFacilitator/Post
Request Information
URI Parameters
None.
Body Parameters
ProjectFacilitatorModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| FullName | string |
None. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| Deleted | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "c669a05c-93b8-40a3-ab7e-3db2c6a74c41",
"FullName": "sample string 2",
"Created": "2026-05-05T13:24:22.5603087+02:00",
"Modified": "2026-05-05T13:24:22.5603087+02:00",
"Deleted": "2026-05-05T13:24:22.5603087+02:00"
}
application/xml, text/xml
Sample:
<ProjectFacilitatorModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nozala.Model"> <Created>2026-05-05T13:24:22.5603087+02:00</Created> <Deleted>2026-05-05T13:24:22.5603087+02:00</Deleted> <FullName>sample string 2</FullName> <Id>c669a05c-93b8-40a3-ab7e-3db2c6a74c41</Id> <Modified>2026-05-05T13:24:22.5603087+02:00</Modified> </ProjectFacilitatorModel>
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. |