POST api/TrungTamKhachHang/getTicketAppSawaco
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MResultName | Description | Type | Additional information |
---|---|---|---|
success | boolean |
None. |
|
error | string |
None. |
|
alert | string |
None. |
|
message | string |
None. |
|
data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "success": true, "error": "sample string 2", "alert": "sample string 3", "message": "sample string 4", "data": {} }
text/xml
Sample:
<MResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSTanHoa.Models"> <alert>sample string 3</alert> <data /> <error>sample string 2</error> <message>sample string 4</message> <success>true</success> </MResult>