GET api/UseBranchNetMaster?USERNAME={USERNAME}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| USERNAME | string |
Required |
Body Parameters
None.
Response Information
Resource Description
UserBranchNetApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Message | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"Message": "sample string 2",
"Result": {}
}
text/html
Sample:
{"Status":"sample string 1","Message":"sample string 2","Result":{}}
application/xml, text/xml
Sample:
<UserBranchNetApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAppApi.Models.Login"> <Message>sample string 2</Message> <Result /> <Status>sample string 1</Status> </UserBranchNetApiResponse>