POST api/v1/mkactionparticipations
Request Information
URI Parameters
None.
Body Parameters
MkActionParticipationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| MkActionCode | string |
None. |
|
| MkActionTitle | string |
None. |
|
| ParticipationDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "578df025-50ec-4352-b13c-783f87b5c5a1",
"customerId": "25d6ae22-7e4a-43a9-9c74-d6b0d6d9c64d",
"mkActionCode": "sample string 3",
"mkActionTitle": "sample string 4",
"participationDate": "2026-08-04T23:32:33.5264445+00:00"
}
application/xml, text/xml
Sample:
<MkActionParticipationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Dtos"> <CustomerId>25d6ae22-7e4a-43a9-9c74-d6b0d6d9c64d</CustomerId> <Id>578df025-50ec-4352-b13c-783f87b5c5a1</Id> <MkActionCode>sample string 3</MkActionCode> <MkActionTitle>sample string 4</MkActionTitle> <ParticipationDate>2026-08-04T23:32:33.5264445+00:00</ParticipationDate> </MkActionParticipationDto>
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.