POST api/account/{id}/adjust
this api is dedicated for EMC frontend to make account adjustment
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Account to adjust |
globally unique identifier |
Required |
Body Parameters
Adjustment to perform
AccountAdjustment| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountGuid | Collection of byte |
None. |
|
| AccountIdentifier |
Account |
globally unique identifier |
None. |
| StoreID |
Store for an ajustment to occur at, when transaction must be created (defaults to head office store) |
integer |
None. |
| Date |
Date to apply adjustment on |
date |
None. |
| SaleIdentifier |
Sale identifier |
string |
None. |
| Amount |
Cents |
integer |
None. |
| Source |
Adjustment source (for payments, i.e. Paypal, etc) |
string |
None. |
| CustomerReference |
Reference number for adjustment source |
string |
None. |
| User |
User performing adjustment (leave blank and it will be provided) |
string |
None. |
| IdempotentID |
Idempotency ID to prevent duplicate processing |
globally unique identifier |
None. |
| Payment |
This adjustment should be a payment and not an adjustment (when creating transaction) |
boolean |
None. |
| TotalAmount |
Total Amount from the POS |
integer |
None. |
| MachineName |
Machine Name from the POS |
string |
None. |
| OperatorIdentifier |
Operator Identifier from the POS |
globally unique identifier |
None. |
| SaleHeaderIdentifier |
SaleHeader Identifier from the POS |
globally unique identifier |
None. |
| TransactionTime |
Transaction Time from the POS |
date |
None. |
| TransactionTimeLocal |
Transaction TimeLocal from the POS |
date |
None. |
Request Formats
application/json, text/json
{
"accountGuid": "SqlovhkMXUC4AnoBogMwBA==",
"accountIdentifier": "be68a94a-0c19-405d-b802-7a01a2033004",
"storeID": 1,
"date": "2026-06-03T18:33:17.2256478",
"saleIdentifier": "sample string 2",
"amount": 3,
"source": "sample string 4",
"customerReference": "sample string 5",
"user": "sample string 6",
"idempotentID": "b208de06-3ccc-4470-9ac2-ec4828736762",
"payment": true,
"totalAmount": 1,
"machineName": "sample string 8",
"operatorIdentifier": "82ff797e-5563-4b87-84fa-447292adb2d5",
"saleHeaderIdentifier": "08fb6813-45c0-4e21-a328-7d8a8b783cd8",
"transactionTime": "2026-06-03T18:33:17.2256478",
"transactionTimeLocal": "2026-06-03T18:33:17.2256478"
}
application/xml, text/xml
<AccountAdjustment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Customers"> <AccountGuid>SqlovhkMXUC4AnoBogMwBA==</AccountGuid> <AccountIdentifier>be68a94a-0c19-405d-b802-7a01a2033004</AccountIdentifier> <Amount>3</Amount> <CustomerReference>sample string 5</CustomerReference> <Date>2026-06-03T18:33:17.2256478+00:00</Date> <IdempotentID>b208de06-3ccc-4470-9ac2-ec4828736762</IdempotentID> <MachineName>sample string 8</MachineName> <OperatorIdentifier>82ff797e-5563-4b87-84fa-447292adb2d5</OperatorIdentifier> <Payment>true</Payment> <SaleHeaderIdentifier>08fb6813-45c0-4e21-a328-7d8a8b783cd8</SaleHeaderIdentifier> <SaleIdentifier>sample string 2</SaleIdentifier> <Source>sample string 4</Source> <StoreID>1</StoreID> <TotalAmount>1</TotalAmount> <TransactionTime>2026-06-03T18:33:17.2256478+00:00</TransactionTime> <TransactionTimeLocal>2026-06-03T18:33:17.2256478+00:00</TransactionTimeLocal> <User>sample string 6</User> </AccountAdjustment>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Updated adjustment record
AccountAdjustment| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountGuid | Collection of byte |
None. |
|
| AccountIdentifier |
Account |
globally unique identifier |
None. |
| StoreID |
Store for an ajustment to occur at, when transaction must be created (defaults to head office store) |
integer |
None. |
| Date |
Date to apply adjustment on |
date |
None. |
| SaleIdentifier |
Sale identifier |
string |
None. |
| Amount |
Cents |
integer |
None. |
| Source |
Adjustment source (for payments, i.e. Paypal, etc) |
string |
None. |
| CustomerReference |
Reference number for adjustment source |
string |
None. |
| User |
User performing adjustment (leave blank and it will be provided) |
string |
None. |
| IdempotentID |
Idempotency ID to prevent duplicate processing |
globally unique identifier |
None. |
| Payment |
This adjustment should be a payment and not an adjustment (when creating transaction) |
boolean |
None. |
| TotalAmount |
Total Amount from the POS |
integer |
None. |
| MachineName |
Machine Name from the POS |
string |
None. |
| OperatorIdentifier |
Operator Identifier from the POS |
globally unique identifier |
None. |
| SaleHeaderIdentifier |
SaleHeader Identifier from the POS |
globally unique identifier |
None. |
| TransactionTime |
Transaction Time from the POS |
date |
None. |
| TransactionTimeLocal |
Transaction TimeLocal from the POS |
date |
None. |
Response Formats
application/json, text/json
{
"accountGuid": "Q9C6s1yk302HG7aYl4zw+w==",
"accountIdentifier": "b3bad043-a45c-4ddf-871b-b698978cf0fb",
"storeID": 1,
"date": "2026-06-03T18:33:17.2256478",
"saleIdentifier": "sample string 2",
"amount": 3,
"source": "sample string 4",
"customerReference": "sample string 5",
"user": "sample string 6",
"idempotentID": "01d3b2d1-c170-47fa-913c-f0de9eb525bc",
"payment": true,
"totalAmount": 1,
"machineName": "sample string 8",
"operatorIdentifier": "95486373-3fb7-4999-b8b6-25be33e44ba8",
"saleHeaderIdentifier": "42ad5fbf-3473-4cd2-bbf5-4bab1585dd70",
"transactionTime": "2026-06-03T18:33:17.2256478",
"transactionTimeLocal": "2026-06-03T18:33:17.2256478"
}
application/xml, text/xml
<AccountAdjustment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Customers"> <AccountGuid>Q9C6s1yk302HG7aYl4zw+w==</AccountGuid> <AccountIdentifier>b3bad043-a45c-4ddf-871b-b698978cf0fb</AccountIdentifier> <Amount>3</Amount> <CustomerReference>sample string 5</CustomerReference> <Date>2026-06-03T18:33:17.2256478+00:00</Date> <IdempotentID>01d3b2d1-c170-47fa-913c-f0de9eb525bc</IdempotentID> <MachineName>sample string 8</MachineName> <OperatorIdentifier>95486373-3fb7-4999-b8b6-25be33e44ba8</OperatorIdentifier> <Payment>true</Payment> <SaleHeaderIdentifier>42ad5fbf-3473-4cd2-bbf5-4bab1585dd70</SaleHeaderIdentifier> <SaleIdentifier>sample string 2</SaleIdentifier> <Source>sample string 4</Source> <StoreID>1</StoreID> <TotalAmount>1</TotalAmount> <TransactionTime>2026-06-03T18:33:17.2256478+00:00</TransactionTime> <TransactionTimeLocal>2026-06-03T18:33:17.2256478+00:00</TransactionTimeLocal> <User>sample string 6</User> </AccountAdjustment>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK (��\,�ݚ� 5 xl/workbook.xml � (� ����0��&�C���D,N\�z��V�O�||�o�vfg��b4�ӓ���]I�lΘo:T�Ƣ�v�8a��Ō���4o�:�S�\���4�w�z���ay�Z�!5,(R�j�#���=$�>��X��&aK�����.�"��� �D�֖�H���4�9d)\o��,;Ӎ��
����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
(��\Uy�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="Re8701e59012c4c79" /></Relationships>PK (��\>G��� �
xl/worksheets/sheet1.xml � (� ��[s�0��
������Q;m�����9�����X��OD��E��[;�ڋ��d�}�,���Ї ��^M�Y�z��b�K���6�>�օg�U~�
�EQ���0�.t�A��+37O�$*�c���y<��t�I�1B<��2*�R�"^����wj��LG�r�r_*��?�bS}�{/��go���Ѡ���z�����$���c�p7��d�<)ͼ��G�e�;����}Q�X���˼���xg��%�W���g�H�8�R�@(�{�M^���j�����J�z"&�06��TzҬ��8�# ��q=���� �\rƈb츞Uz��i ���R
|\�+=o�p.���щ�J/�� ��
9Ῥ�����$\��zU����j'@H�1b�*�*"m�DJE� 䄇P�����ȥ �T�:�@~�CDh�Hd @
���`�q�BE`m'���(A��R'*�a�~�
��I����8B�G�Z�ApL�r�)�_+�4��h4�ҭ��Ӧ�nta�yys��(7W��
�ϝ�".�t��>��ĸO�.q�'h��� �%n���}Bt��>!��}�P]���e��\}r ������ŁXƾ:��7�X�T���h��r�ҁXv_Ո#x��� x � �v�d�mҮf�xӗc�����ĝ�Zz�@��<8���GL{rȭv?;�Mzq Vs_�ߝ�o������la��t6I�Bg�w���PK (��\�v3� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8M\���ݰa[z��=��&vd�@�Ƃ#q�"A*�`��h~OO��|���ަ�����-��Y��`�NQ�հ�n�4bL�s`iņL���A�0dn&�:�� cJ}�g�G�y~����Lv8����z����i"� �W��E`�=�~J�_�*KT`O��}���Z7*oQU%0~3��#�_��|!C�XwBa�j%�o*cГz�>]z�,/Ԫ�P��� ע#qQ�W��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 (��\��ż� B xl/sharedStrings.xml � (� }��n�0�_��ޓ?g����J+D����k����`;�y{\��%���9�X'W�]��#�����rSd��r0������v�����gg��8�$Z��g��7y�� 5����D����{����?!=�UQls
�Ɉ�� ���!�~�x�� F�]8\�?"r;��<v���v#фA
薂�`�n��ft4�k�a���}6�������W��jt�3*t��D����x+=��\'̓;8�v��
0^꧶����`�#�$�ӄb�+Ǟ��o�+���A��a�!
Y�[+`Lb�>�=��u y�A���A���vm�)��]�vB�/=�4b�l�T똭�fo��(e�+YRQ�e�ڗ�����#o�����9)�eL��}úm�ִV����{�;��q<�52�!�
d���5�F&dE9W
�Z^6]#e[<{��8�PK- (��\,�ݚ� 5 xl/workbook.xmlPK- (��\���� � � [Content_Types].xmlPK-
(��\Uy�L' ' U _rels/.relsPK- (��\>G��� �
� xl/worksheets/sheet1.xmlPK- (��\�v3� P � xl/_rels/workbook.xml.relsPK- (��\Ѓc'2 E
B xl/styles.xmlPK- (��\��ż� B � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK (��\�Z"� 5 xl/workbook.xml � (� ����0D�&�C�� j�N\�z��bhK��|o�vfg����kcz�Q�v�-��~�s�@�dF�a���i_�t�l�2�[���E7fq /�vB����Xn���^
+J�Դ<�s����-2[��$l
��_`�����%�soSbs�G
Y�f��m_�+ҝ��8�~�_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
(��\�e��' ' _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="Rde63f53adb464da6" /></Relationships>PK (��\>G��� �
xl/worksheets/sheet1.xml � (� ��[s�0��
������Q;m�����9�����X��OD��E��[;�ڋ��d�}�,���Ї ��^M�Y�z��b�K���6�>�օg�U~�
�EQ���0�.t�A��+37O�$*�c���y<��t�I�1B<��2*�R�"^����wj��LG�r�r_*��?�bS}�{/��go���Ѡ���z�����$���c�p7��d�<)ͼ��G�e�;����}Q�X���˼���xg��%�W���g�H�8�R�@(�{�M^���j�����J�z"&�06��TzҬ��8�# ��q=���� �\rƈb츞Uz��i ���R
|\�+=o�p.���щ�J/�� ��
9Ῥ�����$\��zU����j'@H�1b�*�*"m�DJE� 䄇P�����ȥ �T�:�@~�CDh�Hd @
���`�q�BE`m'���(A��R'*�a�~�
��I����8B�G�Z�ApL�r�)�_+�4��h4�ҭ��Ӧ�nta�yys��(7W��
�ϝ�".�t��>��ĸO�.q�'h��� �%n���}Bt��>!��}�P]���e��\}r ������ŁXƾ:��7�X�T���h��r�ҁXv_Ո#x��� x � �v�d�mҮf�xӗc�����ĝ�Zz�@��<8���GL{rȭv?;�Mzq Vs_�ߝ�o������la��t6I�Bg�w���PK (��\��� � P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�N��AM��m�gGM��v���G�
XEWb�������4����ٽ�yAFg[��V�~�C�춛N2��`�%��bC&��Ҡ�2nA�:��YƔ��.R�䀴d��>g�-�/����:�h�`���)��(�����R����D�Էp�Y�F6]�y�Z#z7�/�_��<��tÙT��UBTw�1�c�}�t3�Rԥ����UY������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 (��\��ż� B xl/sharedStrings.xml � (� }��n�0�_��ޓ?g����J+D����k����`;�y{\��%���9�X'W�]��#�����rSd��r0������v�����gg��8�$Z��g��7y�� 5����D����{����?!=�UQls
�Ɉ�� ���!�~�x�� F�]8\�?"r;��<v���v#фA
薂�`�n��ft4�k�a���}6�������W��jt�3*t��D����x+=��\'̓;8�v��
0^꧶����`�#�$�ӄb�+Ǟ��o�+���A��a�!
Y�[+`Lb�>�=��u y�A���A���vm�)��]�vB�/=�4b�l�T똭�fo��(e�+YRQ�e�ڗ�����#o�����9)�eL��}úm�ִV����{�;��q<�52�!�
d���5�F&dE9W
�Z^6]#e[<{��8�PK- (��\�Z"� 5 xl/workbook.xmlPK- (��\���� � � [Content_Types].xmlPK-
(��\�e��' ' U _rels/.relsPK- (��\>G��� �
� xl/worksheets/sheet1.xmlPK- (��\��� � P � xl/_rels/workbook.xml.relsPK- (��\Ѓc'2 E
B xl/styles.xmlPK- (��\��ż� B � xl/sharedStrings.xmlPK � �