PUT api/EntityPaymentMethods/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

EntityPaymentMethodDto
NameDescriptionTypeAdditional information
Id

integer

None.

ClientId

integer

Required

PaymentMethodToken

string

Required

Enabled

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ClientId": 1,
  "PaymentMethodToken": "sample string 2",
  "Enabled": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResponse
NameDescriptionTypeAdditional information
Message

string

None.

Result

Object

None.

StatusCode

integer

None.

StatusGroup

string

None.

Details

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.