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
AccountAdjustmentName | 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": "189cBXDUBEqRKVX+hqRE3g==", "accountIdentifier": "055ccfd7-d470-4a04-9129-55fe86a444de", "storeID": 1, "date": "2025-10-04T18:08:59.1684055", "saleIdentifier": "sample string 2", "amount": 3, "source": "sample string 4", "customerReference": "sample string 5", "user": "sample string 6", "idempotentID": "7172ce5b-33b7-4a02-a5ba-2e1af8f42219", "payment": true, "totalAmount": 1, "machineName": "sample string 8", "operatorIdentifier": "bfd408e2-0cb3-48a2-865a-702bf00f4b5c", "saleHeaderIdentifier": "6fbcbd91-3c17-4bbe-b191-80fe8b088ab4", "transactionTime": "2025-10-04T18:08:59.1684055", "transactionTimeLocal": "2025-10-04T18:08:59.1684055" }
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>189cBXDUBEqRKVX+hqRE3g==</AccountGuid> <AccountIdentifier>055ccfd7-d470-4a04-9129-55fe86a444de</AccountIdentifier> <Amount>3</Amount> <CustomerReference>sample string 5</CustomerReference> <Date>2025-10-04T18:08:59.1684055+00:00</Date> <IdempotentID>7172ce5b-33b7-4a02-a5ba-2e1af8f42219</IdempotentID> <MachineName>sample string 8</MachineName> <OperatorIdentifier>bfd408e2-0cb3-48a2-865a-702bf00f4b5c</OperatorIdentifier> <Payment>true</Payment> <SaleHeaderIdentifier>6fbcbd91-3c17-4bbe-b191-80fe8b088ab4</SaleHeaderIdentifier> <SaleIdentifier>sample string 2</SaleIdentifier> <Source>sample string 4</Source> <StoreID>1</StoreID> <TotalAmount>1</TotalAmount> <TransactionTime>2025-10-04T18:08:59.1684055+00:00</TransactionTime> <TransactionTimeLocal>2025-10-04T18:08:59.1684055+00:00</TransactionTimeLocal> <User>sample string 6</User> </AccountAdjustment>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Updated adjustment record
AccountAdjustmentName | 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": "xPMZxLCGmE6PctajVqk9Jg==", "accountIdentifier": "c419f3c4-86b0-4e98-8f72-d6a356a93d26", "storeID": 1, "date": "2025-10-04T18:08:59.1840248", "saleIdentifier": "sample string 2", "amount": 3, "source": "sample string 4", "customerReference": "sample string 5", "user": "sample string 6", "idempotentID": "994d8099-0790-4200-8cae-f75c92f2e02f", "payment": true, "totalAmount": 1, "machineName": "sample string 8", "operatorIdentifier": "518e19af-b477-495d-bdbb-d19751a8c605", "saleHeaderIdentifier": "22450fbc-4a87-4873-88c8-a526457bf50e", "transactionTime": "2025-10-04T18:08:59.1840248", "transactionTimeLocal": "2025-10-04T18:08:59.1840248" }
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>xPMZxLCGmE6PctajVqk9Jg==</AccountGuid> <AccountIdentifier>c419f3c4-86b0-4e98-8f72-d6a356a93d26</AccountIdentifier> <Amount>3</Amount> <CustomerReference>sample string 5</CustomerReference> <Date>2025-10-04T18:08:59.1840248+00:00</Date> <IdempotentID>994d8099-0790-4200-8cae-f75c92f2e02f</IdempotentID> <MachineName>sample string 8</MachineName> <OperatorIdentifier>518e19af-b477-495d-bdbb-d19751a8c605</OperatorIdentifier> <Payment>true</Payment> <SaleHeaderIdentifier>22450fbc-4a87-4873-88c8-a526457bf50e</SaleHeaderIdentifier> <SaleIdentifier>sample string 2</SaleIdentifier> <Source>sample string 4</Source> <StoreID>1</StoreID> <TotalAmount>1</TotalAmount> <TransactionTime>2025-10-04T18:08:59.1840248+00:00</TransactionTime> <TransactionTimeLocal>2025-10-04T18:08:59.1840248+00:00</TransactionTimeLocal> <User>sample string 6</User> </AccountAdjustment>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK �D[� �� 5 xl/workbook.xml � (� ����0��&�C��b�N\�z�^�V�O�||K $���~;t2nx3����\��lE��zP��w�8�B��E����to:���#�h�K��B����}Ը��7�Btn��0�$��֝MD��M��.�B�)�q��(97^�#W�8�y��d%/Jq��o� F����PK �D[���� � [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 �D[:��M' ' _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="Rec32456bd3d14214" /></Relationships>PK �D[�L�o� � xl/worksheets/sheet1.xml � (� ��[s�0�� ��B·��ik������T�X��7"��tz�a�_��{�0:�JWާ��D��>���\/������_�?��v:��c� ����,�qQl��0��*��@o���-u�F�y��C�\&s5��m��E� `a�VQa���d���jߩ�o2-�-��C�4J��d�HL���L-��<{C�NF%�'Q��5��'������n1�AɆ=xV.��y������ݪ�=.�I����*/�4�[�{i�U��E�(Ì$���|�:�[M�UzT��Q�y 1h~�i9��Y@2�)J�O�I�'����KJO�i����� �L�N�Y�g��q ��X N�y��^�r8@<`�����vF��LBO�e��?<?u~@; qbj � p �&��P�:�� !D��D��U�c�O}���$bPΨɲ� ��"�m'�y�ܜc(˰#d� Ήه9 �P�6yD e8CIw��íR^AӨ�&�LL�6���3�ˋ��E��?'`~�q�'`����KL���}�t�Y��]�O�.q�'x����K�� �%�Y�>:��'b���@,__�e���}s ���I�1Z���,�/�e�U�8�7m�*��r`� J���k�JV�f�j��7}9�Zz�@���9�����˃�Z�x´'��j����|q Vs_�ߝ�o������,6�q*�i]��������PK �D[�ǎ�� P xl/_rels/workbook.xml.rels � (� ��An� E��f_cj�*N6�t���Ɗ ��9[=R�P�H-���&+4��i������m���0:�+J h{�F;�p��N�n���$c�̸���Ђ�qy�4�g ��M��,c*�@���,W���f��y����c���?�h�`���1�� �����(��� �I��W�52���z��Л��x�0�z]�\��J�U������Q=G�6�;�q�&�����]�;v����/PK �D[Ѓ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 �D[�{�!� B xl/sharedStrings.xml � (� }TMo�0�+V��$�|�hw�� Q�@E�'���y�b;�b�=.h�[�y3�dw�K��':?X���M�4���y�g�w�g�0=���>;����a�} Qj�>;�0��s/O��o�&"�: !����O��'ĠǜE�kLF��M�g,��f�1��߃h1v�p)����`���p��O�/��MԀnI�������샎Br !������+c���d2��*>X��|F�.���|�S�Ɇ8��:�<���k��6�x���ZB@��A'��&t+\)8��>�-�p�����d�Z cbs����9��KPV�P[YQ�t�Pp�U�h���n@l{�,5�4b�l��u�Z��u8���y!-Z��ρr HU[K�Â���9)� _�uɱ�hW�-�D�Ӯ�:ڗ��K�)��Uu�:I+�Q��-�\r 5k���T]<��ǟ��7PK- �D[� �� 5 xl/workbook.xmlPK- �D[���� � [Content_Types].xmlPK- �D[:��M' ' V _rels/.relsPK- �D[�L�o� � � xl/worksheets/sheet1.xmlPK- �D[�ǎ�� P � xl/_rels/workbook.xml.relsPK- �D[Ѓc'2 E A xl/styles.xmlPK- �D[�{�!� B � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK �D[�e'� 5 xl/workbook.xml � (� ����0D�&�C��h�R8q����[�H[����[J ��mgv���ٺWg�|�h|�j*C�*�|/Q�?� M� �4�(ݓY!T����M`�,+�����K5y���a��!^"=�( ���x �/� g�d4���I�b�)�`�ERĀƚ����܆��)q��ý��,��1��Jw��l��|PK �D[���� � [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 �D[�|��' ' _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="R9d775acb7f4e4756" /></Relationships>PK �D[�L�o� � xl/worksheets/sheet1.xml � (� ��[s�0�� ��B·��ik������T�X��7"��tz�a�_��{�0:�JWާ��D��>���\/������_�?��v:��c� ����,�qQl��0��*��@o���-u�F�y��C�\&s5��m��E� `a�VQa���d���jߩ�o2-�-��C�4J��d�HL���L-��<{C�NF%�'Q��5��'������n1�AɆ=xV.��y������ݪ�=.�I����*/�4�[�{i�U��E�(Ì$���|�:�[M�UzT��Q�y 1h~�i9��Y@2�)J�O�I�'����KJO�i����� �L�N�Y�g��q ��X N�y��^�r8@<`�����vF��LBO�e��?<?u~@; qbj � p �&��P�:�� !D��D��U�c�O}���$bPΨɲ� ��"�m'�y�ܜc(˰#d� Ήه9 �P�6yD e8CIw��íR^AӨ�&�LL�6���3�ˋ��E��?'`~�q�'`����KL���}�t�Y��]�O�.q�'x����K�� �%�Y�>:��'b���@,__�e���}s ���I�1Z���,�/�e�U�8�7m�*��r`� J���k�JV�f�j��7}9�Zz�@���9�����˃�Z�x´'��j����|q Vs_�ߝ�o������,6�q*�i]��������PK �D[,)�� P xl/_rels/workbook.xml.rels � (� ��Mn� F��f_�-�Vq�ɦ�4���b��m��E��+�RK�.�� �7��4����f���셬��n!M0���Z8{�P�n�9Ќ>�p�:�h�����ȹ�#-���e�>�v�+��3!Jnc�2����F�I����B���ƞ�H���[���i�����e�����r�����ܯ�w�Ȫh���Ċr�ʻʌh��6l:v��xN���ʺ�n�\���o���PK �D[Ѓ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 �D[�{�!� B xl/sharedStrings.xml � (� }TMo�0�+V��$�|�hw�� Q�@E�'���y�b;�b�=.h�[�y3�dw�K��':?X���M�4���y�g�w�g�0=���>;����a�} Qj�>;�0��s/O��o�&"�: !����O��'ĠǜE�kLF��M�g,��f�1��߃h1v�p)����`���p��O�/��MԀnI�������샎Br !������+c���d2��*>X��|F�.���|�S�Ɇ8��:�<���k��6�x���ZB@��A'��&t+\)8��>�-�p�����d�Z cbs����9��KPV�P[YQ�t�Pp�U�h���n@l{�,5�4b�l��u�Z��u8���y!-Z��ρr HU[K�Â���9)� _�uɱ�hW�-�D�Ӯ�:ڗ��K�)��Uu�:I+�Q��-�\r 5k���T]<��ǟ��7PK- �D[�e'� 5 xl/workbook.xmlPK- �D[���� � � [Content_Types].xmlPK- �D[�|��' ' U _rels/.relsPK- �D[�L�o� � � xl/worksheets/sheet1.xmlPK- �D[,)�� P � xl/_rels/workbook.xml.relsPK- �D[Ѓc'2 E @ xl/styles.xmlPK- �D[�{�!� B � xl/sharedStrings.xmlPK � �