GET api/ServiceCompanyEmployee/GetAllServiceCompanyEmp?companyId={companyId}&companyUserId={companyUserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyId | integer |
Required |
|
| companyUserId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ServiceCompanyEmployeeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceCompanyEmployeeId | integer |
None. |
|
| ServiceCompanyId | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Designation | string |
None. |
|
| ContactId | integer |
None. |
|
| RecordStatus | byte |
None. |
|
| IsGlobalStaff | boolean |
None. |
|
| BranchId | integer |
None. |
|
| Name | string |
None. |
|
| ContactDto | ContactDto |
None. |
|
| ServiceCompanyDto | ServiceCompanyDto |
None. |
|
| ServiceCompanyScheduleDtoList | Collection of ServiceCompanyScheduleDto |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
