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": "e8122776-1bfe-48a2-b721-5a0c08e71c6a",
"customerId": "08bb7412-0e97-407b-b1bf-1020f0c337f6",
"mkActionCode": "sample string 3",
"mkActionTitle": "sample string 4",
"participationDate": "2026-03-21T21:45:25.9202126+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>08bb7412-0e97-407b-b1bf-1020f0c337f6</CustomerId> <Id>e8122776-1bfe-48a2-b721-5a0c08e71c6a</Id> <MkActionCode>sample string 3</MkActionCode> <MkActionTitle>sample string 4</MkActionTitle> <ParticipationDate>2026-03-21T21:45:25.9202126+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.