POST api/ExpenseMaster/Create
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
RequestResultOfMultiParametersOfExpenseMasterAndListOfExpenseItemAndListOfDjfjName | Description | Type | Additional information |
---|---|---|---|
Result | boolean |
None. |
|
Code | string |
None. |
|
Msg | string |
None. |
|
Data | MultiParametersOfExpenseMasterAndListOfExpenseItemAndListOfDjfj |
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:33:40.6163369+08:00", "Auditdate": "2025-01-23T10:33:40.6163369+08:00", "Kddate": "2025-01-23T10:33:40.6163369+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": [ { "Itemid": 1, "Interid": 2, "Fytypeid": 3, "Itemmemo": "sample string 4", "Tota": 5.0 }, { "Itemid": 1, "Interid": 2, "Fytypeid": 3, "Itemmemo": "sample string 4", "Tota": 5.0 } ], "Parameter3": [ { "Xlh": 1, "Djlx": "sample string 2", "Interid": 3, "Image": "sample string 4" }, { "Xlh": 1, "Djlx": "sample string 2", "Interid": 3, "Image": "sample string 4" } ] } }