HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/ClientLocal HTTP/1.1
Host: dinumero.modernekonomi.se
Content-Type: application/xml
Content-Length: length
<ClientLocal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dinumero.Dto.Avtal">
<Accounts xmlns:d2p1="http://schemas.datacontract.org/2004/07/Dinumero.Dto.Client">
<d2p1:KostnadsKonto>0</d2p1:KostnadsKonto>
<d2p1:LevSkuldsKonto>0</d2p1:LevSkuldsKonto>
<d2p1:MomsKonto>0</d2p1:MomsKonto>
</Accounts>
<ClientId>0</ClientId>
<Gid>00000000-0000-0000-0000-000000000000</Gid>
<ModuleContracts>false</ModuleContracts>
<ModuleReports>false</ModuleReports>
<ModuleSupplierInvoices>false</ModuleSupplierInvoices>
<Name>String</Name>
<OrgNr>String</OrgNr>
<Status>Inaktiv</Status>
<UserPermissions xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfintUserPermissionSg0u17RJ>
<d2p1:Key>0</d2p1:Key>
<d2p1:Value>
<Permissions i:nil="true" />
<User>
<FullName>String</FullName>
<Id>0</Id>
<UniqueId>00000000-0000-0000-0000-000000000000</UniqueId>
<UserName>String</UserName>
</User>
</d2p1:Value>
</d2p1:KeyValueOfintUserPermissionSg0u17RJ>
</UserPermissions>
</ClientLocal>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<ClientLocal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dinumero.Dto.Avtal">
<Accounts xmlns:d2p1="http://schemas.datacontract.org/2004/07/Dinumero.Dto.Client">
<d2p1:KostnadsKonto>0</d2p1:KostnadsKonto>
<d2p1:LevSkuldsKonto>0</d2p1:LevSkuldsKonto>
<d2p1:MomsKonto>0</d2p1:MomsKonto>
</Accounts>
<ClientId>0</ClientId>
<Gid>00000000-0000-0000-0000-000000000000</Gid>
<ModuleContracts>false</ModuleContracts>
<ModuleReports>false</ModuleReports>
<ModuleSupplierInvoices>false</ModuleSupplierInvoices>
<Name>String</Name>
<OrgNr>String</OrgNr>
<Status>Inaktiv</Status>
<UserPermissions xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfintUserPermissionSg0u17RJ>
<d2p1:Key>0</d2p1:Key>
<d2p1:Value>
<Permissions i:nil="true" />
<User>
<FullName>String</FullName>
<Id>0</Id>
<UniqueId>00000000-0000-0000-0000-000000000000</UniqueId>
<UserName>String</UserName>
</User>
</d2p1:Value>
</d2p1:KeyValueOfintUserPermissionSg0u17RJ>
</UserPermissions>
</ClientLocal>