Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using (var c = new AanleverService_V1_2Client()){
- Response.Write(c.aanleveren(new aanleverRequest
- {
- aanleverkenmerk = "test",
- berichtsoort = "Omzetbelasting",
- identiteitBelanghebbende = new identiteitType
- {
- nummer = "001000044B37",
- type = "BTW"
- },
- rolBelanghebbende = "Bedrijf",
- berichtInhoud = new berichtInhoudType
- {
- bestandsnaam = "Omzetbelasting.xbrl",
- inhoud = new byte[]{22, 171, 142, 223, 184, 242, 166, 254, 173, 254, 178, 103, 90, 108, 148, 55,52, 118, 29, 99},
- mimeType = "application/xml"
- }
- }).statuscode);
- }
Advertisement
Add Comment
Please, Sign In to add comment