GET api/GetSoPolist?search={search}&username={username}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
search

string

Required

username

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DAS_INIT_CONTRACTVIEWS
NameDescriptionTypeAdditional information
INITID

integer

None.

PROID

integer

None.

CUSTID

integer

None.

CTRTMID

integer

None.

CUSTNM

string

None.

PRONM

string

None.

CTRTMNM

string

None.

SONO

string

None.

MATCD

string

None.

MATVNM

string

None.

DESCRIPTION

string

None.

UNIT

string

None.

HEIGHT

string

None.

WIDTH

string

None.

THICKNESS

string

None.

QTY

decimal number

None.

NOTE

string

None.

DELFLAG

integer

None.

CRTUID

string

None.

CRTUNM

string

None.

CRTTIME

date

None.

CRTIP

string

None.

UPDUID

string

None.

UPDUNM

string

None.

UPDTIME

date

None.

UPDIP

string

None.

MATTYPE

integer

None.

TYPECD

string

None.

DETAILCD

string

None.

LOSSQTY

decimal number

None.

TOTALQTY

decimal number

None.

BLOCKCD

string

None.

BLOCKNAME

string

None.

FLOORCD

string

None.

FLOORNAME

string

None.

ROOMCD

string

None.

ROOMNAME

string

None.

FLOORNUM

decimal number

None.

ROOMNUM

decimal number

None.

MATTYPENAME

string

None.

CMPID

integer

None.

STATUS

integer

None.

STATUS_STR

string

None.

DATEGET_STR

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "INITID": 1,
    "PROID": 1,
    "CUSTID": 1,
    "CTRTMID": 1,
    "CUSTNM": "sample string 2",
    "PRONM": "sample string 3",
    "CTRTMNM": "sample string 4",
    "SONO": "sample string 5",
    "MATCD": "sample string 6",
    "MATVNM": "sample string 7",
    "DESCRIPTION": "sample string 8",
    "UNIT": "sample string 9",
    "HEIGHT": "sample string 10",
    "WIDTH": "sample string 11",
    "THICKNESS": "sample string 12",
    "QTY": 1.0,
    "NOTE": "sample string 13",
    "DELFLAG": 1,
    "CRTUID": "sample string 14",
    "CRTUNM": "sample string 15",
    "CRTTIME": "2025-05-16T03:06:04.8869348+07:00",
    "CRTIP": "sample string 16",
    "UPDUID": "sample string 17",
    "UPDUNM": "sample string 18",
    "UPDTIME": "2025-05-16T03:06:04.8869348+07:00",
    "UPDIP": "sample string 19",
    "MATTYPE": 1,
    "TYPECD": "sample string 20",
    "DETAILCD": "sample string 21",
    "LOSSQTY": 1.0,
    "TOTALQTY": 1.0,
    "BLOCKCD": "sample string 22",
    "BLOCKNAME": "sample string 23",
    "FLOORCD": "sample string 24",
    "FLOORNAME": "sample string 25",
    "ROOMCD": "sample string 26",
    "ROOMNAME": "sample string 27",
    "FLOORNUM": 1.0,
    "ROOMNUM": 1.0,
    "MATTYPENAME": "sample string 28",
    "CMPID": 29,
    "STATUS": 30,
    "STATUS_STR": "sample string 31",
    "DATEGET_STR": "sample string 32"
  },
  {
    "INITID": 1,
    "PROID": 1,
    "CUSTID": 1,
    "CTRTMID": 1,
    "CUSTNM": "sample string 2",
    "PRONM": "sample string 3",
    "CTRTMNM": "sample string 4",
    "SONO": "sample string 5",
    "MATCD": "sample string 6",
    "MATVNM": "sample string 7",
    "DESCRIPTION": "sample string 8",
    "UNIT": "sample string 9",
    "HEIGHT": "sample string 10",
    "WIDTH": "sample string 11",
    "THICKNESS": "sample string 12",
    "QTY": 1.0,
    "NOTE": "sample string 13",
    "DELFLAG": 1,
    "CRTUID": "sample string 14",
    "CRTUNM": "sample string 15",
    "CRTTIME": "2025-05-16T03:06:04.8869348+07:00",
    "CRTIP": "sample string 16",
    "UPDUID": "sample string 17",
    "UPDUNM": "sample string 18",
    "UPDTIME": "2025-05-16T03:06:04.8869348+07:00",
    "UPDIP": "sample string 19",
    "MATTYPE": 1,
    "TYPECD": "sample string 20",
    "DETAILCD": "sample string 21",
    "LOSSQTY": 1.0,
    "TOTALQTY": 1.0,
    "BLOCKCD": "sample string 22",
    "BLOCKNAME": "sample string 23",
    "FLOORCD": "sample string 24",
    "FLOORNAME": "sample string 25",
    "ROOMCD": "sample string 26",
    "ROOMNAME": "sample string 27",
    "FLOORNUM": 1.0,
    "ROOMNUM": 1.0,
    "MATTYPENAME": "sample string 28",
    "CMPID": 29,
    "STATUS": 30,
    "STATUS_STR": "sample string 31",
    "DATEGET_STR": "sample string 32"
  }
]