POST api/account/adjust/{id}
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": "7H0HbM4UmkuFIKpt3Z0muA==",
"accountIdentifier": "6c077dec-14ce-4b9a-8520-aa6ddd9d26b8",
"storeID": 1,
"date": "2026-06-03T18:33:17.1318789",
"saleIdentifier": "sample string 2",
"amount": 3,
"source": "sample string 4",
"customerReference": "sample string 5",
"user": "sample string 6",
"idempotentID": "d0a153c8-69c7-40a2-bf55-76dfc1496ebd",
"payment": true,
"totalAmount": 1,
"machineName": "sample string 8",
"operatorIdentifier": "fcda3051-1a96-4326-ad05-989ca2a6c5fb",
"saleHeaderIdentifier": "c3daeaa4-f0b3-45cd-9edf-c500c614dd35",
"transactionTime": "2026-06-03T18:33:17.1318789",
"transactionTimeLocal": "2026-06-03T18:33:17.1318789"
}
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>7H0HbM4UmkuFIKpt3Z0muA==</AccountGuid> <AccountIdentifier>6c077dec-14ce-4b9a-8520-aa6ddd9d26b8</AccountIdentifier> <Amount>3</Amount> <CustomerReference>sample string 5</CustomerReference> <Date>2026-06-03T18:33:17.1318789+00:00</Date> <IdempotentID>d0a153c8-69c7-40a2-bf55-76dfc1496ebd</IdempotentID> <MachineName>sample string 8</MachineName> <OperatorIdentifier>fcda3051-1a96-4326-ad05-989ca2a6c5fb</OperatorIdentifier> <Payment>true</Payment> <SaleHeaderIdentifier>c3daeaa4-f0b3-45cd-9edf-c500c614dd35</SaleHeaderIdentifier> <SaleIdentifier>sample string 2</SaleIdentifier> <Source>sample string 4</Source> <StoreID>1</StoreID> <TotalAmount>1</TotalAmount> <TransactionTime>2026-06-03T18:33:17.1318789+00:00</TransactionTime> <TransactionTimeLocal>2026-06-03T18:33:17.1318789+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": "0Zqd1EBZi0uuG5h3GCqetA==",
"accountIdentifier": "d49d9ad1-5940-4b8b-ae1b-9877182a9eb4",
"storeID": 1,
"date": "2026-06-03T18:33:17.1474968",
"saleIdentifier": "sample string 2",
"amount": 3,
"source": "sample string 4",
"customerReference": "sample string 5",
"user": "sample string 6",
"idempotentID": "73a345fb-63a2-499c-bdcf-b76afd97a1be",
"payment": true,
"totalAmount": 1,
"machineName": "sample string 8",
"operatorIdentifier": "cfde46a4-66cb-4423-b991-98178bed49f4",
"saleHeaderIdentifier": "6796407e-a15a-4a34-9863-9dd190493d4f",
"transactionTime": "2026-06-03T18:33:17.1474968",
"transactionTimeLocal": "2026-06-03T18:33:17.1474968"
}
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>0Zqd1EBZi0uuG5h3GCqetA==</AccountGuid> <AccountIdentifier>d49d9ad1-5940-4b8b-ae1b-9877182a9eb4</AccountIdentifier> <Amount>3</Amount> <CustomerReference>sample string 5</CustomerReference> <Date>2026-06-03T18:33:17.1474968+00:00</Date> <IdempotentID>73a345fb-63a2-499c-bdcf-b76afd97a1be</IdempotentID> <MachineName>sample string 8</MachineName> <OperatorIdentifier>cfde46a4-66cb-4423-b991-98178bed49f4</OperatorIdentifier> <Payment>true</Payment> <SaleHeaderIdentifier>6796407e-a15a-4a34-9863-9dd190493d4f</SaleHeaderIdentifier> <SaleIdentifier>sample string 2</SaleIdentifier> <Source>sample string 4</Source> <StoreID>1</StoreID> <TotalAmount>1</TotalAmount> <TransactionTime>2026-06-03T18:33:17.1474968+00:00</TransactionTime> <TransactionTimeLocal>2026-06-03T18:33:17.1474968+00:00</TransactionTimeLocal> <User>sample string 6</User> </AccountAdjustment>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK (��\�֮�� 5 xl/workbook.xml � (� ����0��&�C���F��x��})[i�-ik��-%�x�3;����}cLO>j�.�%�s��P�;�u� c� �!$���B��1I2fq /�v�]h���hZ�!z5,(R�j�#���=%N.�`�ug��%�~SE�mQ
KZ�J�soK�Rbs�?�욊��Ks~�{�l�]}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
(��\�_' ' _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="R20e81239c2114d7f" /></Relationships>PK (��\J��X� �
xl/worksheets/sheet1.xml � (� ��Ko�0��J��$�~���}L���Yg����$-��cBB�cA�
8�w��sO��?�e��"5�a
���Y�z������G���ߊ��e`�Uq��EY��⸘.t��Y땝��<KJ����f>O�zl��^�1F�ǹ^&�]�X��"�U�J�b��dVm![�JeI�
G�Yj�ow�z>/���A<T�To��q�=�?c��a�*6���j��<��y�,�͍N_�5�U��Y�o��[�� K>��M:+vD"� ��"B�0�������M���z��`N%�Q���֓v}!ũ`(N��i����G(�3�:c���ֳVO#�E@�R��z^�y���s���H��q��������HP����Z/[�Q�^H�P8�W�^}���� �v""�aH)щ�>�p�!�H��5����B�B��bTY�D�����w}h����A"N�v/'*4Q�6�DF���sH%)=Q� #�÷�6P��= ?�6@Gh�QD�6� V�<Żk����I����y5m�oGvXT7���
{~�� ��jk�O@����K���?���>���u��]�O�.q�'d����K��8�z�AW<�c�q|}� ����q�Ń���6U�h�6Z�/rܾ� ��W
� ��p�r<� 0��͗g%�m��j���/�NKo<���[��8{��A���1��#w���A�7�Ƀ8�}�zw^���r\g���1�Ϋo�m9�PK (��\ZV,�� P xl/_rels/workbook.xml.rels � (� ��An� E��f_�c�&Q�l��6�0l+6 is�.z�^�(�Z"u�MVh���������<�:?�@�1 ���F�7p��n�9�$B���z�h���]S�倳cG7�K�S+�I�H�Uԥ�g�����F�Q����:���Ɲ�����14�yz;�,R�<w
d!�:W�T˶r�>L͇����Nd�:�e]Ų�{�� v/��M�Ni�Ω�ي�5o9+yY���ݿ�~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 (��\��(4� B xl/sharedStrings.xml � (� �T�n�0�BwZ/Z�A��h���9=,�U�V$U�*�/�C�H�zwfv�Åv��@~��5m�o����V��M��h��(��69�O��~�} Qj|�Cߤ��G��7vD��:
!�c�G���1�!-��J5�&!�N&�IM&�����o!Z��]�_�?$rۛ�4�w�S�v�Є���� w�:</U�&t�k���}�������������������{��S�ц���z�y�N��:� å~Jk} y�
~���4���J�1���mq�sp`<�7��/Mf�0,lN>�=|�:㊃�閳�2�
�ʛ�Λ8
6�x��q�]\tR���Qo��j�%�l� Z�PPƹ�BɎ���N�rq&�iQ{i��a�)d0ZURPƊ�
��K^7cj��bU�+��H!�eq�H�Jʕ�y�x�X��I�O`�PK- (��\�֮�� 5 xl/workbook.xmlPK- (��\���� � [Content_Types].xmlPK-
(��\�_' ' V _rels/.relsPK- (��\J��X� �
� xl/worksheets/sheet1.xmlPK- (��\ZV,�� P xl/_rels/workbook.xml.relsPK- (��\Ѓc'2 E
H xl/styles.xmlPK- (��\��(4� B � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK (��\ӖL� 5 xl/workbook.xml � (� ����0��&�C���CH��ū�+,������Ƿ�@������#f�_k_�'j�P���D
�d������Of�Q������Dv���<N�5A*�J���G�D�zZQ����@�X���!�dlu��5�~S"������
� %ٹ
-(�J�
�*�eQ������a�m��/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
(��\g�' ' _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="R312fe6365e5c4862" /></Relationships>PK (��\J��X� �
xl/worksheets/sheet1.xml � (� ��Ko�0��J��$�~���}L���Yg����$-��cBB�cA�
8�w��sO��?�e��"5�a
���Y�z������G���ߊ��e`�Uq��EY��⸘.t��Y땝��<KJ����f>O�zl��^�1F�ǹ^&�]�X��"�U�J�b��dVm![�JeI�
G�Yj�ow�z>/���A<T�To��q�=�?c��a�*6���j��<��y�,�͍N_�5�U��Y�o��[�� K>��M:+vD"� ��"B�0�������M���z��`N%�Q���֓v}!ũ`(N��i����G(�3�:c���ֳVO#�E@�R��z^�y���s���H��q��������HP����Z/[�Q�^H�P8�W�^}���� �v""�aH)щ�>�p�!�H��5����B�B��bTY�D�����w}h����A"N�v/'*4Q�6�DF���sH%)=Q� #�÷�6P��= ?�6@Gh�QD�6� V�<Żk����I����y5m�oGvXT7���
{~�� ��jk�O@����K���?���>���u��]�O�.q�'d����K��8�z�AW<�c�q|}� ����q�Ń���6U�h�6Z�/rܾ� ��W
� ��p�r<� 0��͗g%�m��j���/�NKo<���[��8{��A���1��#w���A�7�Ƀ8�}�zw^���r\g���1�Ϋo�m9�PK (��\ۑ�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�n�qQ�nذ-�������.г��H\�H�J,�t5��ӓf>�?�۷q`/S|
��������ݍ��f��s�H]?%VV|���y��<َFLU�ȗ�q�\��� �[�!4�s\2��4������C�Ǒ|��_C<��(�cl)��SJ�dU���vd$�J%�WSK�4P����g2ʬVKg�Y+��;��L����˥�N��LM�2z���T�.�j��/6_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 (��\��(4� B xl/sharedStrings.xml � (� �T�n�0�BwZ/Z�A��h���9=,�U�V$U�*�/�C�H�zwfv�Åv��@~��5m�o����V��M��h��(��69�O��~�} Qj|�Cߤ��G��7vD��:
!�c�G���1�!-��J5�&!�N&�IM&�����o!Z��]�_�?$rۛ�4�w�S�v�Є���� w�:</U�&t�k���}�������������������{��S�ц���z�y�N��:� å~Jk} y�
~���4���J�1���mq�sp`<�7��/Mf�0,lN>�=|�:㊃�閳�2�
�ʛ�Λ8
6�x��q�]\tR���Qo��j�%�l� Z�PPƹ�BɎ���N�rq&�iQ{i��a�)d0ZURPƊ�
��K^7cj��bU�+��H!�eq�H�Jʕ�y�x�X��I�O`�PK- (��\ӖL� 5 xl/workbook.xmlPK- (��\���� � � [Content_Types].xmlPK-
(��\g�' ' T _rels/.relsPK- (��\J��X� �
� xl/worksheets/sheet1.xmlPK- (��\ۑ�� P � xl/_rels/workbook.xml.relsPK- (��\Ѓc'2 E
B xl/styles.xmlPK- (��\��(4� B � xl/sharedStrings.xmlPK � �