Created
February 18, 2021 14:14
-
-
Save aertan/48e82f9e31db6547d344e21df97e2e61 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
| { | |
| "NewOrderOther_NewResult": { | |
| "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": "ECE TÜRKMEN", | |
| "phone": "0-545-643 99 00", | |
| "adres": "BAHÇELİEVLER MAH. KAR SK. DEMİR SİTESİ B2 BLOK NO:1 DAİRE:2 (BAHÇELİEVLER MAH. KAR SOKAK DEMİR SİTESİ DEMİR APT )ALTIEYLÜL/BALIKESİR", | |
| "sip": "39056325", | |
| "sonuc": "Başarılı" | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment