POST api/MBPOINT
Post data MBPOINT
Request Information
URI Parameters
None.
Body Parameters
MBPOINTName | Description | Type | Additional information |
---|---|---|---|
vMethod | string |
None. |
|
MBP_MB | string |
None. |
|
MBP_REF | string |
None. |
|
MBP_POINT | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "vMethod": "sample string 1", "mbP_MB": "sample string 2", "mbP_REF": "sample string 3", "mbP_POINT": "sample string 4" }
application/xml, text/xml
Sample:
<MBPOINT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAPI1.Models"> <MBP_MB>sample string 2</MBP_MB> <MBP_POINT>sample string 4</MBP_POINT> <MBP_REF>sample string 3</MBP_REF> <vMethod>sample string 1</vMethod> </MBPOINT>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
{"vMethod": "POST","mBP_MB": "รหัสสมาชิก", "mBP_REF": "ใบเสร็จอ้างอิง","mBP_POINT": "แต้ม"}
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.