Skip to content

Commit

Permalink
Internal Contact for Invoice & Offer detail (#131)
Browse files Browse the repository at this point in the history
* Internal Contact for Invoice & Offer detail

* Update sections/offers.md

Co-authored-by: Nicola Piccinini <piccinini@gmail.com>

Co-authored-by: Nicola Piccinini <piccinini@gmail.com>
  • Loading branch information
sunsations and pic committed May 11, 2021
1 parent 46afe4f commit f26a2f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sections/invoices.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ curl -X GET \
-H 'Authorization: Token token=YOUR_API_KEY'
```

This returns a single invoice representation, including positions, payments and reminders.
This returns a single invoice representation, including internal contact, positions, payments and reminders.

## GET /invoices/{id}.pdf

Expand Down
2 changes: 1 addition & 1 deletion sections/offers.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ curl -X GET \
-H 'Authorization: Token token=YOUR_API_KEY'
```

This returns a single offer representation, including positions.
This returns a single offer representation, including internal contact and positions.

## GET /offers/{id}.pdf

Expand Down

0 comments on commit f26a2f7

Please sign in to comment.