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": "45331c45-2638-4d49-9168-7ceb587acbac",
"customerId": "6282963b-b478-4f79-b4fd-88c89b158ba6",
"mkActionCode": "sample string 3",
"mkActionTitle": "sample string 4",
"participationDate": "2026-02-04T06:16:42.6169056+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>6282963b-b478-4f79-b4fd-88c89b158ba6</CustomerId> <Id>45331c45-2638-4d49-9168-7ceb587acbac</Id> <MkActionCode>sample string 3</MkActionCode> <MkActionTitle>sample string 4</MkActionTitle> <ParticipationDate>2026-02-04T06:16:42.6169056+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.