GET api/CustContacts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustContacts| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | string |
None. |
|
| CustomerName | string |
None. |
|
| CustomerType | string |
None. |
|
| CustomerPrimaryLocation | string |
None. |
|
| CustomerContact | string |
None. |
|
| SalesRep | string |
None. |
|
| SaleRepID | string |
None. |
|
| NumUsers | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CustomerID": "sample string 1",
"CustomerName": "sample string 2",
"CustomerType": "sample string 3",
"CustomerPrimaryLocation": "sample string 4",
"CustomerContact": "sample string 5",
"SalesRep": "sample string 6",
"SaleRepID": "sample string 7",
"NumUsers": "sample string 8"
},
{
"CustomerID": "sample string 1",
"CustomerName": "sample string 2",
"CustomerType": "sample string 3",
"CustomerPrimaryLocation": "sample string 4",
"CustomerContact": "sample string 5",
"SalesRep": "sample string 6",
"SaleRepID": "sample string 7",
"NumUsers": "sample string 8"
}
]