POST api/Common/AddNeed
Request Information
URI Parameters
None.
Body Parameters
AssessedNeedModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UD_IAP_MSDP_AssessedNeedsID | integer |
None. |
|
| UD_IAP_MSDPID | integer |
None. |
|
| CompanyID | integer |
None. |
|
| IsDraft | boolean |
None. |
|
| CreatedOn | date |
None. |
|
| LastModifiedOn | date |
None. |
|
| LastModifiedBy | integer |
None. |
|
| Need | string |
None. |
|
| SelectProblemFromWiley | integer |
None. |
|
| Problem | string |
None. |
|
| DesiredOutcomes | string |
None. |
|
| IsFullLock | integer |
None. |
|
| IsLocked | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UD_IAP_MSDP_AssessedNeedsID": 1,
"UD_IAP_MSDPID": 2,
"CompanyID": 3,
"IsDraft": true,
"CreatedOn": "2026-04-17T13:01:28.2450197+00:00",
"LastModifiedOn": "2026-04-17T13:01:28.2450197+00:00",
"LastModifiedBy": 7,
"Need": "sample string 8",
"SelectProblemFromWiley": 9,
"Problem": "sample string 10",
"DesiredOutcomes": "sample string 11",
"IsFullLock": 12,
"IsLocked": 13
}
application/xml, text/xml
Sample:
<AssessedNeedModel 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:01:28.2450197+00:00</CreatedOn> <DesiredOutcomes>sample string 11</DesiredOutcomes> <IsDraft>true</IsDraft> <IsFullLock>12</IsFullLock> <IsLocked>13</IsLocked> <LastModifiedBy>7</LastModifiedBy> <LastModifiedOn>2026-04-17T13:01:28.2450197+00:00</LastModifiedOn> <Need>sample string 8</Need> <Problem>sample string 10</Problem> <SelectProblemFromWiley>9</SelectProblemFromWiley> <UD_IAP_MSDPID>2</UD_IAP_MSDPID> <UD_IAP_MSDP_AssessedNeedsID>1</UD_IAP_MSDP_AssessedNeedsID> </AssessedNeedModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
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/" />