Updates an existing payment type.
Name | Description | Additional information |
---|---|---|
paymentTypeId | The ID of the payment type. |
Define this parameter in the request URI. |
model | The model of the payment type. |
Define this parameter in the request body. |
{
"Description": "sample string 1",
"IsActive": true,
"Name": "sample string 3",
"PaymentTypeId": 4
}