POST injuriesAppointment/allInjuriesAppointmentMember

Request Information

URI Parameters

None.

Body Parameters

injuriesAppointmentData
NameDescriptionTypeAdditional information
injuriesAppointmentId

integer

None.

memberId

integer

None.

injuryId

integer

None.

startRecoveryDate

string

None.

endRecoveryDate

string

None.

injuryDate

string

None.

notes

string

None.

dateFrom

string

None.

dateTo

string

None.

language

string

None.

page

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "injuriesAppointmentId": 1,
  "memberId": 2,
  "injuryId": 3,
  "startRecoveryDate": "sample string 4",
  "endRecoveryDate": "sample string 5",
  "injuryDate": "sample string 6",
  "notes": "sample string 7",
  "dateFrom": "sample string 8",
  "dateTo": "sample string 9",
  "language": "sample string 10",
  "page": 11
}

application/xml, text/xml

Sample:
<injuriesAppointmentData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/spor.Models.history">
  <dateFrom>sample string 8</dateFrom>
  <dateTo>sample string 9</dateTo>
  <endRecoveryDate>sample string 5</endRecoveryDate>
  <injuriesAppointmentId>1</injuriesAppointmentId>
  <injuryDate>sample string 6</injuryDate>
  <injuryId>3</injuryId>
  <language>sample string 10</language>
  <memberId>2</memberId>
  <notes>sample string 7</notes>
  <page>11</page>
  <startRecoveryDate>sample string 4</startRecoveryDate>
</injuriesAppointmentData>

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 'injuriesAppointmentData'.

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.