POST api/MensaMax/SearchPerson
Request Information
URI Parameters
None.
Body Parameters
MmSearchRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| benutzer | string |
None. |
|
| passwort | string |
None. |
|
| data | MmSearchData |
None. |
Request Formats
application/json, text/json
Sample:
{
"benutzer": "sample string 1",
"passwort": "sample string 2",
"data": {
"name": "sample string 1",
"vorname": "sample string 2",
"gebdat": "2026-04-18T15:47:53.418121+02:00"
}
}
application/xml, text/xml
Sample:
<MmSearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sts.Vas.Buchhaltung.Abo.MensaMax.Models">
<benutzer>sample string 1</benutzer>
<data>
<gebdat>2026-04-18T15:47:53.418121+02:00</gebdat>
<name>sample string 1</name>
<vorname>sample string 2</vorname>
</data>
<passwort>sample string 2</passwort>
</MmSearchRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />