Accounting forms service

Retrieves accounting forms

Get accounting form data

Retrieves accounting forms data.

Access to this method is authorized by the Get accounting forms operation.

Securityips_token
Request
query Parameters
Operator
string <= 3 characters ^[A-z0-9]{3}$

Three character operator code

FormType
string

The form type code for the required form

Year
string

The year the form refers to

LastEventGmtDate
string <date-time>

Accounting forms with last event on or after this date and time, in format YYYY-MM-DDTHH:MM:SS.mmm

MailClass
string

Filter accounting forms that apply only to the provided mail class

Enum: "U" "C" "E"
formDirection
string

Filter accounting forms that are sent (S) or received (R)

Enum: "S" "R"
Responses
200

Success

400

Bad Request

401

Unauthorized

500

Internal Server Error

get/AccountingFormsService.svc/rest/accountingforms
Response samples
application/json
{
  • "AccountingForms": [
    ]
}