POST api/MembershipCard/HistoryMembershipCardCT
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
objphone | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "PhoneNumber": "sample string 1", "SmartOTP": "sample string 2", "TypeOfAddPoint": "sample string 3", "UserLoginApp": "sample string 4", "MaDonHang": "sample string 5", "MaCN": "sample string 6", "MaloaiGD": 7 }
application/xml, text/xml
Sample:
<PhoneNumberModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO"> <MaCN>sample string 6</MaCN> <MaDonHang>sample string 5</MaDonHang> <MaloaiGD>7</MaloaiGD> <PhoneNumber>sample string 1</PhoneNumber> <SmartOTP>sample string 2</SmartOTP> <TypeOfAddPoint>sample string 3</TypeOfAddPoint> <UserLoginApp>sample string 4</UserLoginApp> </PhoneNumberModel>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Success": true, "Message": "sample string 2", "Data": {} }
application/xml, text/xml
Sample:
<ResultObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO"> <Data /> <Message>sample string 2</Message> <Success>true</Success> </ResultObject>