Report Filing Service

<back to all web services

FakeMsCountryCodeRequest

Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports PwC.Elmaas.Core.Services.Contracts.Dac6.Requests
Imports PwC.Elmaas.Core.Domain.Concretes.Dac6.Models

Namespace Global

    Namespace PwC.Elmaas.Core.Domain.Concretes.Dac6.Models

        Public Enum MSCountryCode
            AT
            BE
            BG
            CY
            CZ
            DK
            EE
            FI
            FR
            DE
            GR
            HU
            HR
            IE
            IT
            LV
            LT
            LU
            MT
            NL
            PL
            PT
            RO
            SK
            SI
            ES
            SE
            GB
        End Enum
    End Namespace

    Namespace PwC.Elmaas.Core.Services.Contracts.Dac6.Requests

        Public Partial Class FakeMsCountryCodeRequest
        End Class
    End Namespace
End Namespace

VB.NET FakeMsCountryCodeRequest DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/FakeMsCountryCodeRequest HTTP/1.1 
Host: reportfiling.staging.pwc.de 
Accept: application/json
Content-Type: application/json
Content-Length: length

{}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

"AT"