Posted by Matthew Quinlan on Thu 28 Aug 18:41 (modification of post by Matthew Quinlan view diff)
report abuse | View followups from Anonymous | download | new post
- $MQL('r:customer_profile.request', function(type,msg,datatype,from)
- {
- var myJSON={
- person:{
- name:'Joe Mamma',
- address:'3535 Piedmont Rd',
- city:'Atlanta',
- state:'GA',
- zip:'30305'
- }};
- $MQ('r:customer_profile.response',myJSON);
- });
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.