POST api/Amusement/Setting/Rid/Modify

Request Information

URI Parameters

None.

Body Parameters

AmusementRideAddOrModifyParm
NameDescriptionTypeAdditional information
AmusementRideId

string

Required

Max length: 4

Min length: 4

AmusementRideName

string

Required

Max length: 32

ExperienceDuration

integer

Required

RespectivePark

globally unique identifier

Required

WristbandType

string

Required

Max length: 1

Min length: 1

WristbandColor

integer

None.

PrinterName

string

Max length: 32

ChargeDeposit

string

Required

Max length: 1

Min length: 1

DepositAmount

decimal number

Required

Reserve1

string

Max length: 50

Reserve2

string

Max length: 50

Reserve3

string

Max length: 50

Request Formats

application/json, text/json

Sample:
{
  "AmusementRideId": "sample string 1",
  "AmusementRideName": "sample string 2",
  "ExperienceDuration": 3,
  "RespectivePark": "46176978-0293-49e5-9410-f0fe5c342814",
  "WristbandType": "sample string 5",
  "WristbandColor": 1,
  "PrinterName": "sample string 6",
  "ChargeDeposit": "sample string 7",
  "DepositAmount": 8.0,
  "Reserve1": "sample string 9",
  "Reserve2": "sample string 10",
  "Reserve3": "sample string 11"
}

application/xml, text/xml

Sample:
<AmusementRideAddOrModifyParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Common.PlayGround">
  <AmusementRideId>sample string 1</AmusementRideId>
  <AmusementRideName>sample string 2</AmusementRideName>
  <ChargeDeposit>sample string 7</ChargeDeposit>
  <DepositAmount>8</DepositAmount>
  <ExperienceDuration>3</ExperienceDuration>
  <PrinterName>sample string 6</PrinterName>
  <Reserve1>sample string 9</Reserve1>
  <Reserve2>sample string 10</Reserve2>
  <Reserve3>sample string 11</Reserve3>
  <RespectivePark>46176978-0293-49e5-9410-f0fe5c342814</RespectivePark>
  <WristbandColor>1</WristbandColor>
  <WristbandType>sample string 5</WristbandType>
</AmusementRideAddOrModifyParm>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AmusementRideAddOrModifyParm'.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

CommonOperationResult
NameDescriptionTypeAdditional information
errcode

错误代码,通常0表示成功,其他值表示错误。

integer

None.

errmsg

错误描述,当errcode不为零时,此值可以用于呈现给用户。

string

None.

tag

操作同时,服务器端需要返回的其他值。

string

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": "sample string 3"
}

application/xml, text/xml

Sample:
<CommonOperationResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
  <errcode>1</errcode>
  <errmsg>sample string 2</errmsg>
  <tag>sample string 3</tag>
</CommonOperationResult>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.