PUT api/ServicePrice
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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,
"IndvidualsVariationCount": 1
}
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> <IndvidualsVariationCount>1</IndvidualsVariationCount> <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:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.