POST api/Lieferant
Request Information
URI Parameters
None.
Body Parameters
LieferantDatenName | Type | Additional information |
---|---|---|
SparteID | integer |
Required Matching regular expression pattern: ^[12]$ |
Request Formats
application/json, text/json
Sample:
{ "SparteID": 1 }
Response Information
Resource Description
Collection of LieferantName | Type | Additional information |
---|---|---|
Lieferant_Name | string |
None. |
Lieferant_ID | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Lieferant_Name": "sample string 1", "Lieferant_ID": "sample string 2" }, { "Lieferant_Name": "sample string 1", "Lieferant_ID": "sample string 2" } ]