<?xml version="1.0" encoding="utf-8"?>
<feed xml:base="https://myUrl" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
    <id>http://schemas.datacontract.org/2004/07/</id>
    <title />
    <updated>2021-07-06T11:28:36Z</updated>
    <link rel="self" href="https://myUrl/Customers" />
    <entry>
        <id>https://myUrl/Customers('3139')</id>
        <category term="BusinessLogic.CodeList.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
        <link rel="edit" href="https://myUrl/Customers('3139')" />
        <link rel="self" href="https://myUrl/Customers('3139')" />
        <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Accounts" type="application/atom+xml;type=feed" title="Accounts" href="https://myUrl/Customers('3139')/Accounts" />
        <title />
        <updated>2021-07-06T11:28:36Z</updated>
        <author>
            <name />
        </author>
        <content type="application/xml">
            <m:properties>
                <d:Vat m:null="true" />
                <d:IdentificationNumber m:null="true" />
                <d:RegistrationNumber m:null="true" />
                <d:AdditionalIdentificationNumbers m:type="Collection(Edm.String)" />
                <d:Address>Street 10</d:Address>
                <d:ZipCode>78430</d:ZipCode>
                <d:City>PRNJA</d:City>
                <d:Country>BH</d:Country>
                <d:CountryISO2 m:null="true" />
                <d:Account m:null="true" />
                <d:SwiftCode m:null="true" />
                <d:Email m:null="true" />
                <d:Phone>00387 51660551ga.Da</d:Phone>
                <d:Fax m:null="true" />
                <d:MaturityDateDependsOn m:null="true" />
                <d:MaturityDateDays m:null="true" />
                <d:LastReferent m:null="true" />
                <d:ParentId m:null="true" />
                <d:Id>3139</d:Id>
                <d:Name xml:space="preserve">"AL" PRNJA D.O.O, </d:Name>
                <d:Active m:type="Edm.Boolean">true</d:Active>
            </m:properties>
        </content>
    </entry>
</feed>