POST api/Common/AddAssessedNeed_Goal

Request Information

URI Parameters

None.

Body Parameters

AssessedNeed_GoalModel
NameDescriptionTypeAdditional information
UD_IAP_MSDP_AssessedNeeds_GoalsID

integer

None.

UD_IAP_MSDP_AssessedNeedsID

integer

None.

CompanyID

integer

None.

IsDraft

boolean

None.

CreatedOn

date

None.

LastModifiedOn

date

None.

LastModifiedBy

integer

None.

SelectGoalForWiley

integer

None.

Goal

string

None.

PersonsStrengths

string

None.

SupportsAndResources

string

None.

PotentialBarriers

string

None.

StartDateOfGoal

date

None.

TargetCompletionOfGoal

date

None.

GoalStatus

integer

None.

GoalSubStatus

integer

None.

EvidenceRationale

string

None.

DateOfGoalCompletion

date

None.

DateOfGoalDiscontinuation

date

None.

Request Formats

application/json, text/json

Sample:
{
  "UD_IAP_MSDP_AssessedNeeds_GoalsID": 1,
  "UD_IAP_MSDP_AssessedNeedsID": 2,
  "CompanyID": 3,
  "IsDraft": true,
  "CreatedOn": "2026-04-17T13:00:32.1521023+00:00",
  "LastModifiedOn": "2026-04-17T13:00:32.1521023+00:00",
  "LastModifiedBy": 6,
  "SelectGoalForWiley": 1,
  "Goal": "sample string 7",
  "PersonsStrengths": "sample string 8",
  "SupportsAndResources": "sample string 9",
  "PotentialBarriers": "sample string 10",
  "StartDateOfGoal": "2026-04-17T13:00:32.1521023+00:00",
  "TargetCompletionOfGoal": "2026-04-17T13:00:32.1521023+00:00",
  "GoalStatus": 13,
  "GoalSubStatus": 1,
  "EvidenceRationale": "sample string 14",
  "DateOfGoalCompletion": "2026-04-17T13:00:32.1521023+00:00",
  "DateOfGoalDiscontinuation": "2026-04-17T13:00:32.1521023+00:00"
}

application/xml, text/xml

Sample:
<AssessedNeed_GoalModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CSI.Cx360.WebAPI.Models">
  <CompanyID>3</CompanyID>
  <CreatedOn>2026-04-17T13:00:32.1521023+00:00</CreatedOn>
  <DateOfGoalCompletion>2026-04-17T13:00:32.1521023+00:00</DateOfGoalCompletion>
  <DateOfGoalDiscontinuation>2026-04-17T13:00:32.1521023+00:00</DateOfGoalDiscontinuation>
  <EvidenceRationale>sample string 14</EvidenceRationale>
  <Goal>sample string 7</Goal>
  <GoalStatus>13</GoalStatus>
  <GoalSubStatus>1</GoalSubStatus>
  <IsDraft>true</IsDraft>
  <LastModifiedBy>6</LastModifiedBy>
  <LastModifiedOn>2026-04-17T13:00:32.1521023+00:00</LastModifiedOn>
  <PersonsStrengths>sample string 8</PersonsStrengths>
  <PotentialBarriers>sample string 10</PotentialBarriers>
  <SelectGoalForWiley>1</SelectGoalForWiley>
  <StartDateOfGoal>2026-04-17T13:00:32.1521023+00:00</StartDateOfGoal>
  <SupportsAndResources>sample string 9</SupportsAndResources>
  <TargetCompletionOfGoal>2026-04-17T13:00:32.1521023+00:00</TargetCompletionOfGoal>
  <UD_IAP_MSDP_AssessedNeedsID>2</UD_IAP_MSDP_AssessedNeedsID>
  <UD_IAP_MSDP_AssessedNeeds_GoalsID>1</UD_IAP_MSDP_AssessedNeeds_GoalsID>
</AssessedNeed_GoalModel>

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

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />