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": "124f03c8-6c30-4087-aabd-2f65b98b25b2",
"customerId": "393c2fa4-cb23-44d4-8761-5cf4fde52e2c",
"relativeId": "88fe96b2-6b8a-4644-ab88-a41eba0e12ab",
"mmServiceCode": "sample string 1",
"mmServiceTitle": "sample string 2",
"participationDate": "2026-02-04T06:17:42.6973579+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>393c2fa4-cb23-44d4-8761-5cf4fde52e2c</CustomerId> <Id>124f03c8-6c30-4087-aabd-2f65b98b25b2</Id> <MmServiceCode>sample string 1</MmServiceCode> <MmServiceTitle>sample string 2</MmServiceTitle> <ParticipationDate>2026-02-04T06:17:42.6973579+00:00</ParticipationDate> <RelativeId>88fe96b2-6b8a-4644-ab88-a41eba0e12ab</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.