POST api/Rmt/LeaseEx/LoadLeaseWorkshop
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
RequestResultOfListOfLeaseWorkshopName | Description | Type | Additional information |
---|---|---|---|
Result | boolean |
None. |
|
Code | string |
None. |
|
Msg | string |
None. |
|
Data | Collection of LeaseWorkshop |
None. |
Response Formats
application/json, text/json
Sample:
{ "Result": true, "Code": "sample string 2", "Msg": "sample string 3", "Data": [ { "ID": 1, "RoomNumber": "sample string 2", "Area": 3.0, "Abbreviation": "sample string 4", "WorkshopArea": "sample string 5", "BeginDate": "2024-12-23T03:54:00.7223425+08:00", "EndDate": "2024-12-23T03:54:00.7223425+08:00" }, { "ID": 1, "RoomNumber": "sample string 2", "Area": 3.0, "Abbreviation": "sample string 4", "WorkshopArea": "sample string 5", "BeginDate": "2024-12-23T03:54:00.7223425+08:00", "EndDate": "2024-12-23T03:54:00.7223425+08:00" } ] }