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": "a38260ba-615d-46ac-9c09-5c95d924be6a"
}
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>a38260ba-615d-46ac-9c09-5c95d924be6a</RowGuid> <SchulartId>2</SchulartId> </KsvAntrag2Schulart>
application/x-www-form-urlencoded
Sample:
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": "1854a0ae-ac2b-479d-81e7-782c86167a0d"
}
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>1854a0ae-ac2b-479d-81e7-782c86167a0d</RowGuid> <SchulartId>4</SchulartId> <AntragIdDisplay>sample string 1</AntragIdDisplay> <SchulartIdDisplay>sample string 2</SchulartIdDisplay> <Sonderschule>1</Sonderschule> </KsvAntrag2SchulartDisplay>