Sign in

Retrieve invoice recurrence item

documented

Retrieve an invoice recurrence item.

GET /invoicerecurrenceitem/{id}Invoice Recurrence Itemno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.servicetrade.com/api/auth" \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{"username":"{{$username}}","password":"{{$password}}"}' \
  -c cookies.txt && \
npx -y keychains@latest curl "https://api.servicetrade.com/api/invoicerecurrenceitem/{{$id}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -b cookies.txt