POST api/Loyalty/Connect
Documentation for 'Connect'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CustomerID": "fa122d1f-156a-42f8-9d67-c93c15fa964c",
"NoHP": "sample string 2",
"Type": "sample string 3",
"Source": "sample string 4"
}
application/xml, text/xml
Sample:
<SendLoyaltyModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CustomerID>fa122d1f-156a-42f8-9d67-c93c15fa964c</CustomerID> <NoHP>sample string 2</NoHP> <Type>sample string 3</Type> <Source>sample string 4</Source> </SendLoyaltyModel>