POST api/reports
Save report
Request Information
URI Parameters
None.
Body Parameters
report to be saved
SavedReport| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name |
User-specified saved report name |
string |
Required |
| Report |
Internal report identifier (Used to load the template and report data) |
string |
Required |
| MailTo |
Mail addresses for scheduled report |
string |
None. |
| MailFileFormats |
Attachment file formats for scheduled report |
string |
None. |
| VisibleToAll |
If set to true, all Users for a Customer may view this report |
boolean |
None. |
| Parameters | Collection of SavedReportParameter |
None. |
|
| User | string |
None. |
|
| UserAccountID | globally unique identifier |
None. |
|
| Owned | boolean |
None. |
|
| ScheduledTask | ScheduledTask |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "22c8778c-d687-42c3-9e2b-3f0682aed0e2",
"name": "sample string 2",
"report": "sample string 3",
"mailTo": "sample string 4",
"mailFileFormats": "sample string 5",
"visibleToAll": true,
"parameters": [
{
"$id": "2",
"key": "sample string 1",
"value": "sample string 2"
},
{
"$ref": "2"
}
],
"user": "sample string 7",
"userAccountID": "32b98040-ab88-4cbd-93b6-dd2b5039d427",
"owned": true,
"scheduledTask": {
"$id": "3",
"id": "a07dd1c4-1dbe-4fd0-b427-05f8de28b1aa",
"accountID": "0d13df2d-4e9e-4aee-b2b6-a6764d3d9108",
"data": {
"$id": "4",
"sample string 1": {
"$id": "5"
},
"sample string 3": {
"$id": "6"
}
},
"dataBytes": "QEA=",
"dataFormat": 1,
"dataCompression": 1,
"scheduleType": 0,
"cronExpression": "sample string 3",
"cronExpressionDescription": "sample string 4",
"starts": "2026-04-03T06:24:30.0688558",
"task": "sample string 5",
"description": "sample string 6",
"lastRun": "2026-04-03T06:24:30.0688558",
"created": "2026-04-03T06:24:30.0688558",
"registered": true,
"default": true,
"account": "sample string 10"
}
}
application/xml, text/xml
Sample:
<SavedReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Tenancies">
<ID>22c8778c-d687-42c3-9e2b-3f0682aed0e2</ID>
<MailFileFormats>sample string 5</MailFileFormats>
<MailTo>sample string 4</MailTo>
<Name>sample string 2</Name>
<Owned>true</Owned>
<Parameters>
<SavedReportParameter>
<_x003C_Key_x003E_k__BackingField>sample string 1</_x003C_Key_x003E_k__BackingField>
<_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField>
</SavedReportParameter>
<SavedReportParameter>
<_x003C_Key_x003E_k__BackingField>sample string 1</_x003C_Key_x003E_k__BackingField>
<_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField>
</SavedReportParameter>
</Parameters>
<Report>sample string 3</Report>
<ScheduledTask xmlns:d2p1="http://schemas.datacontract.org/2004/07/EziManager.Models.ScheduledTasks">
<d2p1:Account>sample string 10</d2p1:Account>
<d2p1:AccountID>0d13df2d-4e9e-4aee-b2b6-a6764d3d9108</d2p1:AccountID>
<d2p1:Created>2026-04-03T06:24:30.0688558+00:00</d2p1:Created>
<d2p1:CronExpression>sample string 3</d2p1:CronExpression>
<d2p1:CronExpressionDescription>sample string 4</d2p1:CronExpressionDescription>
<d2p1:Data xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringanyType>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value />
</d3p1:KeyValueOfstringanyType>
<d3p1:KeyValueOfstringanyType>
<d3p1:Key>sample string 3</d3p1:Key>
<d3p1:Value />
</d3p1:KeyValueOfstringanyType>
</d2p1:Data>
<d2p1:DataBytes>QEA=</d2p1:DataBytes>
<d2p1:DataCompression>1</d2p1:DataCompression>
<d2p1:DataFormat>1</d2p1:DataFormat>
<d2p1:Default>true</d2p1:Default>
<d2p1:Description>sample string 6</d2p1:Description>
<d2p1:ID>a07dd1c4-1dbe-4fd0-b427-05f8de28b1aa</d2p1:ID>
<d2p1:LastRun>2026-04-03T06:24:30.0688558+00:00</d2p1:LastRun>
<d2p1:Registered>true</d2p1:Registered>
<d2p1:ScheduleType>Cron</d2p1:ScheduleType>
<d2p1:Starts>2026-04-03T06:24:30.0688558+00:00</d2p1:Starts>
<d2p1:Task>sample string 5</d2p1:Task>
<d2p1:TimeZone xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" />
</ScheduledTask>
<User>sample string 7</User>
<UserAccountID>32b98040-ab88-4cbd-93b6-dd2b5039d427</UserAccountID>
<VisibleToAll>true</VisibleToAll>
</SavedReport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Saved report identifier
globally unique identifierResponse Formats
application/json, text/json
Sample:
"b6cea2df-eff9-4f34-9f1a-2e3aa16a686f"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">b6cea2df-eff9-4f34-9f1a-2e3aa16a686f</guid>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK 3�\��q� 5 xl/workbook.xml � (� ����0D�&�C�pA�R8q����
�4Ж�5��B $��ξ1�?���G
����c����Iϻ�X�~���meM��ߊ��s�`i@/�v�_i���h �y5�(�R��x`L,��&�llu���ߔ��"(�QQ�+��YpnM�c�l.��c�\2l�,Ƥή|g�0���PK 3�\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
3�\��F�' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R4eca23d31e9b4c90" /></Relationships>PK 3�\1��t$ � xl/worksheets/sheet1.xml � (� �QMo� �+��m�O%�&U�v�v��,q
j�&M��hӤ]v l���gS�g7�d�U|QH��5�w����?���J �wt��!!��`8����U!��"��L'lF.����W!J�6��?\4xPm�`���*�x]�&�'��CW�g�.3���D�b���D��䥭��X�|�ʯ��Щ�o8=���7��=
��ofM�gV��;�6芯��~�����nΚ�ڏ�:�3K�<������|.G��q(��ǽղ��O�۟�u\�3b �~>��PK 3�\�Mq� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8N�q��ݰa[z��Q;�]�gc���V� �X��j4��'�|�lvo�H^Ї��X�A+�l��9���f���i"�a$��Ё�q^S��I���hSG;?��R��Yȓ�y^S�d�-�.3���$>:y���?����S0��A�c?�@��e�
�Iu�g�.W\hř(%��л��x1�z}���UG^TE�5+W�����s���K�ey���Z2��iJ֪�����PK 3�\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK 3�\Vў�� � xl/sharedStrings.xml � (� 5�An�0�"��v!)d�P�/h��T,���.��W=�8�]̆�wY��+�П:0�S�3?F�x�W0��3��i�0�DԴ)�����L�S݈[��^P�'�N8�B�euC�yW03���M���<���� Ǡ��O�Ü,�t��t��[��tF�=��O�i��ګ�PK- 3�\��q� 5 xl/workbook.xmlPK- 3�\���� � � [Content_Types].xmlPK-
3�\��F�' ' U _rels/.relsPK- 3�\1��t$ � � xl/worksheets/sheet1.xmlPK- 3�\�Mq� P 7 xl/_rels/workbook.xml.relsPK- 3�\Ѓc'2 E
~ xl/styles.xmlPK- 3�\Vў�� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK 3�\��%$� 5 xl/workbook.xml � (� ���� D�M��(Z����z\
Q� ����F��zۙ�};tr�����c*_c�X���ɍ`�N:oXLҿ��Rh�x�����$��A�1��+�X@4Ê2L[�ѹ�S�����l"���o�.��bQ�25nYd-ν�q���t��/n�gWq�eZl�F����PK 3�\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
3�\]��:' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R451c75904a8d42c6" /></Relationships>PK 3�\1��t$ � xl/worksheets/sheet1.xml � (� �QMo� �+��m�O%�&U�v�v��,q
j�&M��hӤ]v l���gS�g7�d�U|QH��5�w����?���J �wt��!!��`8����U!��"��L'lF.����W!J�6��?\4xPm�`���*�x]�&�'��CW�g�.3���D�b���D��䥭��X�|�ʯ��Щ�o8=���7��=
��ofM�gV��;�6芯��~�����nΚ�ڏ�:�3K�<������|.G��q(��ǽղ��O�۟�u\�3b �~>��PK 3�\'�
� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;�CL ����n)�gG$vd������W�E�6H]t�j4��'�|�l�o�@^0�ʂA���]��9��5�w�"�h�)���b6�iCiTG?����(RNCG'�N�C�`��a[&9^&���+|��<�K���h���~J�^CYd*�'��Aֲ�Uc$[)^���ZL���w>���e�pɖz��R���XP?��/=w��gj5C��lx��4__���_� PK 3�\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK 3�\Vў�� � xl/sharedStrings.xml � (� 5�An�0�"��v!)d�P�/h��T,���.��W=�8�]̆�wY��+�П:0�S�3?F�x�W0��3��i�0�DԴ)�����L�S݈[��^P�'�N8�B�euC�yW03���M���<���� Ǡ��O�Ü,�t��t��[��tF�=��O�i��ګ�PK- 3�\��%$� 5 xl/workbook.xmlPK- 3�\���� � [Content_Types].xmlPK-
3�\]��:' ' V _rels/.relsPK- 3�\1��t$ � � xl/worksheets/sheet1.xmlPK- 3�\'�
� P 8 xl/_rels/workbook.xml.relsPK- 3�\Ѓc'2 E
xl/styles.xmlPK- 3�\Vў�� � � xl/sharedStrings.xmlPK � �