POST api/ksvantrag2schulart/update
Request Information
URI Parameters
None.
Body Parameters
KsvAntrag2Schulart| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| SchulartId | integer |
Required |
|
| AntragId | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"SchulartId": 2,
"AntragId": 3,
"RowGuid": "b945e167-83d1-4316-a820-79782fcc4de0"
}
application/xml, text/xml
Sample:
<KsvAntrag2Schulart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ksv.Models"> <AntragId>3</AntragId> <Id>1</Id> <RowGuid>b945e167-83d1-4316-a820-79782fcc4de0</RowGuid> <SchulartId>2</SchulartId> </KsvAntrag2Schulart>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
KsvAntrag2SchulartDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| AntragIdDisplay | string |
None. |
|
| SchulartIdDisplay | string |
None. |
|
| Sonderschule | integer |
None. |
|
| Id | integer |
Required |
|
| SchulartId | integer |
Required |
|
| AntragId | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"AntragIdDisplay": "sample string 1",
"SchulartIdDisplay": "sample string 2",
"Sonderschule": 1,
"Id": 3,
"SchulartId": 4,
"AntragId": 5,
"RowGuid": "bd174943-0675-45eb-8acf-957087847f35"
}
application/xml, text/xml
Sample:
<KsvAntrag2SchulartDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ksv.Models"> <AntragId>5</AntragId> <Id>3</Id> <RowGuid>bd174943-0675-45eb-8acf-957087847f35</RowGuid> <SchulartId>4</SchulartId> <AntragIdDisplay>sample string 1</AntragIdDisplay> <SchulartIdDisplay>sample string 2</SchulartIdDisplay> <Sonderschule>1</Sonderschule> </KsvAntrag2SchulartDisplay>