POST api/GotoWebApp4Flutter
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GotoWebApp4Flutter| Name | Description | Type | Additional information |
|---|---|---|---|
| Url | string |
None. |
|
| PageName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Url": "sample string 1",
"PageName": "sample string 2"
}
application/xml, text/xml
Sample:
<GotoWebApp4Flutter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsCampusColors.Model"> <PageName>sample string 2</PageName> <Url>sample string 1</Url> </GotoWebApp4Flutter>