PUT Organization
Request Information
URI Parameters
None.
Body Parameters
Organizations| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AccountId | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Created | date |
None. |
|
| AddressId | integer |
None. |
|
| Enabled | boolean |
None. |
|
| createdAt | date |
None. |
|
| updatedAt | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"AccountId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"Created": "2025-12-11T14:50:24.2813655+01:00",
"AddressId": 1,
"Enabled": true,
"createdAt": "2025-12-11T14:50:24.2813655+01:00",
"updatedAt": "2025-12-11T14:50:24.2969926+01:00"
}
text/html
Sample:
{"Id":1,"AccountId":2,"Name":"sample string 3","Description":"sample string 4","Created":"2025-12-11T14:50:24.2813655+01:00","AddressId":1,"Enabled":true,"createdAt":"2025-12-11T14:50:24.2813655+01:00","updatedAt":"2025-12-11T14:50:24.2969926+01:00"}
application/xml, text/xml
Sample:
<Organizations xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AkademyCore.Models"> <AccountId>2</AccountId> <AddressId>1</AddressId> <Created>2025-12-11T14:50:24.2813655+01:00</Created> <Description>sample string 4</Description> <Enabled>true</Enabled> <Id>1</Id> <Name>sample string 3</Name> <createdAt>2025-12-11T14:50:24.2813655+01:00</createdAt> <updatedAt>2025-12-11T14:50:24.2969926+01:00</updatedAt> </Organizations>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>