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": "6fb89b0d-94c1-4240-8538-79fa898b3128",
"customerId": "eff3c2bd-d0f3-4931-9aee-477cc17e0125",
"relativeId": "d63a816d-720a-4aa3-bf19-f8dd9e4fe2cb",
"mmServiceCode": "sample string 1",
"mmServiceTitle": "sample string 2",
"participationDate": "2026-05-06T12:09:12.730085+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>eff3c2bd-d0f3-4931-9aee-477cc17e0125</CustomerId> <Id>6fb89b0d-94c1-4240-8538-79fa898b3128</Id> <MmServiceCode>sample string 1</MmServiceCode> <MmServiceTitle>sample string 2</MmServiceTitle> <ParticipationDate>2026-05-06T12:09:12.730085+00:00</ParticipationDate> <RelativeId>d63a816d-720a-4aa3-bf19-f8dd9e4fe2cb</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.