POST api/doctors/completedoctor

Request Information

URI Parameters

None.

Body Parameters

CompleteDoctor
NameDescriptionTypeAdditional information
id

integer

None.

cluster_id

integer

None.

center_id

integer

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

record_status_id

signed byte

None.

person_id

integer

None.

type_id

integer

None.

position_id

integer

None.

status_id

integer

None.

certification_no

string

None.

priority

integer

None.

isactive

integer

None.

prefix_id

integer

None.

first_name

string

None.

last_name

string

None.

dob

date

None.

iden_doc

string

None.

image_id

string

None.

remark

string

None.

phone

string

None.

email

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:18:45.761371+07:00",
  "modify_time": "2024-10-05T10:18:45.761371+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "person_id": 1,
  "type_id": 1,
  "position_id": 1,
  "status_id": 1,
  "certification_no": "sample string 8",
  "priority": 1,
  "isactive": 1,
  "prefix_id": 1,
  "first_name": "sample string 9",
  "last_name": "sample string 10",
  "dob": "2024-10-05T10:18:45.761371+07:00",
  "iden_doc": "sample string 11",
  "image_id": "sample string 12",
  "remark": "sample string 13",
  "phone": "sample string 14",
  "email": "sample string 15"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CompleteDoctor
NameDescriptionTypeAdditional information
id

integer

None.

cluster_id

integer

None.

center_id

integer

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

record_status_id

signed byte

None.

person_id

integer

None.

type_id

integer

None.

position_id

integer

None.

status_id

integer

None.

certification_no

string

None.

priority

integer

None.

isactive

integer

None.

prefix_id

integer

None.

first_name

string

None.

last_name

string

None.

dob

date

None.

iden_doc

string

None.

image_id

string

None.

remark

string

None.

phone

string

None.

email

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:18:45.761371+07:00",
  "modify_time": "2024-10-05T10:18:45.761371+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "person_id": 1,
  "type_id": 1,
  "position_id": 1,
  "status_id": 1,
  "certification_no": "sample string 8",
  "priority": 1,
  "isactive": 1,
  "prefix_id": 1,
  "first_name": "sample string 9",
  "last_name": "sample string 10",
  "dob": "2024-10-05T10:18:45.761371+07:00",
  "iden_doc": "sample string 11",
  "image_id": "sample string 12",
  "remark": "sample string 13",
  "phone": "sample string 14",
  "email": "sample string 15"
}