POST Setup/CodeTableEntry?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly | boolean |
Default value is False |
Body Parameters
CodeTableEntryDTOName | Description | Type | Additional information |
---|---|---|---|
Description | string |
None. |
|
EntryID | integer |
None. |
|
TableID | integer |
None. |
|
TableName | string |
None. |
|
OUID | integer |
None. |
|
BUID | integer |
None. |
|
ParentEntryID | integer |
None. |
|
Value | string |
None. |
|
ReferenceValue | string |
None. |
|
Props | Collection of Object |
None. |
|
SortOrder | integer |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
Summary | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "entryID": 2, "tableID": 3, "tableName": "sample string 4", "ouid": 1, "buid": 1, "parentEntryID": 1, "value": "sample string 5", "description": "sample string 1", "referenceValue": "sample string 6", "sortOrder": 7, "recordState": 1, "created": { "dateUtc": "2024-12-04T07:55:08.5287637+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:55:08 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T07:55:08.5287637+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:55:08 AM" }, "summary": "sample string 5" }
application/xml, text/xml
Sample:
<CodeTableEntryDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <BUID>1</BUID> <Created> <DateUtc>2024-12-04T07:55:08.5287637+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <Description>sample string 1</Description> <EntryID>2</EntryID> <LastUpdated> <DateUtc>2024-12-04T07:55:08.5287637+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <OUID>1</OUID> <ParentEntryID>1</ParentEntryID> <Props xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" /> <RecordState>Active</RecordState> <ReferenceValue>sample string 6</ReferenceValue> <SortOrder>7</SortOrder> <TableID>3</TableID> <TableName>sample string 4</TableName> <Value>sample string 5</Value> </CodeTableEntryDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͏�N�0�_ź��:n�Tސ`` (�k(RG�RU��x$^�j�������������g��߂3�ߵ8��I?��A��Т�LM��*( �MW�;������4�|�v����#�@��M�g~)>� -��E�ZVr"~����!Q|f��[E�a�"�b���Y��E��Z�7��l������i-�1#]|�L�c�y��=�zU�e��*ԉ�n�X@�3o��_��+d���O��
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. |