POST ScoreCard/UseScoreCard

使用积分卡

Request Information

URI Parameters

None.

Body Parameters

UseScoreCatdRequestModel
NameDescriptionTypeAdditional information
cardKey

加密卡号

string

None.

parentId

家长ID

string

None.

studentId

学生ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "cardKey": "sample string 1",
  "parentId": "sample string 2",
  "studentId": "sample string 3"
}

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.