POST api/Values/Add_SubscriptionReservePlayground

Request Information

URI Parameters

None.

Body Parameters

SubscriptionReservePlayground
NameDescriptionTypeAdditional information
ReserveID

integer

None.

SubscriptionDDID

integer

None.

ClientID

integer

None.

ReserveName

string

None.

ReserveDate

date

None.

TimeID

integer

None.

TimeText

string

None.

Phone

string

None.

StatusID

integer

None.

PaymentType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ReserveID": 1,
  "SubscriptionDDID": 2,
  "ClientID": 3,
  "ReserveName": "sample string 4",
  "ReserveDate": "2026-08-03T01:33:21.0028789+08:00",
  "TimeID": 6,
  "TimeText": "sample string 7",
  "Phone": "sample string 8",
  "StatusID": 9,
  "PaymentType": 10
}

text/html

Sample:
{"ReserveID":1,"SubscriptionDDID":2,"ClientID":3,"ReserveName":"sample string 4","ReserveDate":"2026-08-03T01:33:21.0028789+08:00","TimeID":6,"TimeText":"sample string 7","Phone":"sample string 8","StatusID":9,"PaymentType":10}

application/xml, text/xml

Sample:
<SubscriptionReservePlayground xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <ClientID>3</ClientID>
  <PaymentType>10</PaymentType>
  <Phone>sample string 8</Phone>
  <ReserveDate>2026-08-03T01:33:21.0028789+08:00</ReserveDate>
  <ReserveID>1</ReserveID>
  <ReserveName>sample string 4</ReserveName>
  <StatusID>9</StatusID>
  <SubscriptionDDID>2</SubscriptionDDID>
  <TimeID>6</TimeID>
  <TimeText>sample string 7</TimeText>
</SubscriptionReservePlayground>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.