Deleting a Partner

URL:

http://servername:8089/do?

The input parameters are listed in the following table:

Parameters

Type

Value

Length

action

Constant

partner

 

subaction

Constant

deletepartner

 

idpartner

Number

 

11

Note: Partnerid or partnername should be passed otherwise all the partners will be returned.

An example of input would be:

Type

Input

action

partner

partnerid

10

subaction

deletepartner

The responses are listed in the following table:

Response

Type

Value

Comment

msg

String

Partner Delete failed

Response message

success

Enum

true/false

Responsesuccess condition

The following table provides a sample JSON response:

msg

Partner Delete failed

success

true


iWay Software