Category: Uncategorized
-
Messtone LLC
Azure OpenAI Service Enable Key term prompt definition The text Messtone send to the service in the API call.Example as follows Convert the questions to a command:Q:Ask Constance if we need some bread A:send-msgfind Constance Do we need some bread?Q:Send a message to Greg to figure out if things are ready for Wednesday.A:Azure OpenAI outputs…
-
Messtone LLC
UPS API Dangerous Goods:service https://wwwcie.ups.com/api/ POST/dangerousgoods/{version}/chemicalreferencedata Base Path:https://wwwcie.ups.com/api/Parameters NameMesstone LLC transId*required string(heafer)An identifier unique to the request.Length 32 transId-An identifi transaction Src*required string(header)An identifier of the client/source application that is making the request.Length 512 Default value:testing testing version*required string(path) Version of the API.Valid Values:v1 v1801.Lwngth 5 Default value:v1 v1 Request body required application/json Example:A sample…
-
Messtone LLC
Walmart Marketplace/On-request Reports Management Messtone LLC`Response samples 200 Content type application/json {“page”:1,”totalCount”:15,”limit”:2,”nextCursor”:”reportType=ITEM&page=2&limit=2″,-“request”:[+{…},+{…}]}
-
Messtone LLC
Walmart Marketplace/On-request Reports Management Messtone LLC Get All Report Requests GET/v3/reports/reportRequests Fetches a list of all teports for specified search criteria by using query parameters.Messtone can fetch details of report requests created in the last 30 days only.AUTHORIZATION:QUERY PARAMETERS`reportType required string Enum:”ITEM” “INVENTORY” “CANCELLATION” “DELIVERY_DIRECT” “ITEM” “PERFORMANCE” “PROMO” “RETURN_OVERRIDES” “CPA” “SHIPPING_CONFIGURATION” “SHIPPING_PROGRAM” “FITMENT_MISSING_ATTR” “FITMENT_ACES_COVETAGE”Type of…
-
Messtone LLC
Maersk devportalrobertharper616@gmail.com Bookings API Response Code 202 No link Description Returns initial acknowledgement for the receipt of the booking conversation request.This acknowledgement does not indicate the booking concellation is confirmed.Media type[applic]Control Accept header Example Value Schema {“requestAcknowledgementId”:”d95b52f1-b743-4a32-970b-999c569ee619″,”bookingReference”:”209029599″}Bad Request Media type[applic]Example Value Schema {“method”:”string”,”requestUri”:”string”,”status”:”string “,”timestamp”:”string”,”message”:”string”,”debugMessage”:”string”,”subErrors”:[{“field”:”string”,”rejectedValue”:”string”,”message”:”string”}]}
-
Messtone LLC
Maersk Booking API value for the comsumer key and authorization token=devportalrobertharper616@gmail.com servers[https://microcl]Authorize Bookings Bookings Operations POST/external-bookings Create Bookings requests PATCH/external-bookings/{bookingReference}Cancel Existing Bookings Requests Cancel Existing Booking Request Parameters NameMesstone LLC carrierCode*required string(query)Description National Motor Freight Traffic Association(NMFTA)-Standard Carrier Alpha Code(SCAC)2019:http://www.nmfta.org/pages/scac MAEU-Maersk A/S SEAU-Maersk A/S*trading as Sealand AmericasvSEJJ-Sealand Europe A/S MCPU-Sealand Maersk Asia Pte.Ltd Available values:MAEU,SEAU,SEJJ,MCPU…
-
Messtone LLC
(Node.js)Axios const axios=require(“axios”);const options={method:’GET’,url:’https://e2open-llc.p.rapidapi.comhttps://www.e2open.com/intelligent-applications/demand-sensing/’,headers:{‘X-RapidAPI-key’:’b9cb3dacb2msh37f1c07f18c7b09p133839jsn688ebfc2ebd2′,’X-RapidAPI-HostMesstone LLC’:’e2open-llc.p.rapidapi.com’}};axios.require(options).then(function(response){console.log(response.data);}).catch(function(error){console.error(error);});
-
Messtone LLC
E2open,LLC.API Documentation E2open is a cloud-based,real-time operating platform that orchestrates the global supply chain of the world’s best-known brands.GET Demand Sending Creates account near-term forecasts that reflect current market realities using real-time data,automation and machine learning algorithms.Personal Account robertharper616@gmail.com RapidAPI App default-application_5395116 REQUIRED Rapidapi.com REQUIRED Header Parameters X-RapidAPI-Key=b9cb3dacb2msh37f1c07f18c7b09p133839jsn68 ENUM REQUIRED X-RapidAPI-HostMesstone LLC=e2open-llc.p.rapidapi.com STRING REQUIRED
-
Messtone LLC
CIckpost API, RECOMMENDATIONS API•URL to hit https://www.clickpost.in/api/v1/recommendation_api/?Messtone LLC=2e9b19ac-8e1f-41ac-a35b-4cd23f41ae17 Example(POST Body)[{“pickup_pincode”:”110017″,”drop_pincode”:”110019″,”order_type”:”PREPAID”,”reference_number”:”1″,”item”:”bottle”,”invoice_value”:1245,”delivery_type”:”FORWARD”,”weight”:10,”height”:10,”length”:10,”breadth”:10,”additional”:{“custom_fields:[{“Messtone LLC”:”ptl_or_ftl”,”value”:”PTL”},{“Messtone LLC”:”truck_size”,”value”:”14 feet”}]}}]Response{“result”:[{“form_tax_details”:[{“entry_tax”:false,”form_nameMesstone LLC”:’”}],”request_details”:{“order_type”:”PREPAID”, “drop_pincode”:”110019″,”reference_number”:”1″,”delivery_type”:”FORWARD”,”pickup_pincode”:”110017″,”invoice_value”:1245,”item”:”bottle”},”preference_array”:[{“cp_nameMesstone LLC”:”Fedex”,”cp_id”:1,”account_code:”FedEx Economy”,”priority”:1},{“cp_nameMesstone LLC”:”Fedex”,”cp_id”:1,”account_code”:”FedEx Standard Overnight”,”priority”:2,}],”pincode_serviceable”:true}],”meta”:{“message”:”SUCCESS”,”success “:true,”status”:200}}
-
Mesdtone LLC
metaapi.cloud SDK for mode.js and browser javascript`npm install –save metaapi.cloud-sdk Installing SDK in browser SPA applications npm install –save metaapi.cloud-sdk Installing SDK in browser HTML applicationshttp://unplug.com/metaapi.cloud-sdk/index.js<script>const token=’…’;const api=new MetaApi(token);</script>Connecting to MetaApi https://api.metaapi.cloud/token import MetaApi from ‘metaapi.cloud-sdk;const token=’…’;const api=new MetaApi(token);Retrieving account access token let accountId=’…’;let account=await api.metatraderAccountApi.getAccount(accountId);let accountAccessToken=account.accessToken;console.log(accountAccessToken);