Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Develop a new GET API to expose the following details to GSA

rocky1234
Tera Contributor

Develop a new GET API to expose the following details to GSA:

Sample Request:

Request Payload(Can be either shipment Id or RITM associated to shipment)-

 
 
{ "requestId":"RITM4105533" } [[OR]] { "shipmentId":"2084153" }  

Sample Response:

 
 
{ "shipment Id": "2084153", "carrier": "FedEx", "carrierTrackingNo": "276997852989", "pickup date": "2024-07-20" } 
0 REPLIES 0