POST api/project/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
ProjectDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
|
| Name | string |
None. |
|
| Longname | string |
None. |
|
| HasSocialLogin | boolean |
None. |
|
| HasPostToFacebook | boolean |
None. |
|
| HasSendToSms | boolean |
None. |
|
| HasSendToEmail | boolean |
None. |
|
| HasUserCanChangePassword | boolean |
None. |
|
| HasUserCanResetPassword | boolean |
None. |
|
| HasMemberApply | boolean |
None. |
|
| HasImageGalleryView | boolean |
None. |
|
| HasWeatherApp | boolean |
None. |
|
| HasImagesPage | boolean |
None. |
|
| HasGeometry | boolean |
None. |
|
| HasContactPage | boolean |
None. |
|
| HasFreeSearch | boolean |
None. |
|
| HasSendEmailNewMessage | boolean |
None. |
|
| HasSendEmailNewAktuelltFull | boolean |
None. |
|
| GeometryTopLeftX | decimal number |
None. |
|
| GeometryTopLeftY | decimal number |
None. |
|
| GeometryBottomRightX | decimal number |
None. |
|
| GeometryBottomRightY | decimal number |
None. |
|
| string |
None. |
||
| Address | string |
None. |
|
| Postcode | string |
None. |
|
| City | string |
None. |
|
| Phone | string |
None. |
|
| Organisationsnummer | string |
None. |
|
| BankAccountnumber | string |
None. |
|
| Color | string |
None. |
|
| Backgroundcolor | string |
None. |
|
| SmallLogoUrl | string |
None. |
|
| MediumLogoUrl | string |
None. |
|
| LargeLogoUrl | string |
None. |
|
| FacebookAppId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "ef8ceb81-9d5a-4d71-af77-ffb877df7f9f",
"created": "2025-12-20T12:19:57.3671746+01:00",
"updated": "2025-12-20T12:19:57.3671746+01:00",
"name": "sample string 3",
"longname": "sample string 4",
"hasSocialLogin": true,
"hasPostToFacebook": true,
"hasSendToSms": true,
"hasSendToEmail": true,
"hasUserCanChangePassword": true,
"hasUserCanResetPassword": true,
"hasMemberApply": true,
"hasImageGalleryView": true,
"hasWeatherApp": true,
"hasImagesPage": true,
"hasGeometry": true,
"hasContactPage": true,
"hasFreeSearch": true,
"hasSendEmailNewMessage": true,
"hasSendEmailNewAktuelltFull": true,
"geometryTopLeftX": 1.1,
"geometryTopLeftY": 1.1,
"geometryBottomRightX": 1.1,
"geometryBottomRightY": 1.1,
"email": "sample string 20",
"address": "sample string 21",
"postcode": "sample string 22",
"city": "sample string 23",
"phone": "sample string 24",
"organisationsnummer": "sample string 25",
"bankAccountnumber": "sample string 26",
"color": "sample string 27",
"backgroundcolor": "sample string 28",
"smallLogoUrl": "sample string 29",
"mediumLogoUrl": "sample string 30",
"largeLogoUrl": "sample string 31",
"facebookAppId": "sample string 32"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.