POST api/GetOurSchools
Request Information
URI Parameters
None.
Body Parameters
GetLoginAccountDtls| Name | Description | Type | Additional information |
|---|---|---|---|
| OUserId | string |
None. |
|
| Token | string |
None. |
|
| MobileNo | string |
None. |
|
| Pwd | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OUserId": "sample string 1",
"Token": "sample string 2",
"MobileNo": "sample string 3",
"Pwd": "sample string 4"
}
application/xml, text/xml
Sample:
<GetLoginAccountDtls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsCampusColors.Model"> <MobileNo>sample string 3</MobileNo> <OUserId>sample string 1</OUserId> <Pwd>sample string 4</Pwd> <Token>sample string 2</Token> </GetLoginAccountDtls>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetOurSchoolArray| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{},
{}
]
}
application/xml, text/xml
Sample:
<GetOurSchoolArray xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsCampusColors.Model">
<Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</Data>
</GetOurSchoolArray>