Codeunit 9045 ABS Web Request Helper in 20
- App
- System Application
Versions171819202122232425262728latest
Procedures, 9
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetOperationAsText | (var Codeunit ABS Operation Payload, var Text, Text) | Codeunit ABS Operation Response | public | - |
| GetOperationAsStream | (var Codeunit ABS Operation Payload, var InStream, Text) | Codeunit ABS Operation Response | public | - |
| HeadOperation | (var Codeunit ABS Operation Payload, Text) | Codeunit ABS Operation Response | public | - |
| PutOperation | (var Codeunit ABS Operation Payload, Text) | Codeunit ABS Operation Response | public | - |
| PutOperation | (var Codeunit ABS Operation Payload, HttpContent, Text) | Codeunit ABS Operation Response | public | - |
| DeleteOperation | (var Codeunit ABS Operation Payload, Text) | Codeunit ABS Operation Response | public | - |
| PostOperation | (var Codeunit ABS Operation Payload, Text) | Codeunit ABS Operation Response | public | - |
| PostOperation | (var Codeunit ABS Operation Payload, HttpContent, Text) | Codeunit ABS Operation Response | public | - |
| OptionsOperation | (var Codeunit ABS Operation Payload, Text) | Codeunit ABS Operation Response | public | - |