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
PageListOfCreditDetailName | 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": "H1zZ9d4ZEkGTR0mxEiz6mQ==", "creditNoteGuid": "f5d95c1f-19de-4112-9347-49b1122cfa99", "creditDetailIdentifier": "Vt9N6e5IVE6J0SQoB8fdiQ==", "creditDetailIdentifierGuid": "e94ddf56-48ee-4e54-89d1-242807c7dd89", "pluG_UID": "dbtHa6GCFkq+o45oRxD9HQ==", "pluGuid": "6b47bb75-82a1-4a16-bea3-8e684710fd1d", "invoiceDetailIdentifier": "H45xa7HAYUuEpfAQuaAPZg==", "invoiceDetailIdentifierGuid": "6b718e1f-c0b1-4b61-84a5-f010b9a00f66", "created": "2025-06-14T07:12:48.6429138", "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": "2025-06-14T07:12:48.6429138", "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>2025-06-14T07:12:48.6429138+00:00</d2p1:Created> <d2p1:CreditDetailIdentifier>Vt9N6e5IVE6J0SQoB8fdiQ==</d2p1:CreditDetailIdentifier> <d2p1:CreditDetailIdentifierGuid>e94ddf56-48ee-4e54-89d1-242807c7dd89</d2p1:CreditDetailIdentifierGuid> <d2p1:CreditNoteGuid>f5d95c1f-19de-4112-9347-49b1122cfa99</d2p1:CreditNoteGuid> <d2p1:CreditNoteIdentifier>H1zZ9d4ZEkGTR0mxEiz6mQ==</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>H45xa7HAYUuEpfAQuaAPZg==</d2p1:InvoiceDetailIdentifier> <d2p1:InvoiceDetailIdentifierGuid>6b718e1f-c0b1-4b61-84a5-f010b9a00f66</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>dbtHa6GCFkq+o45oRxD9HQ==</d2p1:PLUG_UID> <d2p1:PluGuid>6b47bb75-82a1-4a16-bea3-8e684710fd1d</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>2025-06-14T07:12:48.6429138+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>2025-06-14T07:12:48.6429138+00:00</d2p1:Created> <d2p1:CreditDetailIdentifier>Vt9N6e5IVE6J0SQoB8fdiQ==</d2p1:CreditDetailIdentifier> <d2p1:CreditDetailIdentifierGuid>e94ddf56-48ee-4e54-89d1-242807c7dd89</d2p1:CreditDetailIdentifierGuid> <d2p1:CreditNoteGuid>f5d95c1f-19de-4112-9347-49b1122cfa99</d2p1:CreditNoteGuid> <d2p1:CreditNoteIdentifier>H1zZ9d4ZEkGTR0mxEiz6mQ==</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>H45xa7HAYUuEpfAQuaAPZg==</d2p1:InvoiceDetailIdentifier> <d2p1:InvoiceDetailIdentifierGuid>6b718e1f-c0b1-4b61-84a5-f010b9a00f66</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>dbtHa6GCFkq+o45oRxD9HQ==</d2p1:PLUG_UID> <d2p1:PluGuid>6b47bb75-82a1-4a16-bea3-8e684710fd1d</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>2025-06-14T07:12:48.6429138+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 �9�Z �>ѷ 5 xl/workbook.xml � (� ����0��&�C���W� '.^=x_`� �%m >��o�vfg��l4�����G�ڥ6���!e����P�]k��}1Ӷ����o�ڳC�pf�/�vB�δXn���^�3J�Դ�nɦfO���2K��$l��Ta�ETD�����ܛ��)�����o�%�^��ď!��WXƖ��PK �9�Z���� � [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 �9�Z�\��' ' _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="R4c8ce732e146405a" /></Relationships>PK �9�Zzs�� 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 �9�Z�Q� � P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�Iܐ��ݰa[z�i2N�&�e�@�Ƃ#q�"�+�`��h~OO��|�Xoߖ�����-� F�3���NA�հݬw4c�~��gqE����iA�K:v�q����[�8/���Kp�d�����RSG��;-��`�j�яD��@����痐g� �oa��q/�R���U�����|8�����D� h��Q)��2#:ꟃ��N��r�V��B5�#ɒ������PK �9�ZЃ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 �9�Z�$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- �9�Z �>ѷ 5 xl/workbook.xmlPK- �9�Z���� � [Content_Types].xmlPK- �9�Z�\��' ' V _rels/.relsPK- �9�Zzs�� � xl/worksheets/sheet1.xmlPK- �9�Z�Q� � P � xl/_rels/workbook.xml.relsPK- �9�ZЃc'2 E � xl/styles.xmlPK- �9�Z�$N'� � k xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK �9�Z$͑�� 5 xl/workbook.xml � (� ����0��&�C�� h�N\�z���6П�5���H�yۙ��v�`}���#ݛP���]�Xh$j�Ќ;a��8J�bV�`m��F�1I��cQY�r�.�X�y�6HĨ��AZ�w���C�f9k��$l ���a�Ŭ��%�!%�skK�R�5�K�����$y.N�n� �����PK �9�Z���� � [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 �9�ZP {�' ' _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="R11f2310643ec4e83" /></Relationships>PK �9�Zzs�� 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 �9�Z~<� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�NH��ݰa[z��Q;�]h��G� XE�Tb�������4�y�XoO�H�0���x���S^����C��z��Ly"�a�$��Mi^Q��I����r��0ɔ���Y��쑖�=Ұd�-���3���>{u�Х?��݇C�� �^�S?�H��� �Ew�k*�m+t%��6@���b:����.�����P^�U�ʀ�5�|�Ӳ�PSBղ�JU�R ǫ����PK �9�ZЃ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 �9�Z�$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- �9�Z$͑�� 5 xl/workbook.xmlPK- �9�Z���� � [Content_Types].xmlPK- �9�ZP {�' ' V _rels/.relsPK- �9�Zzs�� � xl/worksheets/sheet1.xmlPK- �9�Z~<� P � xl/_rels/workbook.xml.relsPK- �9�ZЃc'2 E � xl/styles.xmlPK- �9�Z�$N'� � j xl/sharedStrings.xmlPK � �