POST api/Lead/AddLeadIntoScenels
Request Information
URI Parameters
None.
Body Parameters
AddLeadIntoScenelsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadId | integer |
None. |
|
| IsAddScenel | boolean |
None. |
|
| ScenelName | string |
None. |
|
| UrlWebserviceEBM | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LeadId": 1,
"IsAddScenel": true,
"ScenelName": "sample string 3",
"UrlWebserviceEBM": "sample string 4"
}
application/xml, text/xml
Sample:
<AddLeadIntoScenelsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Bus.Model"> <IsAddScenel>true</IsAddScenel> <LeadId>1</LeadId> <ScenelName>sample string 3</ScenelName> <UrlWebserviceEBM>sample string 4</UrlWebserviceEBM> </AddLeadIntoScenelsModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />