POST onlogin
Request Information
URI Parameters
None.
Body Parameters
APIRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AWC_Code | string |
None. |
|
| Status | string |
None. |
|
| Keyword | string |
None. |
|
| Child_Id | integer |
None. |
|
| Password | string |
None. |
|
| FeedbackStatus | string |
None. |
|
| FeedbackComments | string |
None. |
|
| Month | integer |
None. |
|
| Year | integer |
None. |
|
| Day | integer |
None. |
|
| ChildAgeRange | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AWC_Code": "sample string 1",
"Status": "sample string 2",
"Keyword": "sample string 3",
"Child_Id": 4,
"Password": "sample string 5",
"FeedbackStatus": "sample string 6",
"FeedbackComments": "sample string 7",
"Month": 8,
"Year": 9,
"Day": 10,
"ChildAgeRange": 11
}
application/xml, text/xml
Sample:
<APIRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/commonlib.DataAccess"> <AWC_Code>sample string 1</AWC_Code> <ChildAgeRange>11</ChildAgeRange> <Child_Id>4</Child_Id> <Day>10</Day> <FeedbackComments>sample string 7</FeedbackComments> <FeedbackStatus>sample string 6</FeedbackStatus> <Keyword>sample string 3</Keyword> <Month>8</Month> <Password>sample string 5</Password> <Status>sample string 2</Status> <Year>9</Year> </APIRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.