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": "9d0723fe-8875-4f8c-b9ac-f335bbb395d1",
"clubRuleId": "f9195491-8817-46c8-abe3-6915a804943b",
"points": 3.0,
"type": 0,
"purchaseId": "f09c5865-296f-480c-a764-6d79a2700d35",
"purchaseItemId": "89338411-a51e-482c-aaaa-70e2fc9a178f",
"mkActionParticipationId": "12be7616-2628-4a97-bc57-c04b79c40253",
"mmServiceParticipationId": "8e57866e-4213-4a98-97dc-5863745b8c42",
"usedCouponCodeId": "2979564a-1f21-4700-b2fc-0b8a50b98bc1",
"couponCodeId": "f6371b9f-cbbd-40cd-bf8f-46e9e4027c1c",
"promotionId": "9120f327-95af-4dda-b434-4c065f8eecbc",
"deviceId": "c368447a-ac5c-44b0-b762-3b429b4e479a",
"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>9d0723fe-8875-4f8c-b9ac-f335bbb395d1</ClubMemberId> <ClubRuleId>f9195491-8817-46c8-abe3-6915a804943b</ClubRuleId> <CouponCodeId>f6371b9f-cbbd-40cd-bf8f-46e9e4027c1c</CouponCodeId> <DeviceId>c368447a-ac5c-44b0-b762-3b429b4e479a</DeviceId> <MkActionParticipationId>12be7616-2628-4a97-bc57-c04b79c40253</MkActionParticipationId> <MmServiceParticipationId>8e57866e-4213-4a98-97dc-5863745b8c42</MmServiceParticipationId> <OrganizationCode>sample string 1</OrganizationCode> <Points>3</Points> <PromotionId>9120f327-95af-4dda-b434-4c065f8eecbc</PromotionId> <PurchaseId>f09c5865-296f-480c-a764-6d79a2700d35</PurchaseId> <PurchaseItemId>89338411-a51e-482c-aaaa-70e2fc9a178f</PurchaseItemId> <Type>MkactionParticipation</Type> <UsedCouponCodeId>2979564a-1f21-4700-b2fc-0b8a50b98bc1</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.