Derek Albaugh
I tried to use the method GetReceivablesCreditmemoList. It returns only general information.
Example:
<ReceivablesCreditMemoSummary>
<Key>
<CompanyKey>
<Id xmlns="schemas.microsoft.com/.../Id>
</CompanyKey>
<Id>CREDT000000000002</Id>
</Key>
<CustomerKey>
<CompanyKey>
<Id xmlns="schemas.microsoft.com/.../Id>
</CompanyKey>
<Id>AARONFIT0001</Id>
</CustomerKey>
<CustomerPONumber/>
<CustomerName>Aaron Fitz Electrical</CustomerName>
<Date>2027-04-12T00:00:00</Date>
<CurrencyKey>
<ISOCode>USD</ISOCode>
</CurrencyKey>
<BatchKey>
<CompanyKey>
<Id xmlns="schemas.microsoft.com/.../Id>
</CompanyKey>
<Source>XRM_Sales</Source>
<Id>sa</Id>
<CreatedDateTime>1900-01-01T00:00:00</CreatedDateTime>
</BatchKey>
<TradeDiscountAmount>
<Currency>USD</Currency>
<Value>0.00000</Value>
<DecimalDigits>2</DecimalDigits>
</TradeDiscountAmount>
<FreightAmount>
<Currency>USD</Currency>
<Value>0.00000</Value>
<DecimalDigits>2</DecimalDigits>
</FreightAmount>
<MiscellaneousAmount>
<Currency>USD</Currency>
<Value>0.00000</Value>
<DecimalDigits>2</DecimalDigits>
</MiscellaneousAmount>
<TaxAmount>
<Currency>USD</Currency>
<Value>21.00000</Value>
<DecimalDigits>2</DecimalDigits>
</TaxAmount>
<DocumentAmount>
<Currency>USD</Currency>
<Value>321.00000</Value>
<DecimalDigits>2</DecimalDigits>
</DocumentAmount>
<ModifiedDate>2021-10-11T09:59:38.29</ModifiedDate>
<TransactionState>Open</TransactionState>
</ReceivablesCreditMemoSummary>