POST api/v1/clubmovements
Request Information
URI Parameters
None.
Body Parameters
AddMovementDto| Name | Description | Type | Additional information |
|---|---|---|---|
| OrganizationCode | string |
None. |
|
| ClubMemberId | globally unique identifier |
None. |
|
| ClubRuleId | globally unique identifier |
None. |
|
| Points | decimal number |
None. |
|
| Type | ClubMovementType |
None. |
|
| PurchaseId | globally unique identifier |
None. |
|
| PurchaseItemId | globally unique identifier |
None. |
|
| MkActionParticipationId | globally unique identifier |
None. |
|
| MmServiceParticipationId | globally unique identifier |
None. |
|
| UsedCouponCodeId | globally unique identifier |
None. |
|
| CouponCodeId | globally unique identifier |
None. |
|
| PromotionId | globally unique identifier |
None. |
|
| DeviceId | globally unique identifier |
None. |
|
| Annotations | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"organizationCode": "sample string 1",
"clubMemberId": "f2e4596c-2c3a-4d48-8bde-172e2ae6fca4",
"clubRuleId": "6935fd7e-fedc-4f14-9c6f-866407a9b953",
"points": 3.0,
"type": 0,
"purchaseId": "4e6b5e7c-9ddc-4c24-a8ca-83a4b5245884",
"purchaseItemId": "438200e3-2644-44de-b0ab-ab40335c3045",
"mkActionParticipationId": "16d779e4-a104-4460-90ca-30da44610c1a",
"mmServiceParticipationId": "71c32a44-22b8-462a-a80c-5c6b8e82e690",
"usedCouponCodeId": "29c9f186-2ef0-4756-a648-7ebe5ee19811",
"couponCodeId": "ae505cb9-54d3-4cbc-8898-711f0ec32fcd",
"promotionId": "69406bb8-e567-445b-9714-e0ececc905ba",
"deviceId": "edffac32-7b9b-4c13-8f66-8e915e6851ba",
"annotations": "sample string 4"
}
application/xml, text/xml
Sample:
<AddMovementDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.Services.Dtos"> <Annotations>sample string 4</Annotations> <ClubMemberId>f2e4596c-2c3a-4d48-8bde-172e2ae6fca4</ClubMemberId> <ClubRuleId>6935fd7e-fedc-4f14-9c6f-866407a9b953</ClubRuleId> <CouponCodeId>ae505cb9-54d3-4cbc-8898-711f0ec32fcd</CouponCodeId> <DeviceId>edffac32-7b9b-4c13-8f66-8e915e6851ba</DeviceId> <MkActionParticipationId>16d779e4-a104-4460-90ca-30da44610c1a</MkActionParticipationId> <MmServiceParticipationId>71c32a44-22b8-462a-a80c-5c6b8e82e690</MmServiceParticipationId> <OrganizationCode>sample string 1</OrganizationCode> <Points>3</Points> <PromotionId>69406bb8-e567-445b-9714-e0ececc905ba</PromotionId> <PurchaseId>4e6b5e7c-9ddc-4c24-a8ca-83a4b5245884</PurchaseId> <PurchaseItemId>438200e3-2644-44de-b0ab-ab40335c3045</PurchaseItemId> <Type>MkactionParticipation</Type> <UsedCouponCodeId>29c9f186-2ef0-4756-a648-7ebe5ee19811</UsedCouponCodeId> </AddMovementDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.