POST api/Pipeline/AddPipeline

Request Information

URI Parameters

None.

Body Parameters

AddPipelineModal
NameDescriptionTypeAdditional information
UserId

integer

None.

BusinessId

integer

None.

Type

integer

None.

LeadId

integer

None.

Title

string

None.

Customer

string

None.

Phone

string

None.

Email

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:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model">
  <Activitytype>sample string 17</Activitytype>
  <AditionalInfo>sample string 25</AditionalInfo>
  <AgentId>15</AgentId>
  <BusinessId>2</BusinessId>
  <CreatedBy>16</CreatedBy>
  <Customer>sample string 6</Customer>
  <Email>sample string 8</Email>
  <Intresetedin>sample string 12</Intresetedin>
  <Latitude>sample string 20</Latitude>
  <LeadId>4</LeadId>
  <LeadLocation>sample string 10</LeadLocation>
  <LeadSource>sample string 9</LeadSource>
  <LeadTypeId>26</LeadTypeId>
  <LocationName>sample string 19</LocationName>
  <Longitude>sample string 21</Longitude>
  <Mode>sample string 24</Mode>
  <ModeOfContact>sample string 18</ModeOfContact>
  <OfflineCustomerID>sample string 22</OfflineCustomerID>
  <OrionTransactionID>sample string 30</OrionTransactionID>
  <Phone>sample string 7</Phone>
  <PipelineId>29</PipelineId>
  <SOnumber>sample string 27</SOnumber>
  <Source>sample string 23</Source>
  <Stage>sample string 11</Stage>
  <Title>sample string 5</Title>
  <Type>3</Type>
  <UserId>1</UserId>
  <Value>sample string 13</Value>
  <WaybillNumber>sample string 31</WaybillNumber>
  <note>sample string 14</note>
  <pipelineMasterId>28</pipelineMasterId>
</AddPipelineModal>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.