company-customer payment

Number of APIs: 5

  1. customerPayments GET {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/customerPaymentJournals({{customerPaymentJournalId}})/customerPayments/?tenant={{tenant}}

  2. customerPayment GET {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/customerPayments({{customerPaymentId}})/?tenant={{tenant}}

  3. customerPayment POST {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/customerPayments?tenant={{tenant}}

  4. customerPayment PATCH {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/customerPayments({{customerPaymentId}})?tenant={{tenant}}

  5. customerPayment DELETE {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/customerPayments({{customerPaymentId}})?tenant={{tenant}}