POST api/v1/mmserviceparticipations
Request Information
URI Parameters
None.
Body Parameters
MmServiceParticipationDto| Name | Description | Type | Additional 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": "41201da5-d921-4090-be14-d1e346b5951d",
"customerId": "30f38a9f-acee-40f6-a458-de823b491e38",
"relativeId": "47e84179-7c13-4297-97a4-76a32cffbf06",
"mmServiceCode": "sample string 1",
"mmServiceTitle": "sample string 2",
"participationDate": "2026-03-21T21:46:34.9366562+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>30f38a9f-acee-40f6-a458-de823b491e38</CustomerId> <Id>41201da5-d921-4090-be14-d1e346b5951d</Id> <MmServiceCode>sample string 1</MmServiceCode> <MmServiceTitle>sample string 2</MmServiceTitle> <ParticipationDate>2026-03-21T21:46:34.9366562+00:00</ParticipationDate> <RelativeId>47e84179-7c13-4297-97a4-76a32cffbf06</RelativeId> <UrlImage>sample string 3</UrlImage> </MmServiceParticipationDto>
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.