POST api/report
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": "2ed9bf48-f51f-46ff-a7de-5888dc91d63f",
"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": "41ebcaea-c5b1-426b-ae49-f103a1ccf88e",
"owned": true,
"scheduledTask": {
"$id": "3",
"id": "2e8a8a97-3a62-454b-97d0-945f995f7fd3",
"accountID": "a206214e-7bf6-495a-88d0-4fe1e3e4f887",
"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:28.9591893",
"task": "sample string 5",
"description": "sample string 6",
"lastRun": "2026-04-03T06:24:28.9591893",
"created": "2026-04-03T06:24:28.9591893",
"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>2ed9bf48-f51f-46ff-a7de-5888dc91d63f</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>a206214e-7bf6-495a-88d0-4fe1e3e4f887</d2p1:AccountID>
<d2p1:Created>2026-04-03T06:24:28.9591893+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>2e8a8a97-3a62-454b-97d0-945f995f7fd3</d2p1:ID>
<d2p1:LastRun>2026-04-03T06:24:28.9591893+00:00</d2p1:LastRun>
<d2p1:Registered>true</d2p1:Registered>
<d2p1:ScheduleType>Cron</d2p1:ScheduleType>
<d2p1:Starts>2026-04-03T06:24:28.9591893+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>41ebcaea-c5b1-426b-ae49-f103a1ccf88e</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:
"6ca58ca7-46ad-4952-9779-701d9fa7b0b6"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6ca58ca7-46ad-4952-9779-701d9fa7b0b6</guid>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK 3�\=s@�� 5 xl/workbook.xml � (� ����0D�&�C����A��x��}��4Ж�5���H�yۙ�};�l��3����mI{隆1�����̄:성
|��Ō��ڴo�ڳ��+�8��F�^N���Xn����W��iu<R,͞ge0���I�b��"������%��%ѹw%M(���#᷌sqYל!M���a�~W_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�\sB�8' ' _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="R53bdf5fe73154434" /></Relationships>PK 3�\h��|% � xl/worksheets/sheet1.xml � (� �Q�N�0��(w�6�Mm'�i�� �кM�&��t�瓤!q�Ė��{v��͌�
�4ښY��;m��Ͼ�+�����S ��u���~:�ZF�'���#�CJ����-���
X/���Q��)������.7�.Y0�Je����:أ{F�����L4UB�kXܯ��1>/1y�j�'��>'�Wb�r�.Ϡ�Æ����ѥ��ƙ���.���eV�6��~[��,9kg��|��եXi��Iz�T��T�1���4��0��+q�������_�-�=PR����PK 3�\�"sk� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞� �1U�n�t[z�'Q;��B�Ƃ#qL� �X��j4��'�|��/ׯ�@Nb�]e������m�을�j��A�<�~�$���@�Ҵ�4�G?���èRNCK'��EZ1&h�3�Iv� �C�����>���`���!v� �N�S?�H/�,2��4�-٣d��V�=WU��L-�����;��`ͤ����\p.n+ө��9�|�Ӽ<S�6�_^ZpV������'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�\f�\#� � xl/sharedStrings.xml � (� 5�An� E��fO Qb�
�E���=�&1�\��ۗ.�|���}�.���Mr� ��8֔�9���������p�L����/�T��L0���#q��r�+qOu+�:nO#�F�d&je1'kS03�Xwn]j�����?wA��!�����I���I���c���>xӂ7}�_�_PK- 3�\=s@�� 5 xl/workbook.xmlPK- 3�\���� � � [Content_Types].xmlPK-
3�\sB�8' ' U _rels/.relsPK- 3�\h��|% � � xl/worksheets/sheet1.xmlPK- 3�\�"sk� P 8 xl/_rels/workbook.xml.relsPK- 3�\Ѓc'2 E
} xl/styles.xmlPK- 3�\f�\#� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK 3�\�3Ƕ 5 xl/workbook.xml � (� ����0��&�C����()��x��})[�@[�����O ��mgv����]�\G>����%U1cA(4Nn@;���$��9)��ډ�AY�$汇��
J���Xa�mP���+ʀ��:�s���1,r2���I�b�)����EKZCJ�ޖ4��z��f���s��;{�q����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�\�L' ' _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="R3172689ca5c44007" /></Relationships>PK 3�\h��|% � xl/worksheets/sheet1.xml � (� �Q�N�0��(w�6�Mm'�i�� �кM�&��t�瓤!q�Ė��{v��͌�
�4ښY��;m��Ͼ�+�����S ��u���~:�ZF�'���#�CJ����-���
X/���Q��)������.7�.Y0�Je����:أ{F�����L4UB�kXܯ��1>/1y�j�'��>'�Wb�r�.Ϡ�Æ����ѥ��ƙ���.���eV�6��~[��,9kg��|��եXi��Iz�T��T�1���4��0��+q�������_�-�=PR����PK 3�\��C� P xl/_rels/workbook.xml.rels � (� ��An� E��f_c��(N6�t��Ɗ
��9[=R�P�J�#u�MVhf��������}�+�08� �r h���7p�����f��Q�t#�a$=��㼢4(����Ѧ�v~�1����TG�#�y^Q�d�-��3���>;u���?����c0��A�c?�@���K����5g�,��E)�B��y����]/d����ڪ�t^�������}�i�K�e{�{��6g�1�U\��Ϳ�|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�\f�\#� � xl/sharedStrings.xml � (� 5�An� E��fO Qb�
�E���=�&1�\��ۗ.�|���}�.���Mr� ��8֔�9���������p�L����/�T��L0���#q��r�+qOu+�:nO#�F�d&je1'kS03�Xwn]j�����?wA��!�����I���I���c���>xӂ7}�_�_PK- 3�\�3Ƕ 5 xl/workbook.xmlPK- 3�\���� � � [Content_Types].xmlPK-
3�\�L' ' U _rels/.relsPK- 3�\h��|% � � xl/worksheets/sheet1.xmlPK- 3�\��C� P 8 xl/_rels/workbook.xml.relsPK- 3�\Ѓc'2 E
� xl/styles.xmlPK- 3�\f�\#� � � xl/sharedStrings.xmlPK � �