Created
December 28, 2018 07:20
-
-
Save aertan/02a9b27ec8bb9b427ea3ecf23b17593e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "NewOrderOtherResult": { | |
| "schema": { | |
| "attributes": { | |
| "id": "VeribaseSu" | |
| }, | |
| "element": { | |
| "attributes": { | |
| "name": "VeribaseSu", | |
| "msdata:IsDataSet": "true", | |
| "msdata:UseCurrentLocale": "true" | |
| }, | |
| "complexType": { | |
| "choice": { | |
| "attributes": { | |
| "minOccurs": "0", | |
| "maxOccurs": "unbounded" | |
| }, | |
| "element": [ | |
| { | |
| "attributes": { | |
| "name": "VeribaseSu" | |
| }, | |
| "complexType": { | |
| "sequence": { | |
| "element": { | |
| "attributes": { | |
| "name": "Result", | |
| "type": "xs:string", | |
| "minOccurs": "0" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "attributes": { | |
| "name": "Table" | |
| }, | |
| "complexType": { | |
| "sequence": { | |
| "element": [ | |
| { | |
| "attributes": { | |
| "name": "customer", | |
| "type": "xs:string", | |
| "minOccurs": "0" | |
| } | |
| }, | |
| { | |
| "attributes": { | |
| "name": "phone", | |
| "type": "xs:string", | |
| "minOccurs": "0" | |
| } | |
| }, | |
| { | |
| "attributes": { | |
| "name": "adres", | |
| "type": "xs:string", | |
| "minOccurs": "0" | |
| } | |
| }, | |
| { | |
| "attributes": { | |
| "name": "sip", | |
| "type": "xs:string", | |
| "minOccurs": "0" | |
| } | |
| }, | |
| { | |
| "attributes": { | |
| "name": "sonuc", | |
| "type": "xs:string", | |
| "minOccurs": "0" | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| } | |
| }, | |
| "diffgram": { | |
| "VeribaseSu": { | |
| "Table": { | |
| "attributes": { | |
| "diffgr:id": "Table1", | |
| "msdata:rowOrder": "0" | |
| }, | |
| "customer": "EZGİ AYDIN", | |
| "phone": "0-543-647 04 03", | |
| "adres": "ALTINTEPSİ MAH.ÇİFTLİK CD B BLOK OZAK HAYATTEPE EVLERİ APT. NO:13 DAİRE:20 BAYRAMPAŞA/İSTANBUL", | |
| "sip": "7861767", | |
| "sonuc": "True" | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment