POST api/ValueAddedService/DeleteValueAddedService

Request Information

URI Parameters

None.

Body Parameters

ValueAddedServiceItem
NameDescriptionTypeAdditional information
POLiServiceID

globally unique identifier

None.

DefaultVASBillingStructure

VASBillingStructure

None.

Description

string

None.

ServiceName

string

None.

Status

boolean

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'ValueAddedServices' with type 'ConsoleAPI.Internal.Models.ValueAddedServices.ValueAddedServiceItem'. Path 'DefaultVASBillingStructure'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'ValueAddedServices' with type 'ConsoleAPI.Internal.Models.ValueAddedServices.ValueAddedServiceItem'. Path 'DefaultVASBillingStructure'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'ConsoleAPI.Internal.Models.ValueAddedServices.VASBillingStructure' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'ConsoleAPI.Internal.Models.ValueAddedServices.VASBillingStructure' contains cycles and cannot be serialized if reference tracking is disabled.

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 'ValueAddedServiceItem'.

Response Information

Resource Description

CommonResult
NameDescriptionTypeAdditional information
ErrorMessage

string

None.

Result

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ErrorMessage": "sample string 1",
  "Result": {}
}

application/xml, text/xml

Sample:
<CommonResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.Common">
  <ErrorMessage>sample string 1</ErrorMessage>
  <Result />
</CommonResult>