POST api/v1/mmservices
Request Information
URI Parameters
None.
Body Parameters
MmServiceDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| BeginDate | date |
None. |
|
| EndDate | date |
None. |
|
| UrlImage | string |
None. |
|
| MmServiceCategoryCode | string |
None. |
|
| PlaceCode | string |
None. |
|
| PeriodCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "1f68ea65-265c-4243-8f0c-424cec449f85",
"code": "sample string 1",
"title": "sample string 2",
"description": "sample string 3",
"beginDate": "2026-02-04T04:34:50.2817452+00:00",
"endDate": "2026-02-04T04:34:50.2817452+00:00",
"urlImage": "sample string 4",
"mmServiceCategoryCode": "sample string 5",
"placeCode": "sample string 6",
"periodCode": "sample string 7"
}
application/xml, text/xml
Sample:
<MmServiceDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Dtos"> <BeginDate>2026-02-04T04:34:50.2817452+00:00</BeginDate> <Code>sample string 1</Code> <Description>sample string 3</Description> <EndDate>2026-02-04T04:34:50.2817452+00:00</EndDate> <Id>1f68ea65-265c-4243-8f0c-424cec449f85</Id> <MmServiceCategoryCode>sample string 5</MmServiceCategoryCode> <PeriodCode>sample string 7</PeriodCode> <PlaceCode>sample string 6</PlaceCode> <Title>sample string 2</Title> <UrlImage>sample string 4</UrlImage> </MmServiceDto>
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.