Skip to main content

Get Invoice Attributes


ApiScope: payment.invoice.read
API Scope Level: DepartmentScope
Path Parameters
    departmentUuid string required
    invoiceGuid string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
    errorDescription string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
    warningDescription string
  • ]
  • attributes object
    property name* string
GET /v4/departments/:departmentUuid/invoices/:invoiceGuid/attributes

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/payment
Username
Password
departmentUuid — path required
invoiceGuid — path required
curl / cURL
curl -L -X GET '/payment/v4/departments/:departmentUuid/invoices/:invoiceGuid/attributes' \
-H 'Accept: */*'