PUT CarePlans/ItemCategory/{carePlanItemCategoryID}?validateOnly={validateOnly}

Update carePlanItemCategory

Request Information

URI Parameters

NameDescriptionTypeAdditional information
carePlanItemCategoryID

CarePlanItemCategoryID of CarePlanItemCategory to be updated

integer

Required

validateOnly

Validate data, but don't post it

boolean

Default value is False

Body Parameters

CarePlanItemCategory data

CarePlanItemCategoryDTO
NameDescriptionTypeAdditional information
CarePlanItemCategoryID

Care Plan Item Category ID

integer

None.

CategoryName

Category Name

string

None.

CategoryDescription

Category Description

string

None.

SortOrder

Sort Order

integer

None.

RecordState

Record State

RecordState

None.

Created

Created

AuditDataDTO

None.

LastUpdated

Last Updated

AuditDataDTO

None.

Summary

Summary

string

None.

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.