PUT api/Account/TenantConfig

Request Information

URI Parameters

None.

Body Parameters

TenantConfig
NameDescriptionTypeAdditional information
TenantConfig_ID

integer

None.

TimeZone_ID

integer

None.

SMTPConfig_ID

integer

None.

Email_Config_ID

integer

None.

Could_Call_Switch

boolean

None.

Total_Call_Duration

string

None.

Call_Duration

string

None.

Call_Recording_Switch

boolean

None.

Call_Recording_Duration

string

None.

ExemptionAmount

string

None.

Live_Photos

boolean

None.

RejectAgencyEstimate

boolean

None.

ClaimOfficeEstimationAmount

integer

None.

TenantID

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

IsDeleted

boolean

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "TenantConfig_ID": 1,
  "TimeZone_ID": 2,
  "SMTPConfig_ID": 3,
  "Email_Config_ID": 4,
  "Could_Call_Switch": true,
  "Total_Call_Duration": "sample string 6",
  "Call_Duration": "sample string 7",
  "Call_Recording_Switch": true,
  "Call_Recording_Duration": "sample string 9",
  "ExemptionAmount": "sample string 10",
  "Live_Photos": true,
  "RejectAgencyEstimate": true,
  "ClaimOfficeEstimationAmount": 13,
  "TenantID": 14,
  "CreatedBy": 15,
  "CreatedDate": "2025-12-13T10:30:17.1066607+05:00",
  "UpdatedBy": 17,
  "UpdatedDate": "2025-12-13T10:30:17.1066607+05:00",
  "IsDeleted": true,
  "IsActive": true
}

text/xml

Sample:
<TenantConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities">
  <Call_Duration>sample string 7</Call_Duration>
  <Call_Recording_Duration>sample string 9</Call_Recording_Duration>
  <Call_Recording_Switch>true</Call_Recording_Switch>
  <ClaimOfficeEstimationAmount>13</ClaimOfficeEstimationAmount>
  <Could_Call_Switch>true</Could_Call_Switch>
  <CreatedBy>15</CreatedBy>
  <CreatedDate>2025-12-13T10:30:17.1066607+05:00</CreatedDate>
  <Email_Config_ID>4</Email_Config_ID>
  <ExemptionAmount>sample string 10</ExemptionAmount>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <Live_Photos>true</Live_Photos>
  <RejectAgencyEstimate>true</RejectAgencyEstimate>
  <SMTPConfig_ID>3</SMTPConfig_ID>
  <TenantConfig_ID>1</TenantConfig_ID>
  <TenantID>14</TenantID>
  <TimeZone_ID>2</TimeZone_ID>
  <Total_Call_Duration>sample string 6</Total_Call_Duration>
  <UpdatedBy>17</UpdatedBy>
  <UpdatedDate>2025-12-13T10:30:17.1066607+05:00</UpdatedDate>
</TenantConfig>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.