PUT api/SetupSMCallType/Put

Request Information

URI Parameters

None.

Body Parameters

SetupSMCallType
NameDescriptionTypeAdditional information
CallType

string

None.

Description

string

None.

BackgroundColor

string

None.

TextColor

string

None.

IsActive

boolean

None.

AccountId

integer

None.

CompanyId

string

None.

CreatedBy

string

None.

CreatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CallType": "sample string 1",
  "Description": "sample string 2",
  "BackgroundColor": "sample string 3",
  "TextColor": "sample string 4",
  "IsActive": true,
  "AccountId": 6,
  "CompanyId": "sample string 7",
  "CreatedBy": "sample string 8",
  "CreatedOn": "2025-12-16T20:09:47.0430754+00:00"
}

application/xml, text/xml

Sample:
<SetupSMCallType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Setup">
  <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">6</AccountId>
  <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 7</CompanyId>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 8</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T20:09:47.0430754+00:00</CreatedOn>
  <BackgroundColor>sample string 3</BackgroundColor>
  <CallType>sample string 1</CallType>
  <Description>sample string 2</Description>
  <IsActive>true</IsActive>
  <TextColor>sample string 4</TextColor>
</SetupSMCallType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.