POST api/CompanyContactStage/Update
Request Information
URI Parameters
None.
Body Parameters
CompanyContactStagesSaveVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| IsOpen | boolean |
None. |
|
| IsProspect | boolean |
None. |
|
| IsUnqualified | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"IsOpen": true,
"IsProspect": true,
"IsUnqualified": true
}
application/xml, text/xml
Sample:
<CompanyContactStagesSaveVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models.SuperAdminModels"> <Id>1</Id> <IsOpen>true</IsOpen> <IsProspect>true</IsProspect> <IsUnqualified>true</IsUnqualified> <Name>sample string 2</Name> </CompanyContactStagesSaveVm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.