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
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": "t9nuzzFZ6UKplwrivfODbg==", "accountIdentifier": "cfeed9b7-5931-42e9-a997-0ae2bdf3836e", "storeID": 1, "date": "2025-10-04T23:59:54.6982822", "saleIdentifier": "sample string 2", "amount": 3, "source": "sample string 4", "customerReference": "sample string 5", "user": "sample string 6", "idempotentID": "18f1720f-a441-476b-8933-22104b3a37f5", "payment": true, "totalAmount": 1, "machineName": "sample string 8", "operatorIdentifier": "1d261d41-d0fd-445f-80b4-1a056989c79b", "saleHeaderIdentifier": "621b2df1-d4c8-4de8-937b-0479b4a4044b", "transactionTime": "2025-10-04T23:59:54.6982822", "transactionTimeLocal": "2025-10-04T23:59:54.6982822" }
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>t9nuzzFZ6UKplwrivfODbg==</AccountGuid> <AccountIdentifier>cfeed9b7-5931-42e9-a997-0ae2bdf3836e</AccountIdentifier> <Amount>3</Amount> <CustomerReference>sample string 5</CustomerReference> <Date>2025-10-04T23:59:54.6982822+00:00</Date> <IdempotentID>18f1720f-a441-476b-8933-22104b3a37f5</IdempotentID> <MachineName>sample string 8</MachineName> <OperatorIdentifier>1d261d41-d0fd-445f-80b4-1a056989c79b</OperatorIdentifier> <Payment>true</Payment> <SaleHeaderIdentifier>621b2df1-d4c8-4de8-937b-0479b4a4044b</SaleHeaderIdentifier> <SaleIdentifier>sample string 2</SaleIdentifier> <Source>sample string 4</Source> <StoreID>1</StoreID> <TotalAmount>1</TotalAmount> <TransactionTime>2025-10-04T23:59:54.6982822+00:00</TransactionTime> <TransactionTimeLocal>2025-10-04T23:59:54.6982822+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": "eAEHXIKl1ESPFDDh67Rl/g==", "accountIdentifier": "5c070178-a582-44d4-8f14-30e1ebb465fe", "storeID": 1, "date": "2025-10-04T23:59:54.7139151", "saleIdentifier": "sample string 2", "amount": 3, "source": "sample string 4", "customerReference": "sample string 5", "user": "sample string 6", "idempotentID": "85790b79-0884-4e9f-b2c1-7ebda7be448d", "payment": true, "totalAmount": 1, "machineName": "sample string 8", "operatorIdentifier": "655ca1de-15f7-409f-8721-fa03a5603bd8", "saleHeaderIdentifier": "04a1b4a0-9148-4848-ae13-8bf09adb4396", "transactionTime": "2025-10-04T23:59:54.7139151", "transactionTimeLocal": "2025-10-04T23:59:54.7139151" }
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>eAEHXIKl1ESPFDDh67Rl/g==</AccountGuid> <AccountIdentifier>5c070178-a582-44d4-8f14-30e1ebb465fe</AccountIdentifier> <Amount>3</Amount> <CustomerReference>sample string 5</CustomerReference> <Date>2025-10-04T23:59:54.7139151+00:00</Date> <IdempotentID>85790b79-0884-4e9f-b2c1-7ebda7be448d</IdempotentID> <MachineName>sample string 8</MachineName> <OperatorIdentifier>655ca1de-15f7-409f-8721-fa03a5603bd8</OperatorIdentifier> <Payment>true</Payment> <SaleHeaderIdentifier>04a1b4a0-9148-4848-ae13-8bf09adb4396</SaleHeaderIdentifier> <SaleIdentifier>sample string 2</SaleIdentifier> <Source>sample string 4</Source> <StoreID>1</StoreID> <TotalAmount>1</TotalAmount> <TransactionTime>2025-10-04T23:59:54.7139151+00:00</TransactionTime> <TransactionTimeLocal>2025-10-04T23:59:54.7139151+00:00</TransactionTimeLocal> <User>sample string 6</User> </AccountAdjustment>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK {�D[�ΗQ� 5 xl/workbook.xml � (� ����0��&�C�� b"N\�z��6П�5��$���~;�d��3���/\EE�`�s� ��X�q�� D�^�����V�;'ɕ9!H����ӕ��[��y�Ը�HM�ぐrn��8�EFc�;���!��*�~�(�AaE@��ܻ����B�����!��-m���a%�~�_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[O=n' ' _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="R1dc679e4ef5c422f" /></Relationships>PK {�D[)�h�� � xl/worksheets/sheet1.xml � (� ��[s�0�� ������Q;m�����9�����X��OD ����o턕�=ο�����<NWC�{z5Mg��}�o��/韏�4��Z��W�Y6�E�>�|��I��Z���<͒�0��0�����M�WE��a��Qa���:��վS+_g:��[H��RI���`���{���8{þ�%�'���h���_�~���͆>*ٰO��_3o���fY�N��:~_�$Vj��2/��$�Y�{I�U�n�Y�0#0N8�)J��t�i�����マ� !��aI�i=��YHq*G ���zZ�i��ʹ���i=����@0DPť=�畞7z8 QɈ�H�J/�� �� ��_Vz���@��$\��zU���P t� �$PA ��TO�C��C�%�Rc���B�B��bT�D�U�c�>�A�&�DT s�xO�:��ZF���c'�=W�,?� A����R�\��M1 hy �c��;Nᾫ�-h�h��[/+�M�����q�^���9B��s����.m�K�61��M\w �&&]����.���m�m�K�6q�%T�xp8f���@,W��e��|}q ����r�́4ֆ&U�h�&Z�+�ܾt ��W5���x�2Eh���4($�3�v�d!��j��7]9���ցX��s ֑�;k/�:���=9��q?;�&�8�p_�:o�B�9���¼��l����ʆwx��PK {�D[���5� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;��P�d�M�i.0�1F�Nڜ���W��J-���&�����4����M#;��5 �� FF�n0}��*�n�{1� ��ٳ�b|:���s/5M�;��e݄!���3�#��3!J��e��e���R��g+O����Zw�( ;��)4�S���$R���+Y"��0����������w��Q�X�*+��RTw���{ .^z�,/�R�RUW��Y��mqU�7��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[p2�Q� B xl/sharedStrings.xml � (� ��Ao�0��J��7v��8(�Ui��T����0�'�@l�A��� %.�9��ͳ_Fi/~�1�����s��y�FZ5��}�p|CD�� F�h ��3�<�8�އ,J����WE�� 5����D�[�!�W�X��!(Bz,JJw���䙴� ���&���x�{#Z�6.寢�v0_�"��i�/v�Є��-�u��T}�}�Q�]C�D#����J�{;;�4~VpV��>b�.��?��;�JO6�7� ���_:��/�SZK��i0�t��aB1�cNo�ŕ���A�8a�!5Y�[+aLl�>�>��y +Ik�jA�%�\q"z�ɖ"î㻪OL=�i�8�.zV�c���u�[bQ� ��P!8���+%#5v �9* i����JSHX�ׄ�h#꒑���v*�P��@Iø \� ������m��:E� ~PK- {�D[�ΗQ� 5 xl/workbook.xmlPK- {�D[���� � � [Content_Types].xmlPK- {�D[O=n' ' T _rels/.relsPK- {�D[)�h�� � � xl/worksheets/sheet1.xmlPK- {�D[���5� P � xl/_rels/workbook.xml.relsPK- {�D[Ѓc'2 E C xl/styles.xmlPK- {�D[p2�Q� B � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK {�D[�t��� 5 xl/workbook.xml � (� ����0��J}�(��?T0�t��݀)$��T��@ u��;�?_6��+��}Ԡ]js�yoR!\ݡw �:�Z� |��%�me�%�o�ڋS��� ^�v�4�/�X�X��u�^ J�Լ��˦fO���e0ֺ�����l�m�b���ν���3��0<09� IrK��]+��7X&���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="Rd95b28a401e74276" /></Relationships>PK {�D[)�h�� � xl/worksheets/sheet1.xml � (� ��[s�0�� ������Q;m�����9�����X��OD ����o턕�=ο�����<NWC�{z5Mg��}�o��/韏�4��Z��W�Y6�E�>�|��I��Z���<͒�0��0�����M�WE��a��Qa���:��վS+_g:��[H��RI���`���{���8{þ�%�'���h���_�~���͆>*ٰO��_3o���fY�N��:~_�$Vj��2/��$�Y�{I�U�n�Y�0#0N8�)J��t�i�����マ� !��aI�i=��YHq*G ���zZ�i��ʹ���i=����@0DPť=�畞7z8 QɈ�H�J/�� �� ��_Vz���@��$\��zU���P t� �$PA ��TO�C��C�%�Rc���B�B��bT�D�U�c�>�A�&�DT s�xO�:��ZF���c'�=W�,?� A����R�\��M1 hy �c��;Nᾫ�-h�h��[/+�M�����q�^���9B��s����.m�K�61��M\w �&&]����.���m�m�K�6q�%T�xp8f���@,W��e��|}q ����r�́4ֆ&U�h�&Z�+�ܾt ��W5���x�2Eh���4($�3�v�d!��j��7]9���ցX��s ֑�;k/�:���=9��q?;�&�8�p_�:o�B�9���¼��l����ʆwx��PK {�D[}�~�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�iBꠦݰa[zǞ�Q۲]�gc���V���X��j4��'�|�lvo�L^ЇɚʂA#�����)wv��g�DГ$��Ё��=P��E��:4�3X���R?R'�Q�HW�5���f�����v&��V�4�0}��4br~���O)�K(�D�:�c[5B�-o{Y����Z��ï�w�ɔ�ZqU5 [�Q�TF��9�t��)/gj�Jq��5��e�^���_l� 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[p2�Q� B xl/sharedStrings.xml � (� ��Ao�0��J��7v��8(�Ui��T����0�'�@l�A��� %.�9��ͳ_Fi/~�1�����s��y�FZ5��}�p|CD�� F�h ��3�<�8�އ,J����WE�� 5����D�[�!�W�X��!(Bz,JJw���䙴� ���&���x�{#Z�6.寢�v0_�"��i�/v�Є��-�u��T}�}�Q�]C�D#����J�{;;�4~VpV��>b�.��?��;�JO6�7� ���_:��/�SZK��i0�t��aB1�cNo�ŕ���A�8a�!5Y�[+aLl�>�>��y +Ik�jA�%�\q"z�ɖ"î㻪OL=�i�8�.zV�c���u�[bQ� ��P!8���+%#5v �9* i����JSHX�ׄ�h#꒑���v*�P��@Iø \� ������m��:E� ~PK- {�D[�t��� 5 xl/workbook.xmlPK- {�D[���� � � [Content_Types].xmlPK- {�D[���.' ' U _rels/.relsPK- {�D[)�h�� � � xl/worksheets/sheet1.xmlPK- {�D[}�~�� P � xl/_rels/workbook.xml.relsPK- {�D[Ѓc'2 E E xl/styles.xmlPK- {�D[p2�Q� B � xl/sharedStrings.xmlPK � �