• Register

Send Link To SAP

This API Retrieve data from ServiceNow and send it to SAP.
``` 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 --
#### Request Example
``` { "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
#### Response Example
``` { "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

Docs Navigation