GET api/datacollectionvendors/list
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DataCollectionVendor| Name | Description | Type | Additional information |
|---|---|---|---|
| CRMRecordID | globally unique identifier |
None. |
|
| VendorName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CRMRecordID": "df081f18-1daa-42f4-bb9e-3c7590c25e89",
"VendorName": "sample string 2"
},
{
"CRMRecordID": "df081f18-1daa-42f4-bb9e-3c7590c25e89",
"VendorName": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfDataCollectionVendor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPServices.Models">
<DataCollectionVendor>
<CRMRecordID>df081f18-1daa-42f4-bb9e-3c7590c25e89</CRMRecordID>
<VendorName>sample string 2</VendorName>
</DataCollectionVendor>
<DataCollectionVendor>
<CRMRecordID>df081f18-1daa-42f4-bb9e-3c7590c25e89</CRMRecordID>
<VendorName>sample string 2</VendorName>
</DataCollectionVendor>
</ArrayOfDataCollectionVendor>