POST api/CareTeamRequest/AddSDAssessment

Request Information

URI Parameters

None.

Body Parameters

SDAssessmentViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

CareTeamRequestId

integer

None.

ProfileId

integer

None.

LivingSituationId

integer

None.

LivingSituationList

Collection of ddlIdName

None.

FoodWId

integer

None.

FoodWList

Collection of ddlIdName

None.

FoodRId

integer

None.

FoodRList

Collection of ddlIdName

None.

HousingId

integer

None.

HousingIds

Collection of string

None.

HousingList

Collection of ddlIdName

None.

TransportationId

integer

None.

TransportationList

Collection of ddlIdName

None.

UtilitiesId

integer

None.

UtilitiesList

Collection of ddlIdName

None.

PhysicallHurtId

integer

None.

PhysicallHurtList

Collection of ddlIdName

None.

InsultTalkDowId

integer

None.

InsultTalkDowList

Collection of ddlIdName

None.

ThreatenwithHarmId

integer

None.

ThreatenwithHarmList

Collection of ddlIdName

None.

ScreamCurseId

integer

None.

ScreamCurseList

Collection of ddlIdName

None.

TotalScore

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CareTeamRequestId": 2,
  "ProfileId": 3,
  "LivingSituationId": 4,
  "LivingSituationList": [
    {
      "Id": 1,
      "Name": "sample string 2"
    },
    {
      "Id": 1,
      "Name": "sample string 2"
    }
  ],
  "FoodWId": 5,
  "FoodWList": [
    {
      "Id": 1,
      "Name": "sample string 2"
    },
    {
      "Id": 1,
      "Name": "sample string 2"
    }
  ],
  "FoodRId": 6,
  "FoodRList": [
    {
      "Id": 1,
      "Name": "sample string 2"
    },
    {
      "Id": 1,
      "Name": "sample string 2"
    }
  ],
  "HousingId": 7,
  "HousingIds": [
    "sample string 1",
    "sample string 2"
  ],
  "HousingList": [
    {
      "Id": 1,
      "Name": "sample string 2"
    },
    {
      "Id": 1,
      "Name": "sample string 2"
    }
  ],
  "TransportationId": 8,
  "TransportationList": [
    {
      "Id": 1,
      "Name": "sample string 2"
    },
    {
      "Id": 1,
      "Name": "sample string 2"
    }
  ],
  "UtilitiesId": 9,
  "UtilitiesList": [
    {
      "Id": 1,
      "Name": "sample string 2"
    },
    {
      "Id": 1,
      "Name": "sample string 2"
    }
  ],
  "PhysicallHurtId": 10,
  "PhysicallHurtList": [
    {
      "Id": 1,
      "Name": "sample string 2"
    },
    {
      "Id": 1,
      "Name": "sample string 2"
    }
  ],
  "InsultTalkDowId": 11,
  "InsultTalkDowList": [
    {
      "Id": 1,
      "Name": "sample string 2"
    },
    {
      "Id": 1,
      "Name": "sample string 2"
    }
  ],
  "ThreatenwithHarmId": 12,
  "ThreatenwithHarmList": [
    {
      "Id": 1,
      "Name": "sample string 2"
    },
    {
      "Id": 1,
      "Name": "sample string 2"
    }
  ],
  "ScreamCurseId": 13,
  "ScreamCurseList": [
    {
      "Id": 1,
      "Name": "sample string 2"
    },
    {
      "Id": 1,
      "Name": "sample string 2"
    }
  ],
  "TotalScore": 14
}

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.