hey jonboy49!
thnx very much - it helped.
Search found 2 matches
- Thu Aug 26, 2021 8:00 am
- Forum: HTTPAPI
- Topic: PUT with If-Match Header?
- Replies: 2
- Views: 17827
- Wed Aug 25, 2021 10:03 am
- Forum: HTTPAPI
- Topic: PUT with If-Match Header?
- Replies: 2
- Views: 17827
PUT with If-Match Header?
I'm using HTTPAPI to syncronize different Databases.
Now I need to send Header-Informations with the PUT-Command.
Example:
PUT /SYSTEM/ODataV4/Company('COMP')/Customer('123456')
If-Match: W/"440112715"
With "POSTMAN" there is an own categorie "Headers" - but how to implement this in RPG ?
I use ...
Now I need to send Header-Informations with the PUT-Command.
Example:
PUT /SYSTEM/ODataV4/Company('COMP')/Customer('123456')
If-Match: W/"440112715"
With "POSTMAN" there is an own categorie "Headers" - but how to implement this in RPG ?
I use ...