POST api/Organization/v2/{organizationType}?clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| organizationType | integer |
Required |
|
| clientId | string |
None. |
Body Parameters
OrganizationV2| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| name | string |
None. |
|
| customerNo | integer |
None. |
|
| lastChanged | date |
None. |
|
| customerName | string |
None. |
|
| official | integer |
None. |
|
| status | integer |
None. |
|
| plannedStartDate | date |
None. |
|
| plannedEndDate | date |
None. |
|
| actualStartDate | date |
None. |
|
| actualEndDate | date |
None. |
|
| orgUnit1 | integer |
None. |
|
| orgUnit2 | integer |
None. |
|
| orgUnit3 | integer |
None. |
|
| orgUnit4 | integer |
None. |
|
| orgUnit5 | integer |
None. |
|
| orgUnit6 | integer |
None. |
|
| orgUnit7 | string |
None. |
|
| orgUnit8 | string |
None. |
|
| orgUnit9 | string |
None. |
|
| orgUnit10 | string |
None. |
|
| orgUnit11 | string |
None. |
|
| orgUnit12 | string |
None. |
|
| group1 | integer |
None. |
|
| group10 | integer |
None. |
|
| information7 | string |
None. |
|
| information8 | string |
None. |
|
| amount1 | decimal number |
None. |
|
| amount2 | decimal number |
None. |
|
| amount3 | decimal number |
None. |
|
| amount4 | decimal number |
None. |
|
| mailAd | string |
None. |
|
| addressLine1 | string |
None. |
|
| addressLine2 | string |
None. |
|
| addressLine3 | string |
None. |
|
| addressLine4 | string |
None. |
|
| mainUnit | integer |
None. |
|
| orgUnitProcessing | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"name": "sample string 2",
"customerNo": 1,
"lastChanged": "2025-11-29T15:08:27.4331663+01:00",
"customerName": "sample string 4",
"official": 1,
"status": 1,
"plannedStartDate": "2025-11-29T15:08:27.4331663+01:00",
"plannedEndDate": "2025-11-29T15:08:27.4331663+01:00",
"actualStartDate": "2025-11-29T15:08:27.4331663+01:00",
"actualEndDate": "2025-11-29T15:08:27.4331663+01:00",
"orgUnit1": 1,
"orgUnit2": 1,
"orgUnit3": 1,
"orgUnit4": 1,
"orgUnit5": 1,
"orgUnit6": 1,
"orgUnit7": "sample string 5",
"orgUnit8": "sample string 6",
"orgUnit9": "sample string 7",
"orgUnit10": "sample string 8",
"orgUnit11": "sample string 9",
"orgUnit12": "sample string 10",
"group1": 1,
"group10": 1,
"information7": "sample string 11",
"information8": "sample string 12",
"amount1": 1.0,
"amount2": 1.0,
"amount3": 1.0,
"amount4": 1.0,
"mailAd": "sample string 13",
"addressLine1": "sample string 14",
"addressLine2": "sample string 15",
"addressLine3": "sample string 16",
"addressLine4": "sample string 17",
"mainUnit": 1,
"orgUnitProcessing": 1
}
application/xml, text/xml
Sample:
<OrganizationV2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <id>sample string 1</id> <name>sample string 2</name> <customerNo>1</customerNo> <lastChanged>2025-11-29T15:08:27.4331663+01:00</lastChanged> <customerName>sample string 4</customerName> <official>1</official> <status>1</status> <plannedStartDate>2025-11-29T15:08:27.4331663+01:00</plannedStartDate> <plannedEndDate>2025-11-29T15:08:27.4331663+01:00</plannedEndDate> <actualStartDate>2025-11-29T15:08:27.4331663+01:00</actualStartDate> <actualEndDate>2025-11-29T15:08:27.4331663+01:00</actualEndDate> <orgUnit1>1</orgUnit1> <orgUnit2>1</orgUnit2> <orgUnit3>1</orgUnit3> <orgUnit4>1</orgUnit4> <orgUnit5>1</orgUnit5> <orgUnit6>1</orgUnit6> <orgUnit7>sample string 5</orgUnit7> <orgUnit8>sample string 6</orgUnit8> <orgUnit9>sample string 7</orgUnit9> <orgUnit10>sample string 8</orgUnit10> <orgUnit11>sample string 9</orgUnit11> <orgUnit12>sample string 10</orgUnit12> <group1>1</group1> <group10>1</group10> <information7>sample string 11</information7> <information8>sample string 12</information8> <amount1>1</amount1> <amount2>1</amount2> <amount3>1</amount3> <amount4>1</amount4> <mailAd>sample string 13</mailAd> <addressLine1>sample string 14</addressLine1> <addressLine2>sample string 15</addressLine2> <addressLine3>sample string 16</addressLine3> <addressLine4>sample string 17</addressLine4> <mainUnit>1</mainUnit> <orgUnitProcessing>1</orgUnitProcessing> </OrganizationV2>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OrganizationV2| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| name | string |
None. |
|
| customerNo | integer |
None. |
|
| lastChanged | date |
None. |
|
| customerName | string |
None. |
|
| official | integer |
None. |
|
| status | integer |
None. |
|
| plannedStartDate | date |
None. |
|
| plannedEndDate | date |
None. |
|
| actualStartDate | date |
None. |
|
| actualEndDate | date |
None. |
|
| orgUnit1 | integer |
None. |
|
| orgUnit2 | integer |
None. |
|
| orgUnit3 | integer |
None. |
|
| orgUnit4 | integer |
None. |
|
| orgUnit5 | integer |
None. |
|
| orgUnit6 | integer |
None. |
|
| orgUnit7 | string |
None. |
|
| orgUnit8 | string |
None. |
|
| orgUnit9 | string |
None. |
|
| orgUnit10 | string |
None. |
|
| orgUnit11 | string |
None. |
|
| orgUnit12 | string |
None. |
|
| group1 | integer |
None. |
|
| group10 | integer |
None. |
|
| information7 | string |
None. |
|
| information8 | string |
None. |
|
| amount1 | decimal number |
None. |
|
| amount2 | decimal number |
None. |
|
| amount3 | decimal number |
None. |
|
| amount4 | decimal number |
None. |
|
| mailAd | string |
None. |
|
| addressLine1 | string |
None. |
|
| addressLine2 | string |
None. |
|
| addressLine3 | string |
None. |
|
| addressLine4 | string |
None. |
|
| mainUnit | integer |
None. |
|
| orgUnitProcessing | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"name": "sample string 2",
"customerNo": 1,
"lastChanged": "2025-11-29T15:08:27.4491651+01:00",
"customerName": "sample string 4",
"official": 1,
"status": 1,
"plannedStartDate": "2025-11-29T15:08:27.4491651+01:00",
"plannedEndDate": "2025-11-29T15:08:27.4491651+01:00",
"actualStartDate": "2025-11-29T15:08:27.4491651+01:00",
"actualEndDate": "2025-11-29T15:08:27.4491651+01:00",
"orgUnit1": 1,
"orgUnit2": 1,
"orgUnit3": 1,
"orgUnit4": 1,
"orgUnit5": 1,
"orgUnit6": 1,
"orgUnit7": "sample string 5",
"orgUnit8": "sample string 6",
"orgUnit9": "sample string 7",
"orgUnit10": "sample string 8",
"orgUnit11": "sample string 9",
"orgUnit12": "sample string 10",
"group1": 1,
"group10": 1,
"information7": "sample string 11",
"information8": "sample string 12",
"amount1": 1.0,
"amount2": 1.0,
"amount3": 1.0,
"amount4": 1.0,
"mailAd": "sample string 13",
"addressLine1": "sample string 14",
"addressLine2": "sample string 15",
"addressLine3": "sample string 16",
"addressLine4": "sample string 17",
"mainUnit": 1,
"orgUnitProcessing": 1
}
application/xml, text/xml
Sample:
<OrganizationV2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <id>sample string 1</id> <name>sample string 2</name> <customerNo>1</customerNo> <lastChanged>2025-11-29T15:08:27.4491651+01:00</lastChanged> <customerName>sample string 4</customerName> <official>1</official> <status>1</status> <plannedStartDate>2025-11-29T15:08:27.4491651+01:00</plannedStartDate> <plannedEndDate>2025-11-29T15:08:27.4491651+01:00</plannedEndDate> <actualStartDate>2025-11-29T15:08:27.4491651+01:00</actualStartDate> <actualEndDate>2025-11-29T15:08:27.4491651+01:00</actualEndDate> <orgUnit1>1</orgUnit1> <orgUnit2>1</orgUnit2> <orgUnit3>1</orgUnit3> <orgUnit4>1</orgUnit4> <orgUnit5>1</orgUnit5> <orgUnit6>1</orgUnit6> <orgUnit7>sample string 5</orgUnit7> <orgUnit8>sample string 6</orgUnit8> <orgUnit9>sample string 7</orgUnit9> <orgUnit10>sample string 8</orgUnit10> <orgUnit11>sample string 9</orgUnit11> <orgUnit12>sample string 10</orgUnit12> <group1>1</group1> <group10>1</group10> <information7>sample string 11</information7> <information8>sample string 12</information8> <amount1>1</amount1> <amount2>1</amount2> <amount3>1</amount3> <amount4>1</amount4> <mailAd>sample string 13</mailAd> <addressLine1>sample string 14</addressLine1> <addressLine2>sample string 15</addressLine2> <addressLine3>sample string 16</addressLine3> <addressLine4>sample string 17</addressLine4> <mainUnit>1</mainUnit> <orgUnitProcessing>1</orgUnitProcessing> </OrganizationV2>