POST api/sazabsolvent/getverleihungen
Request Information
URI Parameters
None.
Body Parameters
SazAbsolventGetVerleihungenRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Abnahmejahr | integer |
Required |
|
| AbsolventId | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"Abnahmejahr": 1,
"AbsolventId": 2
}
application/xml, text/xml
Sample:
<SazAbsolventGetVerleihungenRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Saz.Models"> <Abnahmejahr>1</Abnahmejahr> <AbsolventId>2</AbsolventId> </SazAbsolventGetVerleihungenRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>