POST api/LeadApp/addSalesSource

Request Information

URI Parameters

None.

Body Parameters

SaleSource
NameDescriptionTypeAdditional information
CreateDateTime

date

None.

CreateUserID

string

None.

LedgerID

integer

None.

LocationID

integer

None.

PhoneNumber

string

None.

RequestType

string

None.

Role

string

None.

SourceEmailID

string

None.

SourceID

integer

None.

SourceName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CreateDateTime": "2025-11-08T13:53:18.0183902+01:00",
  "CreateUserID": "sample string 2",
  "LedgerID": 3,
  "LocationID": 4,
  "PhoneNumber": "sample string 5",
  "RequestType": "sample string 6",
  "Role": "sample string 7",
  "SourceEmailID": "sample string 8",
  "SourceID": 9,
  "SourceName": "sample string 10"
}

application/xml, text/xml

Sample:
<SaleSource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Oneview.LeadAppModel">
  <CreateDateTime>2025-11-08T13:53:18.0183902+01:00</CreateDateTime>
  <CreateUserID>sample string 2</CreateUserID>
  <LedgerID>3</LedgerID>
  <LocationID>4</LocationID>
  <PhoneNumber>sample string 5</PhoneNumber>
  <RequestType>sample string 6</RequestType>
  <Role>sample string 7</Role>
  <SourceEmailID>sample string 8</SourceEmailID>
  <SourceID>9</SourceID>
  <SourceName>sample string 10</SourceName>
</SaleSource>

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.