PUT api/Subscription/DeleteAdditionalQuota

Request Information

URI Parameters

None.

Body Parameters

AdditionalQuota
NameDescriptionTypeAdditional information
AdditionalQuotaID

integer

None.

SubscriptionID

integer

None.

WebPagesQuota

integer

None.

DeviceQuota

integer

None.

AppsAllowed

integer

None.

NumberofTrialDays

integer

None.

ConcurrentUsers

integer

None.

UsersAllowed

integer

None.

DeviceGroupID

integer

None.

DeviceTime

integer

None.

IsSofyLive

boolean

None.

IsSofyAutomate

boolean

None.

IsSofyExplore

boolean

None.

IsCICDIntegration

boolean

None.

IsAPIAccess

boolean

None.

IsAndroidAllowed

boolean

None.

IsIOSAllowed

boolean

None.

IsWebAllowed

boolean

None.

IsActive

boolean

None.

OverageHourlyPrice

decimal number

None.

OverageWebpagePrice

decimal number

None.

IsSofyAutomateWithEdit

boolean

None.

IsScheduleTest

boolean

None.

IsTeamsIntegration

boolean

None.

IsJiraIntegration

boolean

None.

IsDedicatedDevices

boolean

None.

ParallelTestQuota

integer

None.

IsOverageAllowed

boolean

None.

IsSlackIntegration

boolean

None.

IsTestSuite

boolean

None.

IsSofyWebExplore

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AdditionalQuotaID": 1,
  "SubscriptionID": 2,
  "WebPagesQuota": 3,
  "DeviceQuota": 4,
  "AppsAllowed": 5,
  "NumberofTrialDays": 6,
  "ConcurrentUsers": 7,
  "UsersAllowed": 8,
  "DeviceGroupID": 9,
  "DeviceTime": 10,
  "IsSofyLive": true,
  "IsSofyAutomate": true,
  "IsSofyExplore": true,
  "IsCICDIntegration": true,
  "IsAPIAccess": true,
  "IsAndroidAllowed": true,
  "IsIOSAllowed": true,
  "IsWebAllowed": true,
  "IsActive": true,
  "OverageHourlyPrice": 20.1,
  "OverageWebpagePrice": 21.1,
  "IsSofyAutomateWithEdit": true,
  "IsScheduleTest": true,
  "IsTeamsIntegration": true,
  "IsJiraIntegration": true,
  "IsDedicatedDevices": true,
  "ParallelTestQuota": 27,
  "IsOverageAllowed": true,
  "IsSlackIntegration": true,
  "IsTestSuite": true,
  "IsSofyWebExplore": true
}

application/xml, text/xml

Sample:
<PaymentSubscription.AdditionalQuota xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SofyWebApi">
  <AdditionalQuotaID>1</AdditionalQuotaID>
  <AppsAllowed>5</AppsAllowed>
  <ConcurrentUsers>7</ConcurrentUsers>
  <DeviceGroupID>9</DeviceGroupID>
  <DeviceQuota>4</DeviceQuota>
  <DeviceTime>10</DeviceTime>
  <IsAPIAccess>true</IsAPIAccess>
  <IsActive>true</IsActive>
  <IsAndroidAllowed>true</IsAndroidAllowed>
  <IsCICDIntegration>true</IsCICDIntegration>
  <IsDedicatedDevices>true</IsDedicatedDevices>
  <IsIOSAllowed>true</IsIOSAllowed>
  <IsJiraIntegration>true</IsJiraIntegration>
  <IsOverageAllowed>true</IsOverageAllowed>
  <IsScheduleTest>true</IsScheduleTest>
  <IsSlackIntegration>true</IsSlackIntegration>
  <IsSofyAutomate>true</IsSofyAutomate>
  <IsSofyAutomateWithEdit>true</IsSofyAutomateWithEdit>
  <IsSofyExplore>true</IsSofyExplore>
  <IsSofyLive>true</IsSofyLive>
  <IsSofyWebExplore>true</IsSofyWebExplore>
  <IsTeamsIntegration>true</IsTeamsIntegration>
  <IsTestSuite>true</IsTestSuite>
  <IsWebAllowed>true</IsWebAllowed>
  <NumberofTrialDays>6</NumberofTrialDays>
  <OverageHourlyPrice>20.1</OverageHourlyPrice>
  <OverageWebpagePrice>21.1</OverageWebpagePrice>
  <ParallelTestQuota>27</ParallelTestQuota>
  <SubscriptionID>2</SubscriptionID>
  <UsersAllowed>8</UsersAllowed>
  <WebPagesQuota>3</WebPagesQuota>
</PaymentSubscription.AdditionalQuota>

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.