Znode

Build Version:

PUT paymenttypes/{paymentTypeId}

Updates an existing payment type.

Request Information

» Parameters

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.

Request Body Formats

Sample:
	{
  "Description": "sample string 1",
  "IsActive": true,
  "Name": "sample string 3",
  "PaymentTypeId": 4
}