POST api/Vorauswahl/GetMass
Request Information
URI Parameters
None.
Body Parameters
GetMasArgs| Name | Description | Type | Additional information |
|---|---|---|---|
| gdf_ids | Collection of decimal number |
None. |
|
| erhaltung | boolean |
None. |
|
| entwicklung | boolean |
None. |
|
| sonstige | boolean |
None. |
|
| dateVon | string |
None. |
|
| dateBis | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"gdf_ids": [
1.0,
2.0
],
"erhaltung": true,
"entwicklung": true,
"sonstige": true,
"dateVon": "sample string 4",
"dateBis": "sample string 5"
}
application/xml, text/xml
Sample:
<VorauswahlController.GetMasArgs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SandReportVorauswahl2.Controllers">
<dateBis>sample string 5</dateBis>
<dateVon>sample string 4</dateVon>
<entwicklung>true</entwicklung>
<erhaltung>true</erhaltung>
<gdf_ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:decimal>1</d2p1:decimal>
<d2p1:decimal>2</d2p1:decimal>
</gdf_ids>
<sonstige>true</sonstige>
</VorauswahlController.GetMasArgs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.