GET api/stock_recive/center/{center_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
center_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of stock_recive
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.

rs_id

signed byte

None.

record_date

date

None.

recive_date

date

None.

order_number

integer

None.

title

string

None.

total

decimal number

None.

center_name

string

None.

center_code

string

None.

staff_name

string

None.

remark

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2025-01-20T15:38:58.4743315+07:00",
    "modify_time": "2025-01-20T15:38:58.4743315+07:00",
    "modify_by": 6,
    "rs_id": 64,
    "record_date": "2025-01-20T15:38:58.4743315+07:00",
    "recive_date": "2025-01-20T15:38:58.4743315+07:00",
    "order_number": 1,
    "title": "sample string 10",
    "total": 1.0,
    "center_name": "sample string 11",
    "center_code": "sample string 12",
    "staff_name": "sample string 13",
    "remark": "sample string 14"
  },
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2025-01-20T15:38:58.4743315+07:00",
    "modify_time": "2025-01-20T15:38:58.4743315+07:00",
    "modify_by": 6,
    "rs_id": 64,
    "record_date": "2025-01-20T15:38:58.4743315+07:00",
    "recive_date": "2025-01-20T15:38:58.4743315+07:00",
    "order_number": 1,
    "title": "sample string 10",
    "total": 1.0,
    "center_name": "sample string 11",
    "center_code": "sample string 12",
    "staff_name": "sample string 13",
    "remark": "sample string 14"
  }
]