Advertisement
Guest User

Untitled

a guest
Nov 30th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 2.70 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:mas="http://masterdata.blueant.axis.proventis.net/" xmlns:quot="http://quote.blueant.axis.proventis.net/" xmlns:todo="http://todo.blueant.axis.proventis.net/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.    <SOAP-ENV:Header />
  4.    <SOAP-ENV:Body>
  5.       <todo:ChangeTodoRequestParameter>
  6.          <todo:sessionID>E0o2F9U9ixM4aQKTC4Rk</todo:sessionID>
  7.          <todo:todo>
  8.             <todo:todoID>227390099</todo:todoID>
  9.             <todo:todoListID>227388269</todo:todoListID>
  10.             <todo:taskID xsi:nil="true" />
  11.             <todo:name>Todo</todo:name>
  12.             <todo:description>Changed todo awesomsadf sadf</todo:description>
  13.             <todo:editorID>215017392</todo:editorID>
  14.             <todo:editDate xsi:nil="true" />
  15.             <todo:ownerType>Staff</todo:ownerType>
  16.             <todo:ownerID>215017392</todo:ownerID>
  17.             <todo:ownerFreeText xsi:nil="true" />
  18.             <todo:stateID>44686620</todo:stateID>
  19.             <todo:position>0</todo:position>
  20.             <todo:startDate xsi:nil="true" />
  21.             <todo:dueDate xsi:nil="true" />
  22.             <todo:startDateConstraint xsi:nil="true" />
  23.             <todo:dueDateConstraint>
  24.                <todo:offsetType>PROJECT_END</todo:offsetType>
  25.                <todo:offsetChoice>
  26.                   <todo:offset xsi:nil="true" />
  27.                   <todo:offsetDate xsi:nil="true" />
  28.                </todo:offsetChoice>
  29.             </todo:dueDateConstraint>
  30.             <todo:notifySuccessor>false</todo:notifySuccessor>
  31.             <todo:notifyOwner>true</todo:notifyOwner>
  32.             <todo:notifyProjectManager>false</todo:notifyProjectManager>
  33.             <todo:notifyTicketResponsible>false</todo:notifyTicketResponsible>
  34.             <todo:notifyTicketContact>false</todo:notifyTicketContact>
  35.             <todo:predecessorList xsi:nil="true" />
  36.             <todo:customFieldList>
  37.                <mas:AbstractCustomField xmlns="http://masterdata.blueant.axis.proventis.net/" xsi:type="T_BooleanCustomField">
  38.                   <mas:ID>44687014</mas:ID>
  39.                   <mas:context xsi:nil="true" />
  40.                   <mas:name xsi:nil="true" />
  41.                   <mas:mandatory xsi:nil="true" />
  42.                   <mas:active xsi:nil="true" />
  43.                   <mas:validatorList xsi:nil="true" />
  44.                   <mas:booleanValue>false</mas:booleanValue>
  45.                </mas:AbstractCustomField>
  46.             </todo:customFieldList>
  47.             <todo:foreignKeyList xsi:nil="true" />
  48.          </todo:todo>
  49.       </todo:ChangeTodoRequestParameter>
  50.    </SOAP-ENV:Body>
  51. </SOAP-ENV:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement