POST api/organization/updateorganization/{orgKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orgKey | integer |
Required |
Body Parameters
OrganizationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| orgKey | integer |
None. |
|
| OrgTimeZone | string |
None. |
|
| Name | string |
None. |
|
| ContactPhoneNumber | string |
None. |
|
| LogoURI | string |
None. |
|
| LogoFileName | string |
None. |
|
| AlternateEmail | string |
None. |
|
| string |
None. |
||
| TemplateKey | integer |
None. |
|
| SiteTemplate | SiteTemplateModel |
None. |
|
| Address | AddressModel |
None. |
|
| Emails | Collection of ContactEmailModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"siteTemplate": {
"templateKey": 1,
"templateHeadingColor": "sample string 2",
"templateSidebarColor": "sample string 3",
"templateTextColor": "sample string 4"
},
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"addressCity": "sample string 3",
"addressState": "sample string 4",
"addressZipCode": "sample string 5"
},
"emails": [
{
"userKey": 1,
"emailType": "sample string 1",
"emailTypeKey": 64,
"contactEmailAddress": "sample string 3",
"contactEmailKey": 4,
"contactKey": 5
},
{
"userKey": 1,
"emailType": "sample string 1",
"emailTypeKey": 64,
"contactEmailAddress": "sample string 3",
"contactEmailKey": 4,
"contactKey": 5
}
],
"orgKey": 1,
"orgTimeZone": "sample string 2",
"name": "sample string 3",
"contactPhoneNumber": "sample string 4",
"logoURI": "sample string 5",
"logoFileName": "sample string 6",
"alternateEmail": "sample string 7",
"email": "sample string 8",
"templateKey": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PageViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusMessage | string |
None. |
|
| TotalCount | integer |
None. |
|
| ModelObject | Object |
None. |
|
| CurrentDateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusCode": 1,
"statusMessage": "sample string 2",
"totalCount": 3,
"modelObject": {},
"currentDateTime": "2026-01-29T20:39:25.1932108+00:00"
}