POST Organization

Request Information

URI Parameters

None.

Body Parameters

Organizations
NameDescriptionTypeAdditional 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": "2024-09-19T11:27:54.9547777+02:00",
  "AddressId": 1,
  "Enabled": true,
  "createdAt": "2024-09-19T11:27:54.9547777+02:00",
  "updatedAt": "2024-09-19T11:27:54.9547777+02:00"
}

text/html

Sample:
{"Id":1,"AccountId":2,"Name":"sample string 3","Description":"sample string 4","Created":"2024-09-19T11:27:54.9547777+02:00","AddressId":1,"Enabled":true,"createdAt":"2024-09-19T11:27:54.9547777+02:00","updatedAt":"2024-09-19T11:27:54.9547777+02: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>2024-09-19T11:27:54.9547777+02:00</Created>
  <Description>sample string 4</Description>
  <Enabled>true</Enabled>
  <Id>1</Id>
  <Name>sample string 3</Name>
  <createdAt>2024-09-19T11:27:54.9547777+02:00</createdAt>
  <updatedAt>2024-09-19T11:27:54.9547777+02:00</updatedAt>
</Organizations>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response 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>