POST api/TrainingPlan3/AddIdentify

Request Information

URI Parameters

None.

Body Parameters

CoachIdentifyViewModel
NameDescriptionTypeAdditional information
CoachId

string

Required

CoachName

string

Required

ImgUrl

string

Required

Address

string

Required

PlanId

string

Required

RelatedCoachId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CoachId": "sample string 1",
  "CoachName": "sample string 2",
  "ImgUrl": "sample string 3",
  "Address": "sample string 4",
  "PlanId": "sample string 5",
  "RelatedCoachId": "sample string 6"
}

application/xml, text/xml

Sample:
<CoachIdentifyViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CoachKing.WeApp.ViewModel">
  <Address>sample string 4</Address>
  <CoachId>sample string 1</CoachId>
  <CoachName>sample string 2</CoachName>
  <ImgUrl>sample string 3</ImgUrl>
  <PlanId>sample string 5</PlanId>
  <RelatedCoachId>sample string 6</RelatedCoachId>
</CoachIdentifyViewModel>

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.