DELETE api/Purchase/{affiliateId}/{paymentProvider}/RemoveAccount

Remove customer account with specified provider

Request Information

URI Parameters

NameDescriptionTypeAdditional information
affiliateId

The affiliate identifier.

integer

Required

paymentProvider

The provider.

string

Required

v

The requested API version

string

Default value is 2.0

Body Parameters

None.

Response Information

Resource Description

Remove customer account with specified provider

FilmFlex.Platform.Common.API.Contracts.V2.RemoveCustomerResultDTO
NameDescriptionTypeAdditional information
Success

Gets or sets a value indicating whether this is success.

boolean

None.

Message

string

None.

HttpStatusCode

Http status code

string

None.

ErrorType

string

None.

ErrorCode

string

None.

DeclineCode

Gets or sets the decline code.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "HttpStatusCode": "sample string 3",
  "ErrorType": "sample string 4",
  "ErrorCode": "sample string 5",
  "DeclineCode": "sample string 6"
}