POST api/v1/clubmovements
Request Information
URI Parameters
None.
Body Parameters
AddMovementDtoName | Description | Type | Additional information |
---|---|---|---|
OrganizationCode | string |
None. |
|
ClubMemberId | globally unique identifier |
None. |
|
ClubRuleId | globally unique identifier |
None. |
|
Points | integer |
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": "32e261d3-76f6-4777-be7b-2ab756f9ca9b", "clubRuleId": "0ecb9ea0-bf51-441e-9ddb-c808618ef5ae", "points": 3, "type": 0, "purchaseId": "097a8703-aa25-44f0-ad4a-95b22237d97c", "purchaseItemId": "bf462948-4436-41b9-b8f8-00aac2d9edd2", "mkActionParticipationId": "d188d1d6-ef62-4328-ad05-21fb9af8642f", "mmServiceParticipationId": "98891cb5-e9de-4eec-9918-8b51e429e2f5", "usedCouponCodeId": "a2016671-b353-424b-b5f8-0517edced336", "couponCodeId": "eed89270-0c3e-4a0e-9b3d-b74e582244bc", "promotionId": "12bd794a-8e46-4fc1-be48-d25998eeb4bf", "deviceId": "dff2e29f-0b73-4fb6-b2b0-3104d79f2f05", "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>32e261d3-76f6-4777-be7b-2ab756f9ca9b</ClubMemberId> <ClubRuleId>0ecb9ea0-bf51-441e-9ddb-c808618ef5ae</ClubRuleId> <CouponCodeId>eed89270-0c3e-4a0e-9b3d-b74e582244bc</CouponCodeId> <DeviceId>dff2e29f-0b73-4fb6-b2b0-3104d79f2f05</DeviceId> <MkActionParticipationId>d188d1d6-ef62-4328-ad05-21fb9af8642f</MkActionParticipationId> <MmServiceParticipationId>98891cb5-e9de-4eec-9918-8b51e429e2f5</MmServiceParticipationId> <OrganizationCode>sample string 1</OrganizationCode> <Points>3</Points> <PromotionId>12bd794a-8e46-4fc1-be48-d25998eeb4bf</PromotionId> <PurchaseId>097a8703-aa25-44f0-ad4a-95b22237d97c</PurchaseId> <PurchaseItemId>bf462948-4436-41b9-b8f8-00aac2d9edd2</PurchaseItemId> <Type>MkactionParticipation</Type> <UsedCouponCodeId>a2016671-b353-424b-b5f8-0517edced336</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.