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": "4a45dc98-228d-48af-8f3d-f045d9857505",
"customerId": "d1666744-b491-4873-a4bd-1e03d564d188",
"relativeId": "6e03ddf8-92ab-43ca-8e26-0ac94bace045",
"mmServiceCode": "sample string 1",
"mmServiceTitle": "sample string 2",
"participationDate": "2026-09-19T10:40:35.4178982+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>d1666744-b491-4873-a4bd-1e03d564d188</CustomerId> <Id>4a45dc98-228d-48af-8f3d-f045d9857505</Id> <MmServiceCode>sample string 1</MmServiceCode> <MmServiceTitle>sample string 2</MmServiceTitle> <ParticipationDate>2026-09-19T10:40:35.4178982+00:00</ParticipationDate> <RelativeId>6e03ddf8-92ab-43ca-8e26-0ac94bace045</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.