GET api/WebClients?CustomerId={CustomerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WebClientsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerId | integer |
None. |
|
| ProjectCenterId | integer |
None. |
|
| ManagerName | string |
None. |
|
| Mobile | string |
None. |
|
| Address | string |
None. |
|
| ClientName | string |
None. |
|
| Domain | string |
None. |
|
| HostIP | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"CustomerId": 2,
"ProjectCenterId": 3,
"ManagerName": "sample string 4",
"Mobile": "sample string 5",
"Address": "sample string 6",
"ClientName": "sample string 7",
"Domain": "sample string 8",
"HostIP": "sample string 9"
},
{
"Id": 1,
"CustomerId": 2,
"ProjectCenterId": 3,
"ManagerName": "sample string 4",
"Mobile": "sample string 5",
"Address": "sample string 6",
"ClientName": "sample string 7",
"Domain": "sample string 8",
"HostIP": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfWebClientsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NoghostarModels.Models.WebModels">
<WebClientsModel>
<Address>sample string 6</Address>
<ClientName>sample string 7</ClientName>
<CustomerId>2</CustomerId>
<Domain>sample string 8</Domain>
<HostIP>sample string 9</HostIP>
<Id>1</Id>
<ManagerName>sample string 4</ManagerName>
<Mobile>sample string 5</Mobile>
<ProjectCenterId>3</ProjectCenterId>
</WebClientsModel>
<WebClientsModel>
<Address>sample string 6</Address>
<ClientName>sample string 7</ClientName>
<CustomerId>2</CustomerId>
<Domain>sample string 8</Domain>
<HostIP>sample string 9</HostIP>
<Id>1</Id>
<ManagerName>sample string 4</ManagerName>
<Mobile>sample string 5</Mobile>
<ProjectCenterId>3</ProjectCenterId>
</WebClientsModel>
</ArrayOfWebClientsModel>