GET api/UserProfiles/CompanyUsers/Sales/ByCompanyCode?companyCode={companyCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CompanyUserViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountManager | CompanyUserSimpleViewModel |
None. |
|
| Id | string |
String length: inclusive between 0 and 128 |
|
| FirstName | string |
String length: inclusive between 0 and 55 |
|
| LastName | string |
String length: inclusive between 0 and 55 |
|
| Address | string |
String length: inclusive between 0 and 100 |
|
| Username | string |
String length: inclusive between 0 and 128 |
|
| string |
None. |
||
| Telephone | string |
None. |
|
| Roles | Collection of string |
None. |
|
| ImageUrl | string |
Data type: ImageUrl |
|
| IsInactive | boolean |
None. |
|
| IsLocked | boolean |
None. |
|
| UserId | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.