POST api/v1/mmserviceparticipations

Request Information

URI Parameters

None.

Body Parameters

MmServiceParticipationDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CustomerId

globally unique identifier

None.

RelativeId

globally unique identifier

None.

MmServiceCode

string

None.

MmServiceTitle

string

None.

ParticipationDate

date

None.

UrlImage

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "7e1af8e1-be6d-45ae-ab75-cbc820041628",
  "customerId": "f783d7f9-ef57-4f74-9d24-1a50708389ec",
  "relativeId": "57853387-3669-4417-87e4-ba000ede9418",
  "mmServiceCode": "sample string 1",
  "mmServiceTitle": "sample string 2",
  "participationDate": "2025-08-31T06:21:01.1175409+00:00",
  "urlImage": "sample string 3"
}

application/xml, text/xml

Sample:
<MmServiceParticipationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Dtos">
  <CustomerId>f783d7f9-ef57-4f74-9d24-1a50708389ec</CustomerId>
  <Id>7e1af8e1-be6d-45ae-ab75-cbc820041628</Id>
  <MmServiceCode>sample string 1</MmServiceCode>
  <MmServiceTitle>sample string 2</MmServiceTitle>
  <ParticipationDate>2025-08-31T06:21:01.1175409+00:00</ParticipationDate>
  <RelativeId>57853387-3669-4417-87e4-ba000ede9418</RelativeId>
  <UrlImage>sample string 3</UrlImage>
</MmServiceParticipationDto>

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.