Get payment method for company

Gets a company payment method.

Request
query Parameters
paymentMethodId
required
integer <int32>

The internal id of the payment method for which to get the company payment method

companyId
required
integer <int32>

The internal id of the company for which to get the company payment method

cultureCode
string

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

Responses
200

Success

500

Internal Server Error

get/CustomerService.svc/rest/GetCompanyPaymentMethod
Response samples
{
  • "CompanyCode": "string",
  • "PaymentMethodCode": "string",
  • "InvoiceCaptureSettingsCode": "string",
  • "IsActive": true
}