
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
11-29-2019 06:39 AM - edited 11-25-2024 08:47 AM
How to use postman to create an incident?
Image | Description |
01.type your instance https://<instance>.service-now.com/api/now/table/incident |
|
02. Authorization type username/password |
|
03. Header
key: Content-Type value: application/json |
|
04. Body select RAW
and
{"short_description":"my first post man test","description":"incident details"}
|
|
05. Send |
|
06. Answer |
KB0792532 Can a "Web service access only" user allow this user to connect to the instance ?
KB0793194 Restrict the web service user (REST) to read only specific tables
User account or service account? What to use for web service tasks
Outsmart fickle networks, firewall changes, and down servers in your web services integration
How to use postman to create an incident - webservice
Guia Passo a Passo: Como Criar uma Conta de Serviço para Acesso Exclusivo a Serviços Web
- 7,867 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Very helpful, thanks.