GET api/creditNote/{id}/details
List credit details for a credit note
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Credit note identifier |
globally unique identifier |
Required |
| CreditNoteIdentifier | Collection of byte |
None. |
|
| CreditNoteGuid | globally unique identifier |
None. |
|
| Relations |
Include list of credit detail images (and load images) |
boolean |
None. |
| SortBy | CreditDetailSortBy |
None. |
|
| SortOrder | SortOrder |
None. |
|
| Skip |
Number of records to skip over |
integer |
None. |
| Take |
Number of records to take |
integer |
None. |
| TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
Body Parameters
None.
Response Information
Resource Description
List of matching details
PageListOfCreditDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| List | Collection of CreditDetail |
None. |
|
| Skip |
Number of records to skip over |
integer |
None. |
| Take |
Number of records to take |
integer |
None. |
| TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
Sample:
{
"type": "CreditDetail",
"list": [
{
"$id": "2",
"creditNoteIdentifier": "tKRkAujHxUW9r/fQFbu8BQ==",
"creditNoteGuid": "0264a4b4-c7e8-45c5-bdaf-f7d015bbbc05",
"creditDetailIdentifier": "7cHyl03rnk2sRnA1Zy5yoQ==",
"creditDetailIdentifierGuid": "97f2c1ed-eb4d-4d9e-ac46-7035672e72a1",
"pluG_UID": "jwkfllHxHUeI5n1OO1Gwew==",
"pluGuid": "961f098f-f151-471d-88e6-7d4e3b51b07b",
"invoiceDetailIdentifier": "9oxyj6A+LECGP5pOI2Uqbg==",
"invoiceDetailIdentifierGuid": "8f728cf6-3ea0-402c-863f-9a4e23652a6e",
"created": "2026-06-03T18:32:23.5954472",
"creditReason": 2,
"inventoryReason": 1,
"notes": "sample string 3",
"orderByWeight": true,
"soldByWeight": true,
"cartonQuantity": 6,
"units": 7,
"cartons": 8,
"weight": 9,
"costGstPercent": 10,
"amount": 11,
"extendedAmount": 12,
"costDecimals": 13,
"requestedUnits": 14,
"requestedCartons": 15,
"requestedWeight": 16,
"movementQty": 17,
"movementQtyPacks": 18,
"updatedInventory": true,
"deleted": true,
"updated": "2026-06-03T18:32:23.5954472",
"productActive": true,
"productDescription": "sample string 22",
"productBarcode": "sample string 23",
"inventoryReasonDescription": "sample string 24",
"orderOrderedUnits": 1,
"orderOrderedCartons": 1,
"orderOrderedWeight": 1.1,
"orderReceivedUnits": 1,
"orderReceivedCartons": 1,
"orderReceivedWeight": 1.1,
"invoiceUnitsSupplied": 1,
"invoiceUnitsReceived": 1,
"invoiceWeightShipped": 1.1,
"invoiceWeightReceived": 1.1,
"images": true,
"calculateExtended": true,
"populateImages": true
},
{
"$ref": "2"
}
],
"skip": 1,
"take": 1,
"totalCount": 1
}
application/xml, text/xml
Sample:
<PageListOfCreditDetailUnBTFKYW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Common">
<Skip>1</Skip>
<Take>1</Take>
<TotalCount>1</TotalCount>
<List xmlns:d2p1="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.CreditNotes">
<d2p1:CreditDetail>
<d2p1:Amount>11</d2p1:Amount>
<d2p1:CalculateExtended>true</d2p1:CalculateExtended>
<d2p1:CartonQuantity>6</d2p1:CartonQuantity>
<d2p1:Cartons>8</d2p1:Cartons>
<d2p1:CostDecimals>13</d2p1:CostDecimals>
<d2p1:CostGstPercent>10</d2p1:CostGstPercent>
<d2p1:Created>2026-06-03T18:32:23.5954472+00:00</d2p1:Created>
<d2p1:CreditDetailIdentifier>7cHyl03rnk2sRnA1Zy5yoQ==</d2p1:CreditDetailIdentifier>
<d2p1:CreditDetailIdentifierGuid>97f2c1ed-eb4d-4d9e-ac46-7035672e72a1</d2p1:CreditDetailIdentifierGuid>
<d2p1:CreditNoteGuid>0264a4b4-c7e8-45c5-bdaf-f7d015bbbc05</d2p1:CreditNoteGuid>
<d2p1:CreditNoteIdentifier>tKRkAujHxUW9r/fQFbu8BQ==</d2p1:CreditNoteIdentifier>
<d2p1:CreditReason>2</d2p1:CreditReason>
<d2p1:Deleted>true</d2p1:Deleted>
<d2p1:ExtendedAmount>12</d2p1:ExtendedAmount>
<d2p1:Images>true</d2p1:Images>
<d2p1:InventoryReason>1</d2p1:InventoryReason>
<d2p1:InventoryReasonDescription>sample string 24</d2p1:InventoryReasonDescription>
<d2p1:InvoiceDetailIdentifier>9oxyj6A+LECGP5pOI2Uqbg==</d2p1:InvoiceDetailIdentifier>
<d2p1:InvoiceDetailIdentifierGuid>8f728cf6-3ea0-402c-863f-9a4e23652a6e</d2p1:InvoiceDetailIdentifierGuid>
<d2p1:InvoiceUnitsReceived>1</d2p1:InvoiceUnitsReceived>
<d2p1:InvoiceUnitsSupplied>1</d2p1:InvoiceUnitsSupplied>
<d2p1:InvoiceWeightReceived>1.1</d2p1:InvoiceWeightReceived>
<d2p1:InvoiceWeightShipped>1.1</d2p1:InvoiceWeightShipped>
<d2p1:MovementQty>17</d2p1:MovementQty>
<d2p1:MovementQtyPacks>18</d2p1:MovementQtyPacks>
<d2p1:Notes>sample string 3</d2p1:Notes>
<d2p1:OrderByWeight>true</d2p1:OrderByWeight>
<d2p1:OrderOrderedCartons>1</d2p1:OrderOrderedCartons>
<d2p1:OrderOrderedUnits>1</d2p1:OrderOrderedUnits>
<d2p1:OrderOrderedWeight>1.1</d2p1:OrderOrderedWeight>
<d2p1:OrderReceivedCartons>1</d2p1:OrderReceivedCartons>
<d2p1:OrderReceivedUnits>1</d2p1:OrderReceivedUnits>
<d2p1:OrderReceivedWeight>1.1</d2p1:OrderReceivedWeight>
<d2p1:PLUG_UID>jwkfllHxHUeI5n1OO1Gwew==</d2p1:PLUG_UID>
<d2p1:PluGuid>961f098f-f151-471d-88e6-7d4e3b51b07b</d2p1:PluGuid>
<d2p1:PopulateImages>true</d2p1:PopulateImages>
<d2p1:ProductActive>true</d2p1:ProductActive>
<d2p1:ProductBarcode>sample string 23</d2p1:ProductBarcode>
<d2p1:ProductDescription>sample string 22</d2p1:ProductDescription>
<d2p1:RequestedCartons>15</d2p1:RequestedCartons>
<d2p1:RequestedUnits>14</d2p1:RequestedUnits>
<d2p1:RequestedWeight>16</d2p1:RequestedWeight>
<d2p1:SoldByWeight>true</d2p1:SoldByWeight>
<d2p1:Units>7</d2p1:Units>
<d2p1:Updated>2026-06-03T18:32:23.5954472+00:00</d2p1:Updated>
<d2p1:UpdatedInventory>true</d2p1:UpdatedInventory>
<d2p1:Weight>9</d2p1:Weight>
</d2p1:CreditDetail>
<d2p1:CreditDetail>
<d2p1:Amount>11</d2p1:Amount>
<d2p1:CalculateExtended>true</d2p1:CalculateExtended>
<d2p1:CartonQuantity>6</d2p1:CartonQuantity>
<d2p1:Cartons>8</d2p1:Cartons>
<d2p1:CostDecimals>13</d2p1:CostDecimals>
<d2p1:CostGstPercent>10</d2p1:CostGstPercent>
<d2p1:Created>2026-06-03T18:32:23.5954472+00:00</d2p1:Created>
<d2p1:CreditDetailIdentifier>7cHyl03rnk2sRnA1Zy5yoQ==</d2p1:CreditDetailIdentifier>
<d2p1:CreditDetailIdentifierGuid>97f2c1ed-eb4d-4d9e-ac46-7035672e72a1</d2p1:CreditDetailIdentifierGuid>
<d2p1:CreditNoteGuid>0264a4b4-c7e8-45c5-bdaf-f7d015bbbc05</d2p1:CreditNoteGuid>
<d2p1:CreditNoteIdentifier>tKRkAujHxUW9r/fQFbu8BQ==</d2p1:CreditNoteIdentifier>
<d2p1:CreditReason>2</d2p1:CreditReason>
<d2p1:Deleted>true</d2p1:Deleted>
<d2p1:ExtendedAmount>12</d2p1:ExtendedAmount>
<d2p1:Images>true</d2p1:Images>
<d2p1:InventoryReason>1</d2p1:InventoryReason>
<d2p1:InventoryReasonDescription>sample string 24</d2p1:InventoryReasonDescription>
<d2p1:InvoiceDetailIdentifier>9oxyj6A+LECGP5pOI2Uqbg==</d2p1:InvoiceDetailIdentifier>
<d2p1:InvoiceDetailIdentifierGuid>8f728cf6-3ea0-402c-863f-9a4e23652a6e</d2p1:InvoiceDetailIdentifierGuid>
<d2p1:InvoiceUnitsReceived>1</d2p1:InvoiceUnitsReceived>
<d2p1:InvoiceUnitsSupplied>1</d2p1:InvoiceUnitsSupplied>
<d2p1:InvoiceWeightReceived>1.1</d2p1:InvoiceWeightReceived>
<d2p1:InvoiceWeightShipped>1.1</d2p1:InvoiceWeightShipped>
<d2p1:MovementQty>17</d2p1:MovementQty>
<d2p1:MovementQtyPacks>18</d2p1:MovementQtyPacks>
<d2p1:Notes>sample string 3</d2p1:Notes>
<d2p1:OrderByWeight>true</d2p1:OrderByWeight>
<d2p1:OrderOrderedCartons>1</d2p1:OrderOrderedCartons>
<d2p1:OrderOrderedUnits>1</d2p1:OrderOrderedUnits>
<d2p1:OrderOrderedWeight>1.1</d2p1:OrderOrderedWeight>
<d2p1:OrderReceivedCartons>1</d2p1:OrderReceivedCartons>
<d2p1:OrderReceivedUnits>1</d2p1:OrderReceivedUnits>
<d2p1:OrderReceivedWeight>1.1</d2p1:OrderReceivedWeight>
<d2p1:PLUG_UID>jwkfllHxHUeI5n1OO1Gwew==</d2p1:PLUG_UID>
<d2p1:PluGuid>961f098f-f151-471d-88e6-7d4e3b51b07b</d2p1:PluGuid>
<d2p1:PopulateImages>true</d2p1:PopulateImages>
<d2p1:ProductActive>true</d2p1:ProductActive>
<d2p1:ProductBarcode>sample string 23</d2p1:ProductBarcode>
<d2p1:ProductDescription>sample string 22</d2p1:ProductDescription>
<d2p1:RequestedCartons>15</d2p1:RequestedCartons>
<d2p1:RequestedUnits>14</d2p1:RequestedUnits>
<d2p1:RequestedWeight>16</d2p1:RequestedWeight>
<d2p1:SoldByWeight>true</d2p1:SoldByWeight>
<d2p1:Units>7</d2p1:Units>
<d2p1:Updated>2026-06-03T18:32:23.5954472+00:00</d2p1:Updated>
<d2p1:UpdatedInventory>true</d2p1:UpdatedInventory>
<d2p1:Weight>9</d2p1:Weight>
</d2p1:CreditDetail>
</List>
</PageListOfCreditDetailUnBTFKYW>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK ��\S� U� 5 xl/workbook.xml � (� ����0D�&�C���X#)��x��}��4Ж�5��$��ξ1Z�=���G����mC���-j�;����:
!J�b�i���ʷFX�$�9�!(k|�O�?,?8��o���eh��"�fw���e4ֺ�I�b�)1ö�YKZC Jf��,iJ�+Tn�K��I~>�I7�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
��\0���' ' _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="Raaef10e48d2a4bb7" /></Relationships>PK ��\zs�� xl/worksheets/sheet1.xml � (� ���R�0�_%��CB:�����9^�s!���t������؊��7����Ϳ����M��ȵ��a`xW�Jt�l�'��E�+�j�-pxg�:����5B�l�d&P{\��d����%ߨ� yg�x�4o�uW�F�
�����k�*oA�c)�D�����h^��&\o ��<�W�ޜ�`��E����X�{-�{���١�Ϫ�b�X7��kJ��R��@�7��Ee�A���А�)��X%�M�*��Lz2��� �$L)�S�\��IOg}�^���.�t�/u�O�
)I"�W4���Ʊ�o�eE�U�O��Ct�B�7�m܊���q�N��ω�%AΉ͒���vID3����;��N����%��������ͅ������L�qO��{�,�~'��.�PK ��\S���� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�q���vÆm����&vd�@�Ƃ#q�"A*�`��h~OO��|���ަ����55�� FF�f0]
��>�`���i�'|?̞��k�C�ל{�ӄ>�3��i��0��u|F}�Bq�d�-�.3��h�v��h�y"� �W�N�'
��:
5��<��4�T`OM
��J�PR�2�s���������w��QGYǖR���@uW�5���K/���Z%3ĦY�y�6W5~��/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 ��\�$N'� � xl/sharedStrings.xml � (� eP�N�0��=v�JrE8h
�BHXΒXg��w�_���ʙ�<4��3x��\�JnT!���á�O��ٕ�{�#B% )�uI�"[�*92O�Z�!Rq��[L�p�i�4%0=� �>/��C)l��+y)Ō�}���W�\w����|���{ܻi�uf��"�ӲV���`��I�BA5�{���"u�Yu�y�}�֠ �6��I��F3"���/:YPK- ��\S� U� 5 xl/workbook.xmlPK- ��\���� � [Content_Types].xmlPK-
��\0���' ' V _rels/.relsPK- ��\zs�� � xl/worksheets/sheet1.xmlPK- ��\S���� P � xl/_rels/workbook.xml.relsPK- ��\Ѓc'2 E
� xl/styles.xmlPK- ��\�$N'� � l xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK ��\�&�� 5 xl/workbook.xml � (� ����0��&�C���)��x��}��4П�5��B $���~;|2nh��G����}�`̷=*�'cQϻ�8a���L��kӾ����9cG�h�K��J���C�Gj\Q
����@_�=%N>����.&ak���x��Q
KZC J�s%�P�
9�$E����i���������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
��\�Oo' ' _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="Refad8c992e0b4850" /></Relationships>PK ��\zs�� xl/worksheets/sheet1.xml � (� ���R�0�_%��CB:�����9^�s!���t������؊��7����Ϳ����M��ȵ��a`xW�Jt�l�'��E�+�j�-pxg�:����5B�l�d&P{\��d����%ߨ� yg�x�4o�uW�F�
�����k�*oA�c)�D�����h^��&\o ��<�W�ޜ�`��E����X�{-�{���١�Ϫ�b�X7��kJ��R��@�7��Ee�A���А�)��X%�M�*��Lz2��� �$L)�S�\��IOg}�^���.�t�/u�O�
)I"�W4���Ʊ�o�eE�U�O��Ct�B�7�m܊���q�N��ω�%AΉ͒���vID3����;��N����%��������ͅ������L�qO��{�,�~'��.�PK ��\u|˲� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8M'FM�a�m�g�Q;��B�Ƃ#q�"A*�`��h~OO��|�Xoߦ������VI
����`�N�}�`�Y�i�'|?̞��k�C�9��� }bg2��Z7a��������,M%wK�2��2���mMOV�&2�0���{� 쀮�P�O��kX%�
l��5X*�I*�B
0~75.#�_��|!�J̥,[���]ezt�</�tZ�jUFE.
UeX
U������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 ��\�$N'� � xl/sharedStrings.xml � (� eP�N�0��=v�JrE8h
�BHXΒXg��w�_���ʙ�<4��3x��\�JnT!���á�O��ٕ�{�#B% )�uI�"[�*92O�Z�!Rq��[L�p�i�4%0=� �>/��C)l��+y)Ō�}���W�\w����|���{ܻi�uf��"�ӲV���`��I�BA5�{���"u�Yu�y�}�֠ �6��I��F3"���/:YPK- ��\�&�� 5 xl/workbook.xmlPK- ��\���� � � [Content_Types].xmlPK-
��\�Oo' ' U _rels/.relsPK- ��\zs�� � xl/worksheets/sheet1.xmlPK- ��\u|˲� P � xl/_rels/workbook.xml.relsPK- ��\Ѓc'2 E
� xl/styles.xmlPK- ��\�$N'� � j xl/sharedStrings.xmlPK � �