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": "c95060ca-e51d-45de-822c-3d9c72f5ba5e",
"customerId": "4944b5ec-6025-4d83-aee3-3c0a2c8c4e45",
"mkActionCode": "sample string 3",
"mkActionTitle": "sample string 4",
"participationDate": "2026-04-28T12:59:24.2820973+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>4944b5ec-6025-4d83-aee3-3c0a2c8c4e45</CustomerId> <Id>c95060ca-e51d-45de-822c-3d9c72f5ba5e</Id> <MkActionCode>sample string 3</MkActionCode> <MkActionTitle>sample string 4</MkActionTitle> <ParticipationDate>2026-04-28T12:59:24.2820973+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.