Created
January 8, 2021 08:33
-
-
Save aertan/8e775ba70b616a12a7e0afe6c3f7be44 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
| { | |
| "GetCustomerResult": { | |
| "schema": { | |
| "attributes": { | |
| "id": "NewDataSet" | |
| }, | |
| "element": { | |
| "attributes": { | |
| "name": "NewDataSet", | |
| "msdata:IsDataSet": "true", | |
| "msdata:MainDataTable": "VeribaseSu", | |
| "msdata:UseCurrentLocale": "true" | |
| }, | |
| "complexType": { | |
| "choice": { | |
| "attributes": { | |
| "minOccurs": "0", | |
| "maxOccurs": "unbounded" | |
| }, | |
| "element": { | |
| "attributes": { | |
| "name": "VeribaseSu" | |
| }, | |
| "complexType": { | |
| "sequence": { | |
| "element": [ | |
| { | |
| "attributes": { | |
| "name": "CustomerID", | |
| "type": "xs:string", | |
| "minOccurs": "0" | |
| } | |
| }, | |
| { | |
| "attributes": { | |
| "name": "CustomerName", | |
| "type": "xs:string", | |
| "minOccurs": "0" | |
| } | |
| }, | |
| { | |
| "attributes": { | |
| "name": "CustomerAddress", | |
| "type": "xs:string", | |
| "minOccurs": "0" | |
| } | |
| }, | |
| { | |
| "attributes": { | |
| "name": "Customer_DistributorID", | |
| "type": "xs:string", | |
| "minOccurs": "0" | |
| } | |
| }, | |
| { | |
| "attributes": { | |
| "name": "Distributor_Status", | |
| "type": "xs:string", | |
| "minOccurs": "0" | |
| } | |
| }, | |
| { | |
| "attributes": { | |
| "name": "Alım_Frekansı", | |
| "type": "xs:double", | |
| "minOccurs": "0" | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "diffgram": { | |
| "DocumentElement": { | |
| "VeribaseSu": { | |
| "attributes": { | |
| "diffgr:id": "VeribaseSu1", | |
| "msdata:rowOrder": "0" | |
| }, | |
| "CustomerID": "MUS0168993", | |
| "CustomerName": "İSMİ BİLİNMİYOR", | |
| "CustomerAddress": "BEŞTEPELER MERTLER SK. ÖZLEM APT NO :110 K:0 D:3 YENİMAHALLE ANKARA", | |
| "Customer_DistributorID": "1823735", | |
| "Distributor_Status": "1", | |
| "Alım_Frekansı": "0" | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment