POST api/member/Outside

Request Information

URI Parameters

None.

Body Parameters

OutsideCourseModel
NameDescriptionTypeAdditional information
DeadlineID

integer

None.

StateID

integer

None.

ID

integer

None.

CompletedHours

decimal number

None.

Provider

string

None.

Location

string

None.

Comments

string

None.

SpecialtyAreaID

integer

None.

SpecialtyArea

string

None.

SpecialtyHours

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "DeadlineID": 1,
  "StateID": 2,
  "ID": 3,
  "CompletedHours": 4.0,
  "Provider": "sample string 5",
  "Location": "sample string 6",
  "Comments": "sample string 7",
  "SpecialtyAreaID": 1,
  "SpecialtyArea": "sample string 8",
  "SpecialtyHours": 9.0
}

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.