Files
2024-12-19 23:55:07 +01:00

92 lines
2.0 KiB
JSON

[
{
"ContainingType": "Aufgabe19.Controllers.CustomerController",
"Method": "Get",
"RelativePath": "api/Customer",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [],
"ReturnTypes": [
{
"Type": "System.Collections.Generic.IEnumerable\u00601[[Aufgabe19.Customer, Aufgabe19, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "Aufgabe19.Controllers.CustomerController",
"Method": "Post",
"RelativePath": "api/Customer",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "value",
"Type": "Aufgabe19.Customer",
"IsRequired": true
}
],
"ReturnTypes": [
{
"Type": "System.Void",
"MediaTypes": [],
"StatusCode": 200
}
]
},
{
"ContainingType": "Aufgabe19.Controllers.CustomerController",
"Method": "Get",
"RelativePath": "api/Customer/{id}",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "id",
"Type": "System.Int32",
"IsRequired": true
}
],
"ReturnTypes": [
{
"Type": "Aufgabe19.Customer",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "Aufgabe19.Controllers.CustomerController",
"Method": "Delete",
"RelativePath": "api/Customer/{id}",
"HttpMethod": "DELETE",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "id",
"Type": "System.Int32",
"IsRequired": true
}
],
"ReturnTypes": [
{
"Type": "System.Void",
"MediaTypes": [],
"StatusCode": 200
}
]
}
]