POST api/AppWxPay/GetExpPay

Request Information

URI Parameters

None.

Body Parameters

ExpPayViewModel
NameDescriptionTypeAdditional information
coachId

string

Required

address

string

Max length: 150

name

string

Max length: 20

telephone

string

Max length: 11

type

integer

Required

version

integer

None.

cardno

string

None.

coachcoin

integer

None.

consumetype

string

None.

schedule

string

None.

Request Formats

application/json, text/json

Sample:
{
  "coachId": "sample string 1",
  "address": "sample string 2",
  "name": "sample string 3",
  "telephone": "sample string 4",
  "type": 5,
  "version": 6,
  "cardno": "sample string 7",
  "coachcoin": 8,
  "consumetype": "sample string 9",
  "schedule": "sample string 10"
}

application/xml, text/xml

Sample:
<ExpPayViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CoachKing.WeApp.ViewModel">
  <Address>sample string 2</Address>
  <CardNo>sample string 7</CardNo>
  <CoachCoin>8</CoachCoin>
  <CoachId>sample string 1</CoachId>
  <ConsumType>sample string 9</ConsumType>
  <Name>sample string 3</Name>
  <ScheduleId>sample string 10</ScheduleId>
  <Telephone>sample string 4</Telephone>
  <Type>5</Type>
  <Version>6</Version>
</ExpPayViewModel>

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.