POST CarePlans/ItemLink?validateOnly={validateOnly}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
validateOnly

boolean

Default value is False

Body Parameters

CarePlanItemLinkDTO
NameDescriptionTypeAdditional information
CarePlanItemLinkID

integer

None.

CarePlanID

integer

None.

CarePlanName

string

None.

CarePlanTitle

string

None.

CarePlanItemID

integer

None.

ParentCarePlanItemLinkID

integer

None.

IsDefault

boolean

None.

IsRequired

boolean

None.

SortOrder

integer

None.

RecordState

RecordState

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

CarePlanItemName

string

None.

CarePlanItemCaption

string

None.

CarePlanItemType

CarePlanItemType

None.

CarePlanItemAnswerType

CarePlanItemAnswerType

None.

CarePlanItemCategoryID

integer

None.

CategoryName

string

None.

CategoryDescription

string

None.

CarePlanItemIsCustom

boolean

None.

Summary

string

None.

Request Formats

application/json, text/json

Sample:
{
  "carePlanItemLinkID": 1,
  "carePlanID": 2,
  "carePlanName": "sample string 3",
  "carePlanTitle": "sample string 4",
  "carePlanItemID": 5,
  "parentCarePlanItemLinkID": 1,
  "isDefault": true,
  "isRequired": true,
  "sortOrder": 8,
  "recordState": 1,
  "created": {
    "dateUtc": "2024-12-04T08:10:42.8749813+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 8:10:42 AM"
  },
  "lastUpdated": {
    "dateUtc": "2024-12-04T08:10:42.8749813+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 8:10:42 AM"
  },
  "carePlanItemName": "sample string 9",
  "carePlanItemCaption": "sample string 10",
  "carePlanItemType": 1,
  "carePlanItemAnswerType": 1,
  "carePlanItemCategoryID": 11,
  "categoryName": "sample string 12",
  "categoryDescription": "sample string 13",
  "carePlanItemIsCustom": true,
  "summary": "sample string 9"
}

application/xml, text/xml

Sample:
<CarePlanItemLinkDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
  <CarePlanID>2</CarePlanID>
  <CarePlanItemAnswerType>New</CarePlanItemAnswerType>
  <CarePlanItemCaption>sample string 10</CarePlanItemCaption>
  <CarePlanItemCategoryID>11</CarePlanItemCategoryID>
  <CarePlanItemID>5</CarePlanItemID>
  <CarePlanItemIsCustom>true</CarePlanItemIsCustom>
  <CarePlanItemLinkID>1</CarePlanItemLinkID>
  <CarePlanItemName>sample string 9</CarePlanItemName>
  <CarePlanItemType>Problem</CarePlanItemType>
  <CarePlanName>sample string 3</CarePlanName>
  <CarePlanTitle>sample string 4</CarePlanTitle>
  <CategoryDescription>sample string 13</CategoryDescription>
  <CategoryName>sample string 12</CategoryName>
  <Created>
    <DateUtc>2024-12-04T08:10:42.8749813+00:00</DateUtc>
    <UserName>sample string 2</UserName>
  </Created>
  <IsDefault>true</IsDefault>
  <IsRequired>true</IsRequired>
  <LastUpdated>
    <DateUtc>2024-12-04T08:10:42.8749813+00:00</DateUtc>
    <UserName>sample string 2</UserName>
  </LastUpdated>
  <ParentCarePlanItemLinkID>1</ParentCarePlanItemLinkID>
  <RecordState>Active</RecordState>
  <SortOrder>8</SortOrder>
</CarePlanItemLinkDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/x-compressed-json

Sample:
��RKN�0�J4[Rj;A$�U�?A{+*��	cG(�z2�+�@J���ͼ�4�������\>��,V7ڼ,� y8�>Cz�*	VUM��u��:�`,�+O�o�W�
��qٸm����ҁt�b<�k�	�����@��@��T<9�p?��x�V.���	��,���X\&�q���1ɘw�Z��A�'m[U��S.�M��4��-������!�ʺUS�;�����+S�ӵ9�qv$\v
��Ό}C�2��uM���;n�����mN������l�ZWW��sfk)l�8�qn

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.