Skip to content

Instantly share code, notes, and snippets.

@aertan
Created January 8, 2021 08:33
Show Gist options
  • Select an option

  • Save aertan/8e775ba70b616a12a7e0afe6c3f7be44 to your computer and use it in GitHub Desktop.

Select an option

Save aertan/8e775ba70b616a12a7e0afe6c3f7be44 to your computer and use it in GitHub Desktop.
{
"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