POST api/lookup/addLookup

Request Information

URI Parameters

None.

Body Parameters

LookupModel
NameDescriptionTypeAdditional information
lookup_id

globally unique identifier

None.

group_txt

string

None.

sub_group_txt

string

None.

display_txt

string

None.

name_txt

string

None.

active_ind

boolean

None.

sort_val

integer

None.

created_dt

date

None.

created_by

globally unique identifier

None.

updated_dt

date

None.

updated_by

globally unique identifier

None.

system_ind

boolean

None.

description_txt

string

None.

iseditable

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "lookup_id": "b1b0516c-2517-40b8-a0c7-a2b48fc732ee",
  "group_txt": "sample string 2",
  "sub_group_txt": "sample string 3",
  "display_txt": "sample string 4",
  "name_txt": "sample string 5",
  "active_ind": true,
  "sort_val": 7,
  "created_dt": "2025-08-22T03:57:30.9226273+00:00",
  "created_by": "6b7636a7-2bd5-44bb-b8d3-73cdbdf011f9",
  "updated_dt": "2025-08-22T03:57:30.9226273+00:00",
  "updated_by": "d1830512-17e6-447f-ad5a-900f7b3c66e7",
  "system_ind": true,
  "description_txt": "sample string 13",
  "iseditable": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

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.