PUT api/SetupSMProspectMiscField
Request Information
URI Parameters
None.
Body Parameters
SetupSMProspectMiscField| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | integer |
None. |
|
| CompanyId | string |
None. |
|
| Id | integer |
None. |
|
| DataType | string |
None. |
|
| DisplayName | string |
None. |
|
| Sequence | integer |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountId": 1,
"CompanyId": "sample string 2",
"Id": 3,
"DataType": "sample string 4",
"DisplayName": "sample string 5",
"Sequence": 6,
"IsActive": true
}
application/xml, text/xml
Sample:
<SetupSMProspectMiscField xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Setup"> <AccountId>1</AccountId> <CompanyId>sample string 2</CompanyId> <DataType>sample string 4</DataType> <DisplayName>sample string 5</DisplayName> <Id>3</Id> <IsActive>true</IsActive> <Sequence>6</Sequence> </SetupSMProspectMiscField>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.