AntwortAdresseController.GetGetAll Method
<HttpGet()> _
<Route("API/Antwortadresse/GetAll")> _
Public Function GetGetAll( _
Optional ByVal OutFormat As String = "JSON" _
) As IHttpActionResult
This language is not supported or no code example is available.
[HttpGet()]
[Route("API/Antwortadresse/GetAll")]
public IHttpActionResult GetGetAll(
string OutFormat = "JSON"
)
This language is not supported or no code example is available.
[HttpGet()]
[Route("API/Antwortadresse/GetAll")]
public:
IHttpActionResult^ GetGetAll(
String^ OutFormat
)
This language is not supported or no code example is available.
Parameters
- OutFormat
- string
Optional. The default value is "JSON".Optionaler Parameter: "XML"