GET api/WorkingStyle/Get
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfListOfWorkingStyleName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Collection of WorkingStyle |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "WorkingStyleId": "230aaedb-cb62-4081-a38b-c6e6d6a36a15", "WorkingStyleName": "sample string 2", "WorkingStyleCode": "sample string 3" }, { "WorkingStyleId": "230aaedb-cb62-4081-a38b-c6e6d6a36a15", "WorkingStyleName": "sample string 2", "WorkingStyleCode": "sample string 3" } ], "IsShowMessage": true, "IsShowRateAndReview": true }