cancelReasons element
Type: | cancelReasons |
Namespace: | http://healthcare.agilex.com/directScheduling |
XML Schema: | ns1.xsd |
Created with IntelliJ IDEA. User: patelh Date: 9/17/13 Time: 11:07 AM To change this template use File | Settings | File Templates.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<cancelReasons xmlns="http://healthcare.agilex.com/directScheduling">
<number xmlns="">...</number>
<text xmlns="">...</text>
<cancelReasonsList xmlns="">
<number>...</number>
<text>...</text>
</cancelReasonsList>
<cancelReasonsList xmlns="">
<!--...-->
</cancelReasonsList>
<!--...more "cancelReasonsList" elements...-->
</cancelReasons>
Example JSON
{
"cancelReasonsList" : [ {
"number" : "...",
"text" : "..."
}, ... ],
"number" : "...",
"text" : "..."
}