GET api/CRM/GetInteractionTypeByName?Description={Description}
Get Interaction Type By Name
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Description | string |
Required |
Body Parameters
None.
Response Information
Resource Description
InteractionType| Name | Description | Type | Additional information |
|---|---|---|---|
| InteractionTypeID | integer |
None. |
|
| Description | string |
None. |
|
| DefaultStatusID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"InteractionTypeID": 1,
"Description": "sample string 2",
"DefaultStatusID": 1
}
application/xml, text/xml
Sample:
<InteractionType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DC.Core.Model"> <DefaultStatusID>1</DefaultStatusID> <Description>sample string 2</Description> <InteractionTypeID>1</InteractionTypeID> </InteractionType>