POST api/Pipeline/AddPipeline
Request Information
URI Parameters
None.
Body Parameters
AddPipelineModal| Name | Description | Type | Additional information | 
|---|---|---|---|
| UserId | integer | None. | |
| BusinessId | integer | None. | |
| Type | integer | None. | |
| LeadId | integer | None. | |
| Title | string | None. | |
| Customer | string | None. | |
| Phone | string | None. | |
| string | None. | ||
| LeadSource | string | None. | |
| LeadLocation | string | None. | |
| Stage | string | None. | |
| Intresetedin | string | None. | |
| Value | string | None. | |
| note | string | None. | |
| AgentId | integer | None. | |
| CreatedBy | integer | None. | |
| Activitytype | string | None. | |
| ModeOfContact | string | None. | |
| LocationName | string | None. | |
| Latitude | string | None. | |
| Longitude | string | None. | |
| OfflineCustomerID | string | None. | |
| Source | string | None. | |
| Mode | string | None. | |
| AditionalInfo | string | None. | |
| LeadTypeId | integer | None. | |
| SOnumber | string | None. | |
| pipelineMasterId | integer | None. | |
| PipelineId | integer | None. | |
| OrionTransactionID | string | None. | |
| WaybillNumber | string | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "UserId": 1,
  "BusinessId": 2,
  "Type": 3,
  "LeadId": 4,
  "Title": "sample string 5",
  "Customer": "sample string 6",
  "Phone": "sample string 7",
  "Email": "sample string 8",
  "LeadSource": "sample string 9",
  "LeadLocation": "sample string 10",
  "Stage": "sample string 11",
  "Intresetedin": "sample string 12",
  "Value": "sample string 13",
  "note": "sample string 14",
  "AgentId": 15,
  "CreatedBy": 16,
  "Activitytype": "sample string 17",
  "ModeOfContact": "sample string 18",
  "LocationName": "sample string 19",
  "Latitude": "sample string 20",
  "Longitude": "sample string 21",
  "OfflineCustomerID": "sample string 22",
  "Source": "sample string 23",
  "Mode": "sample string 24",
  "AditionalInfo": "sample string 25",
  "LeadTypeId": 26,
  "SOnumber": "sample string 27",
  "pipelineMasterId": 28,
  "PipelineId": 29,
  "OrionTransactionID": "sample string 30",
  "WaybillNumber": "sample string 31"
}
        application/xml, text/xml
            Sample:
        <AddPipelineModal xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <UserId>1</UserId> <BusinessId>2</BusinessId> <Type>3</Type> <LeadId>4</LeadId> <Title>sample string 5</Title> <Customer>sample string 6</Customer> <Phone>sample string 7</Phone> <Email>sample string 8</Email> <LeadSource>sample string 9</LeadSource> <LeadLocation>sample string 10</LeadLocation> <Stage>sample string 11</Stage> <Intresetedin>sample string 12</Intresetedin> <Value>sample string 13</Value> <note>sample string 14</note> <AgentId>15</AgentId> <CreatedBy>16</CreatedBy> <Activitytype>sample string 17</Activitytype> <ModeOfContact>sample string 18</ModeOfContact> <LocationName>sample string 19</LocationName> <Latitude>sample string 20</Latitude> <Longitude>sample string 21</Longitude> <OfflineCustomerID>sample string 22</OfflineCustomerID> <Source>sample string 23</Source> <Mode>sample string 24</Mode> <AditionalInfo>sample string 25</AditionalInfo> <LeadTypeId>26</LeadTypeId> <SOnumber>sample string 27</SOnumber> <pipelineMasterId>28</pipelineMasterId> <PipelineId>29</PipelineId> <OrionTransactionID>sample string 30</OrionTransactionID> <WaybillNumber>sample string 31</WaybillNumber> </AddPipelineModal>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.