Skip to content

Instantly share code, notes, and snippets.

@tocohara
Created May 2, 2021 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tocohara/b65a81addd8a20513ebd3ec89e977dca to your computer and use it in GitHub Desktop.
Save tocohara/b65a81addd8a20513ebd3ec89e977dca to your computer and use it in GitHub Desktop.
FS Appointment WSDL - Details Type
<s:complexType name="Details">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="DisplayName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="Branch" type="tns:Field"/>
<s:element minOccurs="0" maxOccurs="1" name="LineRef" type="tns:Field"/>
<s:element minOccurs="0" maxOccurs="1" name="LineStatus" type="tns:Field"/>
<s:element minOccurs="0" maxOccurs="1" name="LineType" type="tns:Field"/>
<s:element minOccurs="0" maxOccurs="1" name="PickupDeliveryLineRef" type="tns:Field"/>
<s:element minOccurs="0" maxOccurs="1" name="InventoryID" type="tns:Field"/>
<s:element minOccurs="0" maxOccurs="1" name="Subitem" type="tns:Field"/>
<s:element minOccurs="0" maxOccurs="1" name="BillingRule" type="tns:Field"/>
<s:element minOccurs="0" maxOccurs="1" name="Description" type="tns:Field"/>
<s:element minOccurs="0" maxOccurs="1" name="EquipmentAction" type="tns:Field"/>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment