GET api/v1/WorkingStyle/GetById?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
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": "a32d9735-3f6a-450b-a445-4f2e34c4324f", "WorkingStyleName": "sample string 2", "WorkingStyleCode": "sample string 3" }, { "WorkingStyleId": "a32d9735-3f6a-450b-a445-4f2e34c4324f", "WorkingStyleName": "sample string 2", "WorkingStyleCode": "sample string 3" } ], "IsShowMessage": true, "IsShowRateAndReview": true }