PUT api/ServicePrice

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
servicePrice
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "TenantId": "sample string 2",
  "Subscription": 3.0,
  "Rps": 4.0,
  "Edt": 5.0,
  "PpcLeadProduct": 6.0,
  "PpcSubsequentProduct": 7.0,
  "Currency": "sample string 8",
  "RpsFreeCalls": 1,
  "EdtFreeCalls": 1,
  "AccumulatedAmount": 1.0,
  "IntrinsicProdPrice": 1.0
}

application/xml, text/xml

Sample:
<ServicePrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <AccumulatedAmount>1</AccumulatedAmount>
  <Currency>sample string 8</Currency>
  <Edt>5</Edt>
  <EdtFreeCalls>1</EdtFreeCalls>
  <Id>1</Id>
  <IntrinsicProdPrice>1</IntrinsicProdPrice>
  <PpcLeadProduct>6</PpcLeadProduct>
  <PpcSubsequentProduct>7</PpcSubsequentProduct>
  <Rps>4</Rps>
  <RpsFreeCalls>1</RpsFreeCalls>
  <Subscription>3</Subscription>
  <TenantId>sample string 2</TenantId>
</ServicePrice>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ServicePrice'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.