PUT api/Organization/{organizationType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
organizationType

integer

Required

Body Parameters

Organization
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

customerNo

integer

None.

lastChanged

date

None.

customerName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "customerNo": 1,
  "lastChanged": "2025-11-29T15:08:26.9921143+01:00",
  "customerName": "sample string 4"
}

application/xml, text/xml

Sample:
<Organization xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <id>1</id>
  <name>sample string 2</name>
  <customerNo>1</customerNo>
  <lastChanged>2025-11-29T15:08:26.9921143+01:00</lastChanged>
  <customerName>sample string 4</customerName>
</Organization>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Organization
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

customerNo

integer

None.

lastChanged

date

None.

customerName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "customerNo": 1,
  "lastChanged": "2025-11-29T15:08:26.9961137+01:00",
  "customerName": "sample string 4"
}

application/xml, text/xml

Sample:
<Organization xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <id>1</id>
  <name>sample string 2</name>
  <customerNo>1</customerNo>
  <lastChanged>2025-11-29T15:08:26.9961137+01:00</lastChanged>
  <customerName>sample string 4</customerName>
</Organization>