GET api/WorkingStyle/GetByExternalCode?externalCode={externalCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
externalCode | string |
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": "7062df20-c632-4aa4-8055-6201781a6080", "WorkingStyleName": "sample string 2", "WorkingStyleCode": "sample string 3" }, { "WorkingStyleId": "7062df20-c632-4aa4-8055-6201781a6080", "WorkingStyleName": "sample string 2", "WorkingStyleCode": "sample string 3" } ], "IsShowMessage": true, "IsShowRateAndReview": true }