Add suppliers notes app
This commit is contained in:
16
notes/requests.http
Normal file
16
notes/requests.http
Normal 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!"
|
||||
}
|
||||
Reference in New Issue
Block a user