Creates a new payment type.
Name | Description | Additional information |
---|---|---|
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
}