POST api/Lead/GetLeadTypeOtherList
Request Information
URI Parameters
None.
Body Parameters
LeadTypeOtherSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Agency | AgencyViewModel |
None. |
|
| PrimarySource | PrimaryLeadSource |
None. |
|
| PrimaryType | PrimaryLeadType |
None. |
|
| SubLeadType | SubLeadType |
None. |
Request Formats
application/json, text/json
Sample:
{
"agency": {
"agencyID": 1,
"name": "sample string 2"
},
"primarySource": {
"primaryLeadSourceID": 1,
"primaryLeadSourceName": "sample string 2",
"isWeb": true
},
"primaryType": {
"primaryLeadTypeID": 1,
"primaryLeadTypeName": "sample string 2",
"primaryLeadSourceID": 3
},
"subLeadType": {
"subLeadTypeID": 1,
"subLeadTypeName": "sample string 2",
"primaryLeadTypeID": 3
}
}
application/xml, text/xml
Sample:
<LeadTypeOtherSearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameTimeBAL.ViewModels">
<Agency>
<AgencyID>1</AgencyID>
<Name>sample string 2</Name>
</Agency>
<PrimarySource>
<IsWeb>true</IsWeb>
<PrimaryLeadSourceID>1</PrimaryLeadSourceID>
<PrimaryLeadSourceName>sample string 2</PrimaryLeadSourceName>
</PrimarySource>
<PrimaryType>
<PrimaryLeadSourceID>3</PrimaryLeadSourceID>
<PrimaryLeadTypeID>1</PrimaryLeadTypeID>
<PrimaryLeadTypeName>sample string 2</PrimaryLeadTypeName>
</PrimaryType>
<SubLeadType>
<PrimaryLeadTypeID>3</PrimaryLeadTypeID>
<SubLeadTypeID>1</SubLeadTypeID>
<SubLeadTypeName>sample string 2</SubLeadTypeName>
</SubLeadType>
</LeadTypeOtherSearchModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.