123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298 |
- [
- {
- "ContainingType": "Program\u002B\u003C\u003Ec__DisplayClass0_0",
- "Method": "\u003C\u003CMain\u003E$\u003Eb__6",
- "RelativePath": "articleCheck/{article}/{ID:int}",
- "HttpMethod": "GET",
- "IsController": false,
- "Order": 0,
- "Parameters": [
- {
- "Name": "article",
- "Type": "System.String",
- "IsRequired": true
- },
- {
- "Name": "ID",
- "Type": "System.Int32",
- "IsRequired": true
- }
- ],
- "ReturnTypes": [
- {
- "Type": "System.Int32",
- "MediaTypes": [
- "application/json"
- ],
- "StatusCode": 200
- }
- ]
- },
- {
- "ContainingType": "Program\u002B\u003C\u003Ec__DisplayClass0_0",
- "Method": "\u003C\u003CMain\u003E$\u003Eb__11",
- "RelativePath": "material",
- "HttpMethod": "GET",
- "IsController": false,
- "Order": 0,
- "Parameters": [],
- "ReturnTypes": [
- {
- "Type": "System.Collections.Generic.List\u00601[[Material, app1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
- "MediaTypes": [
- "application/json"
- ],
- "StatusCode": 200
- }
- ]
- },
- {
- "ContainingType": "Program\u002B\u003C\u003Ec__DisplayClass0_0",
- "Method": "\u003C\u003CMain\u003E$\u003Eb__5",
- "RelativePath": "minCostForAgent/{minCost:decimal}",
- "HttpMethod": "PUT",
- "IsController": false,
- "Order": 0,
- "Parameters": [
- {
- "Name": "minCost",
- "Type": "System.Decimal",
- "IsRequired": true
- },
- {
- "Name": "ids",
- "Type": "System.Int32[]",
- "IsRequired": true
- }
- ],
- "ReturnTypes": [
- {
- "Type": "System.Void",
- "MediaTypes": [],
- "StatusCode": 200
- }
- ]
- },
- {
- "ContainingType": "Program\u002B\u003C\u003Ec__DisplayClass0_0",
- "Method": "\u003C\u003CMain\u003E$\u003Eb__0",
- "RelativePath": "product",
- "HttpMethod": "GET",
- "IsController": false,
- "Order": 0,
- "Parameters": [
- {
- "Name": "pageNum",
- "Type": "System.Nullable\u00601[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
- "IsRequired": false
- }
- ],
- "ReturnTypes": [
- {
- "Type": "System.Collections.Generic.List\u00601[[Product, app1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
- "MediaTypes": [
- "application/json"
- ],
- "StatusCode": 200
- }
- ]
- },
- {
- "ContainingType": "Program\u002B\u003C\u003Ec__DisplayClass0_0",
- "Method": "\u003C\u003CMain\u003E$\u003Eb__1",
- "RelativePath": "product",
- "HttpMethod": "POST",
- "IsController": false,
- "Order": 0,
- "Parameters": [
- {
- "Name": "newProduct",
- "Type": "Product",
- "IsRequired": true
- }
- ],
- "ReturnTypes": [
- {
- "Type": "System.Void",
- "MediaTypes": [],
- "StatusCode": 200
- }
- ]
- },
- {
- "ContainingType": "Program\u002B\u003C\u003Ec__DisplayClass0_0",
- "Method": "\u003C\u003CMain\u003E$\u003Eb__3",
- "RelativePath": "product",
- "HttpMethod": "PUT",
- "IsController": false,
- "Order": 0,
- "Parameters": [
- {
- "Name": "editProduct",
- "Type": "Product",
- "IsRequired": true
- }
- ],
- "ReturnTypes": [
- {
- "Type": "System.Void",
- "MediaTypes": [],
- "StatusCode": 200
- }
- ]
- },
- {
- "ContainingType": "Program\u002B\u003C\u003Ec__DisplayClass0_0",
- "Method": "\u003C\u003CMain\u003E$\u003Eb__2",
- "RelativePath": "product/{id:int}",
- "HttpMethod": "DELETE",
- "IsController": false,
- "Order": 0,
- "Parameters": [
- {
- "Name": "id",
- "Type": "System.Int32",
- "IsRequired": true
- }
- ],
- "ReturnTypes": [
- {
- "Type": "System.Void",
- "MediaTypes": [],
- "StatusCode": 200
- }
- ]
- },
- {
- "ContainingType": "Program\u002B\u003C\u003Ec__DisplayClass0_0",
- "Method": "\u003C\u003CMain\u003E$\u003Eb__9",
- "RelativePath": "productCostHistory/{ID:int}",
- "HttpMethod": "DELETE",
- "IsController": false,
- "Order": 0,
- "Parameters": [
- {
- "Name": "ID",
- "Type": "System.Int32",
- "IsRequired": true
- }
- ],
- "ReturnTypes": [
- {
- "Type": "System.Void",
- "MediaTypes": [],
- "StatusCode": 200
- }
- ]
- },
- {
- "ContainingType": "Program\u002B\u003C\u003Ec__DisplayClass0_0",
- "Method": "\u003C\u003CMain\u003E$\u003Eb__4",
- "RelativePath": "productCount",
- "HttpMethod": "GET",
- "IsController": false,
- "Order": 0,
- "Parameters": [],
- "ReturnTypes": [
- {
- "Type": "System.Int32",
- "MediaTypes": [
- "application/json"
- ],
- "StatusCode": 200
- }
- ]
- },
- {
- "ContainingType": "Program\u002B\u003C\u003Ec__DisplayClass0_0",
- "Method": "\u003C\u003CMain\u003E$\u003Eb__12",
- "RelativePath": "productMaterial",
- "HttpMethod": "POST",
- "IsController": false,
- "Order": 0,
- "Parameters": [
- {
- "Name": "material",
- "Type": "ProductMaterial",
- "IsRequired": true
- }
- ],
- "ReturnTypes": [
- {
- "Type": "System.Void",
- "MediaTypes": [],
- "StatusCode": 200
- }
- ]
- },
- {
- "ContainingType": "Program\u002B\u003C\u003Ec__DisplayClass0_0",
- "Method": "\u003C\u003CMain\u003E$\u003Eb__8",
- "RelativePath": "productMaterial/{ID:int}",
- "HttpMethod": "DELETE",
- "IsController": false,
- "Order": 0,
- "Parameters": [
- {
- "Name": "ID",
- "Type": "System.Int32",
- "IsRequired": true
- }
- ],
- "ReturnTypes": [
- {
- "Type": "System.Void",
- "MediaTypes": [],
- "StatusCode": 200
- }
- ]
- },
- {
- "ContainingType": "Program\u002B\u003C\u003Ec__DisplayClass0_0",
- "Method": "\u003C\u003CMain\u003E$\u003Eb__10",
- "RelativePath": "productMaterial/{ID:int}",
- "HttpMethod": "GET",
- "IsController": false,
- "Order": 0,
- "Parameters": [
- {
- "Name": "ID",
- "Type": "System.Int32",
- "IsRequired": true
- }
- ],
- "ReturnTypes": [
- {
- "Type": "System.Collections.Generic.List\u00601[[ProductMaterial, app1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
- "MediaTypes": [
- "application/json"
- ],
- "StatusCode": 200
- }
- ]
- },
- {
- "ContainingType": "Program\u002B\u003C\u003Ec__DisplayClass0_0",
- "Method": "\u003C\u003CMain\u003E$\u003Eb__7",
- "RelativePath": "saleCount/{ID:int}",
- "HttpMethod": "GET",
- "IsController": false,
- "Order": 0,
- "Parameters": [
- {
- "Name": "ID",
- "Type": "System.Int32",
- "IsRequired": true
- }
- ],
- "ReturnTypes": [
- {
- "Type": "System.Int32",
- "MediaTypes": [
- "application/json"
- ],
- "StatusCode": 200
- }
- ]
- }
- ]
|