Postman

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

var settings = {

"async": true,

"crossDomain": true,

"url": "http://trflbdbsdtd002v.trflab.uc.local/unifiedconfig/config/agent/11329",

"method": "PUT",

"headers": {

"Content-Type": "application/xml",

"cache-control": "no-cache",

"Postman-Token": "5d0a9d56-a88b-467e-8d7c-f086c01a346f"

},

"data": "<agent>\n <changeStamp>26</changeStamp>\n


<refURL>/unifiedconfig/config/agent/11329</refURL>\n <agentAttributes>\n <agentAttribute>\n
<attributeValue>true</attributeValue>\n <attribute>\n
<refURL>/unifiedconfig/config/attribute/6211</refURL>\n <changeStamp>0</changeStamp>\n
<dataType>3</dataType>\n <defaultValue>true</defaultValue>\n
<description>D_OUT_Modebook_Team</description>\n
<name>D_OUT_Modebook_Team</name>\n </attribute>\n </agentAttribute>\n
<agentAttribute>\n <attributeValue>10</attributeValue>\n <attribute>\n
<refURL>/unifiedconfig/config/attribute/6289</refURL>\n <changeStamp>0</changeStamp>\n
<dataType>4</dataType>\n <defaultValue>10</defaultValue>\n
<description>NULL</description>\n <name>D_KFI_OUT_Modebook_Team</name>\n
</attribute>\n </agentAttribute>\n </agentAttributes>\n</agent>"

$.ajax(settings).done(function (response) {

console.log(response);

});

You might also like