POST api/ExpenseMaster/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
RequestResultOfListOfMultiParametersOfExpenseMasterAndListOfExpenseItemExName | Description | Type | Additional information |
---|---|---|---|
Result | boolean |
None. |
|
Code | string |
None. |
|
Msg | string |
None. |
|
Data | Collection of MultiParametersOfExpenseMasterAndListOfExpenseItemEx |
None. |
Response Formats
application/json, text/json
Sample:
{ "Result": true, "Code": "sample string 2", "Msg": "sample string 3", "Data": [ { "Parameter1": { "Interid": 1, "Userid": "sample string 2", "Tota": 3.0, "Accountid": 4, "Employeeid": 5, "Djmemo": "sample string 6", "Operid": 7, "Auditid": 8, "Ywdate": "2025-01-23T10:47:24.139605+08:00", "Auditdate": "2025-01-23T10:47:24.139605+08:00", "Kddate": "2025-01-23T10:47:24.139605+08:00", "Sh": 12, "Deptid": 13, "Ywlx": "sample string 14", "Thistota": 15.0, "Pjlx": "sample string 16", "Frid": 17, "Image": "sample string 18", "ProviderId": 19 }, "Parameter2": [ { "Name": "sample string 1", "Itemid": 2, "Interid": 3, "Fytypeid": 4, "Itemmemo": "sample string 5", "Tota": 6.0 }, { "Name": "sample string 1", "Itemid": 2, "Interid": 3, "Fytypeid": 4, "Itemmemo": "sample string 5", "Tota": 6.0 } ] }, { "Parameter1": { "Interid": 1, "Userid": "sample string 2", "Tota": 3.0, "Accountid": 4, "Employeeid": 5, "Djmemo": "sample string 6", "Operid": 7, "Auditid": 8, "Ywdate": "2025-01-23T10:47:24.139605+08:00", "Auditdate": "2025-01-23T10:47:24.139605+08:00", "Kddate": "2025-01-23T10:47:24.139605+08:00", "Sh": 12, "Deptid": 13, "Ywlx": "sample string 14", "Thistota": 15.0, "Pjlx": "sample string 16", "Frid": 17, "Image": "sample string 18", "ProviderId": 19 }, "Parameter2": [ { "Name": "sample string 1", "Itemid": 2, "Interid": 3, "Fytypeid": 4, "Itemmemo": "sample string 5", "Tota": 6.0 }, { "Name": "sample string 1", "Itemid": 2, "Interid": 3, "Fytypeid": 4, "Itemmemo": "sample string 5", "Tota": 6.0 } ] } ] }