PUT api/v1/spots/{code}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
code | string |
Required |
Body Parameters
SpotDtoName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
|
Name | string |
None. |
|
OrganizationCode | string |
None. |
|
ImageUrl | string |
None. |
|
HrefUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "code": "sample string 1", "name": "sample string 2", "organizationCode": "sample string 3", "imageUrl": "sample string 4", "hrefUrl": "sample string 5" }
application/xml, text/xml
Sample:
<SpotDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Dtos"> <Code>sample string 1</Code> <HrefUrl>sample string 5</HrefUrl> <ImageUrl>sample string 4</ImageUrl> <Name>sample string 2</Name> <OrganizationCode>sample string 3</OrganizationCode> </SpotDto>
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.