GET api/pt_outcome/caseofchange

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of k_pt_causeofchange_type
NameDescriptionTypeAdditional information
id

integer

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

record_status_id

signed byte

None.

title

string

None.

type_id

integer

None.

isactive

signed byte

None.

order

integer

None.

trtid

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "create_time": "2024-10-05T10:26:56.0015299+07:00",
    "modify_time": "2024-10-05T10:26:56.0015299+07:00",
    "modify_by": 1,
    "record_status_id": 64,
    "title": "sample string 3",
    "type_id": 4,
    "isactive": 64,
    "order": 1,
    "trtid": 1
  },
  {
    "id": 1,
    "create_time": "2024-10-05T10:26:56.0015299+07:00",
    "modify_time": "2024-10-05T10:26:56.0015299+07:00",
    "modify_by": 1,
    "record_status_id": 64,
    "title": "sample string 3",
    "type_id": 4,
    "isactive": 64,
    "order": 1,
    "trtid": 1
  }
]