POST api/sazabsolvent2org/update
Request Information
URI Parameters
None.
Body Parameters
SazAbsolvent2Org| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AbsolventId | integer |
Required |
|
| OrganisationId | integer |
Required |
|
| Beginn | date |
Required |
|
| Ende | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "ab290832-b7ea-4229-8fa2-34fc0f14be9d",
"AbsolventId": 3,
"OrganisationId": 4,
"Beginn": "2025-11-08T13:35:56.4396423+01:00",
"Ende": "2025-11-08T13:35:56.4396423+01:00"
}
application/xml, text/xml
Sample:
<SazAbsolvent2Org xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Saz.Models"> <AbsolventId>3</AbsolventId> <Beginn>2025-11-08T13:35:56.4396423+01:00</Beginn> <Ende>2025-11-08T13:35:56.4396423+01:00</Ende> <Id>1</Id> <OrganisationId>4</OrganisationId> <RowGuid>ab290832-b7ea-4229-8fa2-34fc0f14be9d</RowGuid> </SazAbsolvent2Org>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SazAbsolvent2OrgDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| AbsolventIdDisplay | string |
None. |
|
| DisplayField | string |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AbsolventId | integer |
Required |
|
| OrganisationId | integer |
Required |
|
| Beginn | date |
Required |
|
| Ende | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"AbsolventIdDisplay": "sample string 1",
"DisplayField": "sample string 2",
"Id": 3,
"RowGuid": "04feb0ef-d684-4547-8d3e-4e7df82d60b4",
"AbsolventId": 5,
"OrganisationId": 6,
"Beginn": "2025-11-08T13:35:56.4396423+01:00",
"Ende": "2025-11-08T13:35:56.4396423+01:00"
}
application/xml, text/xml
Sample:
<SazAbsolvent2OrgDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Saz.Models"> <AbsolventId>5</AbsolventId> <Beginn>2025-11-08T13:35:56.4396423+01:00</Beginn> <Ende>2025-11-08T13:35:56.4396423+01:00</Ende> <Id>3</Id> <OrganisationId>6</OrganisationId> <RowGuid>04feb0ef-d684-4547-8d3e-4e7df82d60b4</RowGuid> <AbsolventIdDisplay>sample string 1</AbsolventIdDisplay> <DisplayField>sample string 2</DisplayField> </SazAbsolvent2OrgDisplay>