PUT api/v1/mmservices/{code}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
code | string |
Required |
Body Parameters
MmServiceDtoName | 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": "75973268-acaf-4363-b00c-7f2a1199bd80", "code": "sample string 1", "title": "sample string 2", "description": "sample string 3", "beginDate": "2025-08-31T06:18:35.3031238+00:00", "endDate": "2025-08-31T06:18:35.3031238+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>2025-08-31T06:18:35.3031238+00:00</BeginDate> <Code>sample string 1</Code> <Description>sample string 3</Description> <EndDate>2025-08-31T06:18:35.3031238+00:00</EndDate> <Id>75973268-acaf-4363-b00c-7f2a1199bd80</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.