POST api/ApplicationDefaultSetting/Post
Request Information
URI Parameters
None.
Body Parameters
ApplicationDefaultSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TrialPeriod | integer |
None. |
|
| OfficeUsersCount | integer |
None. |
|
| RemoteUsersCount | integer |
None. |
|
| RateforOfficeUser | decimal number |
None. |
|
| RateforRemoteUser | decimal number |
None. |
|
| DepositAmount | decimal number |
None. |
|
| AccountId | integer |
None. |
|
| CompanyId | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"TrialPeriod": 2,
"OfficeUsersCount": 3,
"RemoteUsersCount": 4,
"RateforOfficeUser": 5.0,
"RateforRemoteUser": 6.0,
"DepositAmount": 7.0,
"AccountId": 8,
"CompanyId": "sample string 9",
"CreatedBy": "sample string 10",
"CreatedOn": "2025-12-16T16:34:13.6815884+00:00"
}
application/xml, text/xml
Sample:
<ApplicationDefaultSetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.TenantConfig"> <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">8</AccountId> <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 9</CompanyId> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 10</CreatedBy> <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T16:34:13.6815884+00:00</CreatedOn> <DepositAmount>7</DepositAmount> <Id>1</Id> <OfficeUsersCount>3</OfficeUsersCount> <RateforOfficeUser>5</RateforOfficeUser> <RateforRemoteUser>6</RateforRemoteUser> <RemoteUsersCount>4</RemoteUsersCount> <TrialPeriod>2</TrialPeriod> </ApplicationDefaultSetting>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.