GET CRMJournal/GetCrmCommunicationTypeList
Get a listing of CRM journal communication types.
Request Information
URI Parameters
Body Parameters
Response Information
Resource Description
Get a listing of CRM journal communication types.
AgvCRMJournalCommunicationTypesName | Description | Type | Additional Information |
---|---|---|---|
Status | string | ||
Message | string | ||
Count | string | ||
CommunicationTypes | Collection of CommunicationType |
Response Formats
application/json, text/json
Sample:
{ "Status": "sample string 1", "Message": "sample string 2", "Count": "sample string 3", "CommunicationTypes": [ { "CommunicationTypeValue": "sample string 1" }, { "CommunicationTypeValue": "sample string 1" } ] }
application/xml, text/xml
Sample:
<AgvCRMJournalCommunicationTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgvWebAPICSharp.Models.CRM"> <CommunicationTypes> <CommunicationType> <CommunicationTypeValue>sample string 1</CommunicationTypeValue> </CommunicationType> <CommunicationType> <CommunicationTypeValue>sample string 1</CommunicationTypeValue> </CommunicationType> </CommunicationTypes> <Count>sample string 3</Count> <Message>sample string 2</Message> <Status>sample string 1</Status> </AgvCRMJournalCommunicationTypes>