POST api/SourceOFLeadData/AddNewSourceOFLead
Request Information
URI Parameters
None.
Body Parameters
SourceofLeadsName | Description | Type | Additional information |
---|---|---|---|
SourceId | integer |
None. |
|
Id | integer |
None. |
|
SourceofLead | string |
None. |
|
Active | boolean |
None. |
|
CompanyBranch | integer |
None. |
|
CreatedBy | string |
None. |
|
Created_On | date |
None. |
|
LastModifiedBy | string |
None. |
|
LastModified_On | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "SourceId": 1, "Id": 2, "SourceofLead": "sample string 3", "Active": true, "CompanyBranch": 5, "CreatedBy": "sample string 6", "Created_On": "2021-04-16T12:37:03.5211887+05:30", "LastModifiedBy": "sample string 7", "LastModified_On": "2021-04-16T12:37:03.5211887+05:30" }
application/xml, text/xml
Sample:
<SourceofLeads xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FaME_APPLICATION.Models.APPICATION"> <Active>true</Active> <CompanyBranch>5</CompanyBranch> <CreatedBy>sample string 6</CreatedBy> <Created_On>2021-04-16T12:37:03.5211887+05:30</Created_On> <Id>2</Id> <LastModifiedBy>sample string 7</LastModifiedBy> <LastModified_On>2021-04-16T12:37:03.5211887+05:30</LastModified_On> <SourceId>1</SourceId> <SourceofLead>sample string 3</SourceofLead> </SourceofLeads>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |