- Previous: SendLinkToSAP
- Up: SendLinkToSAP
- Next: Retrieve Access Token
Send Link To SAP
This API Retrieve data from ServiceNow and send it to SAP.
#### Request Example
#### Response Example
```
POST /campari.com/esb/sendlinktosap/v1
```
#### Request Structure
API field | Type | Mandatory | Description |
URLObj |
|||
ObjKey | String | Y | Object key |
ObjType |
String | Y | Object Type |
LogicalSystem |
String | N | Logical System |
CompanyCode |
String | N | Company Code |
ContentDescr |
String | Y | Site description |
InsertLink |
String | Y | URL |
GeneralFlag |
String | N | -- |
```
{
"URLObj": {
"ObjKey": "IT1000001010012025",
"ObjType": "BKPF",
"LogicalSystem": "",
"CompanyCode":""
},
"ContentDescr": "Link to Service Now SSC Ticket CPR004380555",
"InsertLink": "https://camparissc.service-now.com/campari?id=campariform&table=u_campari_request&sys_id=a715c292c35c2a14875e9cf4e4013143&view=ess_campari",
"GeneralFlag": ""
}
```
#### Response Structure
API field | Type | Description |
ResponseType (0..∞) |
||
Status |
String | Possible value are “S”, “E” |
Code |
String | Response Code from TIBCO |
Message |
String | This field is a message description of the action status |
```
{
"CommonResponse": {
"ResponseType": [
{
"Status": "S",
"Class": "ZMM_SNOW",
"Code": "018",
"Message": "URL attached"
}
]
}
}
```
#### Response Table:
Status | Message | Description |
S | URL attached | The following message refers to a success response |
E | Error on internal Campari’s system - SAP | In case of error while connecting to SAP |
- Previous: SendLinkToSAP
- Up: SendLinkToSAP
- Next: Retrieve Access Token
Docs Navigation
- Campari Open API
- Picklist
- Getting Started
- Connection Tester
- Automatic GRC
- Coupa Integration
- Customer Master Data
- Dogana Connector
- EZFocus
- Invoice Verification
- Journal Entries
- Logistics Operators
- Material Master Data
- One Plan
- Purchase Orders
- Product
- Sales Order
- SAP Utils
- SendLinkToSAP
- Transport Management System
- Vendor Purchase Orders
- WBS Automation
0 Comments
Please sign in to post a comment.