POST api/v1/mkactionparticipations

Request Information

URI Parameters

None.

Body Parameters

MkActionParticipationDto
NameDescriptionTypeAdditional 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": "980842f0-59db-4c39-a465-1dab24a3c48a",
  "customerId": "918b13ec-8d53-43f2-b914-c37b66d1b0bb",
  "mkActionCode": "sample string 3",
  "mkActionTitle": "sample string 4",
  "participationDate": "2025-08-30T20:21:29.0998153+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>918b13ec-8d53-43f2-b914-c37b66d1b0bb</CustomerId>
  <Id>980842f0-59db-4c39-a465-1dab24a3c48a</Id>
  <MkActionCode>sample string 3</MkActionCode>
  <MkActionTitle>sample string 4</MkActionTitle>
  <ParticipationDate>2025-08-30T20:21:29.0998153+00:00</ParticipationDate>
</MkActionParticipationDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.