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": "d1e23987-9d5d-4342-bced-9d520b619de7",
"clubRuleId": "7542dbae-b990-4dc9-ab01-34c2ff6ff210",
"points": 3.0,
"type": 0,
"purchaseId": "f6b6f8d3-9c4e-4bcb-96ed-36f8bfb26896",
"purchaseItemId": "b8502225-b6ba-4c2c-981f-82b953cdfefb",
"mkActionParticipationId": "e8dd364d-ada3-4282-aefb-5d29abb9f706",
"mmServiceParticipationId": "a6acd2a7-d0fa-454b-be9a-4e4e044633ba",
"usedCouponCodeId": "f692092f-a63a-416b-a5a0-f068f7c02ebd",
"couponCodeId": "2af1dbe2-8d29-4411-b11d-495ac249537f",
"promotionId": "c0dfe374-82be-4ddf-95cc-841d4d85f5c8",
"deviceId": "46552f3e-17a4-4717-884f-7859ac7dce34",
"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>d1e23987-9d5d-4342-bced-9d520b619de7</ClubMemberId> <ClubRuleId>7542dbae-b990-4dc9-ab01-34c2ff6ff210</ClubRuleId> <CouponCodeId>2af1dbe2-8d29-4411-b11d-495ac249537f</CouponCodeId> <DeviceId>46552f3e-17a4-4717-884f-7859ac7dce34</DeviceId> <MkActionParticipationId>e8dd364d-ada3-4282-aefb-5d29abb9f706</MkActionParticipationId> <MmServiceParticipationId>a6acd2a7-d0fa-454b-be9a-4e4e044633ba</MmServiceParticipationId> <OrganizationCode>sample string 1</OrganizationCode> <Points>3</Points> <PromotionId>c0dfe374-82be-4ddf-95cc-841d4d85f5c8</PromotionId> <PurchaseId>f6b6f8d3-9c4e-4bcb-96ed-36f8bfb26896</PurchaseId> <PurchaseItemId>b8502225-b6ba-4c2c-981f-82b953cdfefb</PurchaseItemId> <Type>MkactionParticipation</Type> <UsedCouponCodeId>f692092f-a63a-416b-a5a0-f068f7c02ebd</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.