GET api/{apiVersion}/WorkingStyle/Get
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
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": "904563ed-d76a-4d01-a532-05d2bce32d1f", "WorkingStyleName": "sample string 2", "WorkingStyleCode": "sample string 3" }, { "WorkingStyleId": "904563ed-d76a-4d01-a532-05d2bce32d1f", "WorkingStyleName": "sample string 2", "WorkingStyleCode": "sample string 3" } ], "IsShowMessage": true, "IsShowRateAndReview": true }