POST api/Chatbot/DeleteAddons

Request Information

URI Parameters

None.

Body Parameters

DeleteAlacarte
NameDescriptionTypeAdditional information
SMSID

decimal number

None.

SchemeID

integer

None.

SubsStatus

integer

None.

VCNO

string

None.

VCType

integer

None.

ZtRowID

integer

None.

Source

string

None.

Isd2h

integer

None.

oBOAddAlaCarteList

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
{
  "SMSID": 1.0,
  "SchemeID": 2,
  "SubsStatus": 3,
  "VCNO": "sample string 4",
  "VCType": 5,
  "ZtRowID": 6,
  "Source": "sample string 7",
  "Isd2h": 8,
  "oBOAddAlaCarteList": null
}

application/xml, text/xml

Sample:
<DeleteAlacarte xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Phoenix.IN.Common.Models.SubscriberApp">
  <Isd2h>8</Isd2h>
  <SMSID>1</SMSID>
  <SchemeID>2</SchemeID>
  <Source>sample string 7</Source>
  <SubsStatus>3</SubsStatus>
  <VCNO>sample string 4</VCNO>
  <VCType>5</VCType>
  <ZtRowID>6</ZtRowID>
  <oBOAddAlaCarteList i:nil="true" />
</DeleteAlacarte>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultInfoOfString
NameDescriptionTypeAdditional information
AccessToken

string

None.

TokenType

string

None.

ResultType

TypeOfResult

None.

ResultCode

integer

None.

ResultDesc

string

None.

Result

string

None.

ErrCode

integer

None.

ErrDesc

string

None.

Response Formats

application/json, text/json

Sample:
{
  "AccessToken": "sample string 1",
  "TokenType": "sample string 2",
  "ResultType": 0,
  "ResultCode": 3,
  "ResultDesc": "sample string 4",
  "Result": "sample string 5",
  "ErrCode": 6,
  "ErrDesc": "sample string 7"
}

application/xml, text/xml

Sample:
<ResultInfoOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Phoenix.IN.Common.Models.Common">
  <AccessToken>sample string 1</AccessToken>
  <ErrCode>6</ErrCode>
  <ErrDesc>sample string 7</ErrDesc>
  <Result>sample string 5</Result>
  <ResultCode>3</ResultCode>
  <ResultDesc>sample string 4</ResultDesc>
  <ResultType>Success</ResultType>
  <TokenType>sample string 2</TokenType>
</ResultInfoOfstring>