POST api/CgddMaster/Load
Request Information
URI Parameters
None.
Body Parameters
ObjectNone.
Request Formats
application/json, text/json
Sample:
{}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RequestResultOfListOfCgddMasterExName | Description | Type | Additional information |
---|---|---|---|
Result | boolean |
None. |
|
Code | string |
None. |
|
Msg | string |
None. |
|
Data | Collection of CgddMasterEx |
None. |
Response Formats
application/json, text/json
Sample:
{ "Result": true, "Code": "sample string 2", "Msg": "sample string 3", "Data": [ { "Providerid": 1, "SHORTNAME": "sample string 2", "Zjhid": 3, "Ddlx": "sample string 4", "Interid": 5, "Userid": "sample string 6", "Ywdate": "2025-01-23T10:30:50.197606+08:00", "Qsnumber": 8.0, "Zjhbh": "sample string 9", "Lx": "sample string 10" }, { "Providerid": 1, "SHORTNAME": "sample string 2", "Zjhid": 3, "Ddlx": "sample string 4", "Interid": 5, "Userid": "sample string 6", "Ywdate": "2025-01-23T10:30:50.197606+08:00", "Qsnumber": 8.0, "Zjhbh": "sample string 9", "Lx": "sample string 10" } ] }