POST | /BatchCheckElster | A synchronous service to perform basic checks on a batch of tax data. |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Data | body | List<TaxData> | Yes | The batch of ELSTER tax data to check. |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Data | form | List<TaxData> | Yes | The batch of ELSTER tax data to check. |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | string | Yes | The unique identifier of the tax data. |
Content | form | string | Yes | The XML-based tax declaration. |
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
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /BatchCheckElster HTTP/1.1
Host: taxfiling.pwc.de
Accept: application/json
Content-Type: application/json
Content-Length: length
{"data":[{"id":"String","content":"String"}]}
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length [{"zertifikatErforderlich":false,"hatHerstellerId":false,"hatDatenlieferant":false,"stagingEnabled":false,"transferProtokollDruckbar":false,"id":"String","index":0,"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}]