DefconDotNet

Untitled

Nov 30th, 2012
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.96 KB | None | 0 0
  1.  
  2.             using (var c = new AanleverService_V1_2Client()){
  3.                     Response.Write(c.aanleveren(new aanleverRequest
  4.                     {
  5.                         aanleverkenmerk = "test",
  6.                         berichtsoort = "Omzetbelasting",
  7.                         identiteitBelanghebbende = new identiteitType
  8.                         {
  9.                             nummer = "001000044B37",
  10.                             type = "BTW"
  11.                         },
  12.                         rolBelanghebbende = "Bedrijf",
  13.                         berichtInhoud = new berichtInhoudType
  14.                         {
  15.                             bestandsnaam = "Omzetbelasting.xbrl",
  16.                             inhoud = new byte[]{22, 171, 142, 223, 184, 242, 166, 254, 173, 254, 178, 103, 90, 108, 148, 55,52, 118, 29, 99},
  17.                             mimeType = "application/xml"
  18.                         }
  19.  
  20.                     }).statuscode);
  21.             }
Advertisement
Add Comment
Please, Sign In to add comment