Add suppliers notes app

This commit is contained in:
Uwe Klinger
2021-05-11 09:52:54 +02:00
parent d04cb801c4
commit 016587094f
20 changed files with 10168 additions and 1 deletions

16
notes/requests.http Normal file
View File

@@ -0,0 +1,16 @@
### Get remote suppliers
GET http://localhost:4004/notes/Suppliers?$top=11
### Get remote suppliers with expanded notes
GET http://localhost:4004/notes/Suppliers?$top=11&$expand=notes
### Suppliers set to readonly --> fails with 405
PATCH http://localhost:4004/notes/Suppliers('11')
Content-Type: application/json
{
"BusinessPartnerFullName": "Can't change!"
}