DELETE api/stock_recive/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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-20T16:08:44.7437144+07:00",
  "modify_time": "2025-01-20T16:08:44.7437144+07:00",
  "modify_by": 6,
  "rs_id": 64,
  "record_date": "2025-01-20T16:08:44.7437144+07:00",
  "recive_date": "2025-01-20T16:08:44.7437144+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"
}