PUT api/Patients/UpdatePatientPaymentInformation/{PatientId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PatientId

integer

Required

Body Parameters

PatientPaymentInformationDto
NameDescriptionTypeAdditional information
PatientId

integer

None.

PaymentGatewayPatientToken

string

None.

PaymentGatewayPaymentToken

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PatientId": 1,
  "PaymentGatewayPatientToken": "sample string 2",
  "PaymentGatewayPaymentToken": "sample string 3"
}

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

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.