POST api/Fin/Debt/LoadPage
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
PageRequestResultOfListOfFinDebtName | Description | Type | Additional information |
---|---|---|---|
TotalCount | integer |
None. |
|
TotalPages | integer |
None. |
|
Result | boolean |
None. |
|
Code | string |
None. |
|
Msg | string |
None. |
|
Data | Collection of FinDebt |
None. |
Response Formats
application/json, text/json
Sample:
{ "TotalCount": 1, "TotalPages": 2, "Result": true, "Code": "sample string 4", "Msg": "sample string 5", "Data": [ { "Category": 1, "Code": "sample string 2", "CustomerID": 3, "CustomerName": "sample string 4", "Amount": 5.0, "Approval": 6, "BookKeeperID": 7, "BookKeeper": "sample string 8", "BookKeepingDate": "2024-12-23T03:43:26.2350445+08:00", "Period": "2024-12-23T03:43:26.2350445+08:00", "Remark": "sample string 11", "EntityChanged": true, "ID": 12, "CreateDate": "2024-12-23T03:43:26.2350445+08:00", "UpdateDate": "2024-12-23T03:43:26.2350445+08:00", "Creater": "sample string 15", "CreaterID": 16, "CreaterOrganizationalID": 17, "CreaterOrganizationalName": "sample string 18" }, { "Category": 1, "Code": "sample string 2", "CustomerID": 3, "CustomerName": "sample string 4", "Amount": 5.0, "Approval": 6, "BookKeeperID": 7, "BookKeeper": "sample string 8", "BookKeepingDate": "2024-12-23T03:43:26.2350445+08:00", "Period": "2024-12-23T03:43:26.2350445+08:00", "Remark": "sample string 11", "EntityChanged": true, "ID": 12, "CreateDate": "2024-12-23T03:43:26.2350445+08:00", "UpdateDate": "2024-12-23T03:43:26.2350445+08:00", "Creater": "sample string 15", "CreaterID": 16, "CreaterOrganizationalID": 17, "CreaterOrganizationalName": "sample string 18" } ] }