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": "4890b9c2-1ddf-4ac6-b0ab-13c1ff5fc0e3",
"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": "44f00522-5abb-4017-af33-b02079daad84",
"owned": true,
"scheduledTask": {
"$id": "3",
"id": "a15f41eb-4568-4fb3-a32e-ecaa5a9fb7af",
"accountID": "7fbe3439-d24e-4f6b-8fe4-b9efb44bdb12",
"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-06-03T18:29:44.6548092",
"task": "sample string 5",
"description": "sample string 6",
"lastRun": "2026-06-03T18:29:44.6548092",
"created": "2026-06-03T18:29:44.6548092",
"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>4890b9c2-1ddf-4ac6-b0ab-13c1ff5fc0e3</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>7fbe3439-d24e-4f6b-8fe4-b9efb44bdb12</d2p1:AccountID>
<d2p1:Created>2026-06-03T18:29:44.6548092+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>a15f41eb-4568-4fb3-a32e-ecaa5a9fb7af</d2p1:ID>
<d2p1:LastRun>2026-06-03T18:29:44.6548092+00:00</d2p1:LastRun>
<d2p1:Registered>true</d2p1:Registered>
<d2p1:ScheduleType>Cron</d2p1:ScheduleType>
<d2p1:Starts>2026-06-03T18:29:44.6548092+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>44f00522-5abb-4017-af33-b02079daad84</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:
"52fd8176-7d79-4136-a741-0088eb0f1d39"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">52fd8176-7d79-4136-a741-0088eb0f1d39</guid>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK ���\����� 5 xl/workbook.xml � (� ����0D�&�C��H�N\�z��VhK��|K &��ξ>;4��F�
[����`̵=*p3�;a��}2#�l�6�K��,M��Y�K�]/'GW�?,7Y����^�+J�Դ���K����E���b���o�G��"*�AaIk�@Itn]I���B�ឈk����K~�4�6������ PK ���\���� � [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
���\�P' ' _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="Rae15c5b8653e4378" /></Relationships>PK ���\�p�.% � xl/worksheets/sheet1.xml � (� �Q�n� ��}��kZUI�IU�ݦ�3K��pN��m����-?��l����>t5_�3p-v�]j>Q���Ǧ��_� �.|�5�x"��
��b�Go��_��i��d��XKY
��(�_���F���PYeo��D��y�k���L4UF���1>�)y�j.3V����g�j�
�g0MqC�����ͬI{�̪{~gӑ��f_���V����ڕ��S �Kyq)��yR�����|.G��yBv�C����J�Ro<����qK�ψ>+��\�PK ���\c���� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b;�c9�VM�aö���Q;�]�gc���� �X��j4��'�|�l�o�H^0���ʂA��\��9�U�����Ly"�a�$��Mi�P��I����r��0ɔ���Y���r�j��e��e���1���������p�19��c���w(�L�;80��z�+�ܬ����ZL���5_�Qk%Tݔ:˔�2V�O)�K/���ZS5o��Z0��U�����PK ���\Ѓ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 ���\G��� � xl/sharedStrings.xml � (� 5�AN�0E�b�ݖ$E��@�p OK�8d&n�Y�|���}�.��s��ɂB�j�����U�X"��V�~�A݃gզ�#,"۳1<-X"��Ԓ��%J��ax�1&^���lmgJ�j�Iӂ:(���M����t����N���髻t:�W�����K��7����*�PK- ���\����� 5 xl/workbook.xmlPK- ���\���� � [Content_Types].xmlPK-
���\�P' ' V _rels/.relsPK- ���\�p�.% � � xl/worksheets/sheet1.xmlPK- ���\c���� P 9 xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
~ xl/styles.xmlPK- ���\G��� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK ���\�%�� 5 xl/workbook.xml � (� ����0��&�C��b�N\�z�^�b�O�||K $���~;t2nh��G�ڗ��"[� ���X�q��X�ҽ��{ɡ1��@r:�`dA텴/�X�:`� A�J1�q��!D�fO �O2k��Dd ��M��")���
7,0��s�*�a�J��
.�6/8��,/ �V��d�]PK ���\���� � [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
���\J�Z�' ' _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="R9b2b8ab8f0354143" /></Relationships>PK ���\�p�.% � xl/worksheets/sheet1.xml � (� �Q�n� ��}��kZUI�IU�ݦ�3K��pN��m����-?��l����>t5_�3p-v�]j>Q���Ǧ��_� �.|�5�x"��
��b�Go��_��i��d��XKY
��(�_���F���PYeo��D��y�k���L4UF���1>�)y�j.3V����g�j�
�g0MqC�����ͬI{�̪{~gӑ��f_���V����ڕ��S �Kyq)��yR�����|.G��yBv�C����J�Ro<����qK�ψ>+��\�PK ���\���� P xl/_rels/workbook.xml.rels � (� ��Mn� F��f_cc��(N6�t��ۊ
Hۜ���W(J�֑��&+4���������<��a���"ˁ��V�����C��f����FFHzbBC�nMi��"d֡Im�,b*}O��'�#ey^S�d�-�.�C�Z��<�h�`�j�)��A�c?Q�ף�ȓ�`�¦=�Zb�^� B��e����]/dJ�D�2��A^��2�𨞣O�^:-�圚R��W�[�WG��ћ��PK ���\Ѓ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 ���\G��� � xl/sharedStrings.xml � (� 5�AN�0E�b�ݖ$E��@�p OK�8d&n�Y�|���}�.��s��ɂB�j�����U�X"��V�~�A݃gզ�#,"۳1<-X"��Ԓ��%J��ax�1&^���lmgJ�j�Iӂ:(���M����t����N���髻t:�W�����K��7����*�PK- ���\�%�� 5 xl/workbook.xmlPK- ���\���� � [Content_Types].xmlPK-
���\J�Z�' ' V _rels/.relsPK- ���\�p�.% � � xl/worksheets/sheet1.xmlPK- ���\���� P 9 xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
� xl/styles.xmlPK- ���\G��� � � xl/sharedStrings.xmlPK � �