POST api/Xjdjitem/Load

Request Information

URI Parameters

None.

Body Parameters

Object

None.

Request Formats

application/json, text/json

Sample:
{}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RequestResultOfListOfXjdjitem
NameDescriptionTypeAdditional information
Result

boolean

None.

Code

string

None.

Msg

string

None.

Data

Collection of Xjdjitem

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": true,
  "Code": "sample string 2",
  "Msg": "sample string 3",
  "Data": [
    {
      "Xlh": 1,
      "Zjhid": 2,
      "Zldid": 3,
      "Providerid": 4,
      "Goodsid": 5,
      "Gxmc": "sample string 6",
      "Gh": "sample string 7",
      "Ygxm": "sample string 8",
      "Number": 9.0,
      "Hxnumber": 10,
      "CjNumber": 11,
      "CjHxnumber": 12,
      "CjSc": 13.0,
      "CjDate": "2025-01-23T10:45:22.6035909+08:00",
      "Operid": 15,
      "Operdate": "2025-01-23T10:45:22.6035909+08:00",
      "Ywdate": "2025-01-23T10:45:22.6035909+08:00",
      "Lx": "sample string 18",
      "Hxbl": 19.0,
      "Jhbh": "sample string 20"
    },
    {
      "Xlh": 1,
      "Zjhid": 2,
      "Zldid": 3,
      "Providerid": 4,
      "Goodsid": 5,
      "Gxmc": "sample string 6",
      "Gh": "sample string 7",
      "Ygxm": "sample string 8",
      "Number": 9.0,
      "Hxnumber": 10,
      "CjNumber": 11,
      "CjHxnumber": 12,
      "CjSc": 13.0,
      "CjDate": "2025-01-23T10:45:22.6035909+08:00",
      "Operid": 15,
      "Operdate": "2025-01-23T10:45:22.6035909+08:00",
      "Ywdate": "2025-01-23T10:45:22.6035909+08:00",
      "Lx": "sample string 18",
      "Hxbl": 19.0,
      "Jhbh": "sample string 20"
    }
  ]
}