Skip to content

Instantly share code, notes, and snippets.

@ismaelc
Last active September 29, 2016 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ismaelc/ce291f759eece369b975cb5476b48f55 to your computer and use it in GitHub Desktop.
Save ismaelc/ce291f759eece369b975cb5476b48f55 to your computer and use it in GitHub Desktop.
POST Itinerary
{
"method": "POST",
"url": "https://www.concursolutions.com/api/travel/trip/v1.1",
"httpVersion": "HTTP/1.1",
"headers": [{
"name": "Authorization",
"value": "OAuth <token>"
}, {
"name": "Content-Type",
"value": "text/xml"
}],
"postData": {
"mimeType": "text/xml",
"text": "<body here>"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment