REST API document submission to Service now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 01:24 PM
An external entity will be sending json documents to a table in servicenow
Table API
POST https://devXXXXX.service-now.com/api/now/table/{PreReg}
The JSON document should go to a field doc
Hence the external entity should send the BODY of the request as
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2023 11:57 AM
No, With the table API you wont be able to do it as the table API work n with certain type of request body and the external entity will not be able to execute the API successfully.
You can create the a scripted API where you have to handles all the requirements or you need to make the third entity understand that the oob API works in a certain way and they have to develop a solution for this. In most of the Rest Integration , the third party tools needs to create such custom solution before making an API Call.
Mark it Correct, It is resolves your Query.