PUT Setup/CodeTableEntry/{entryID}?validateOnly={validateOnly}
Update codeTableEntry
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
entryID |
EntryID of CodeTableEntry to be updated |
integer |
Required |
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
CodeTableEntry data
CodeTableEntryDTOName | Description | Type | Additional information |
---|---|---|---|
EntryID |
Entry ID |
integer |
None. |
TableID |
Table ID |
integer |
None. |
TableName |
Table Name |
string |
None. |
OUID |
OUID |
integer |
None. |
BUID |
BUID |
integer |
None. |
ParentEntryID |
Parent Entry ID |
integer |
None. |
Value |
Value |
string |
None. |
Description |
Description |
string |
None. |
ReferenceValue |
Reference Value |
string |
None. |
Props |
Props |
Collection of Object |
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
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |