Created
August 27, 2013 05:41
-
-
Save karthik1729/6349991 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"interactionId": "cc5f0b6e-0257-437e-89c6-0d129daf89d6", | |
"interationType": "SyncApp", | |
"resCode": 200, | |
"resMessage": "Success", | |
"response": { | |
"createdDate": "Aug 27, 2013 10:23:02 AM", | |
"version": 2, | |
"airlines": { | |
"code": "AL", | |
"actions": [ | |
{ | |
"action": "DELETE", | |
"data": { | |
'airlineCode': 'ST', | |
'airlineName': 'Saurabh Charter Airline', | |
'key': 'ST' | |
} | |
}, | |
{ | |
"action": "MODIFIED", | |
"data": { | |
'airlineCode': 'ST', | |
'airlineName': 'Saurabh Charter Airline', | |
'key': 'ST' | |
} | |
}, | |
{ | |
"action": "CREATED", | |
"data": { | |
'airlineCode': 'ST', | |
'airlineName': 'Saurabh Charter Airline', | |
'key': 'ST' | |
} | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment