GET v1/credit-memos/{id}

Gets credit memo details by id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

CreditMemo
NameDescriptionTypeAdditional information
Id

Unique id - auto generated by the system.

integer

None.

TxnNumber

Credit Memo Number - auto generated by the system if blank.

string

None.

AllowDuplicateTxnNumber

Set to true if you want to skip duplicate check for TxnNumber

boolean

None.

TxnDate

Required - must be after accounting closing date

date

Required

Memo

Memo for the Credit Memo

string

None.

Customer

Customer associated with Credit Memo

CustomerRef

Required

BillToLocation

Customer bill to location

IdNamePair

None.

ShipToLocation

Customer ship to location - use to determine tax id if if none is provided

IdNamePair

None.

Status

Read Only - The status of the Credit Memo. Status codes are: Active=163, Voided=164.

IdNamePair

None.

GLCategory

Credit Memo GLCategory - required if GLCategory tracking is on

IdNamePair

None.

ARAccount

AR Account associated with Credit Memo

IdNamePair

None.

Order

Order associated with Credit Memo

IdNamePair

None.

TaxId

Tax Id - Autogenerated based on shipping location if not provided, if neither is provided, tenant default tax id is used

integer

None.

Format

Credit Memo Format

IdNamePair

None.

LineItems

Collection of CreditMemoLineItem

None.

AttachmentCount

Read-only - The number of attachments associated with this Credit Memo

integer

None.

DateCreated

Read-only - The date and time (in company time zone) when the credit memo was created.

date

None.

CreatedBy

Read-only - employee who created the Credit Memo

IdNamePair

None.

LastUpdatedDate

Read-only - date Credit Memo was last updated

date

None.

LastUpdatedBy

Read-only - employee who last updated the Credit Memo

IdNamePair

None.

Reviewed

read-only - whether Credit Memo was reviewed

boolean

None.

DateReviewed

read-only - The date and time (in company time zone) when the credit memo was reviewed.

date

None.

ReviewedBy

read-only - employee who reviewed the Credit Memo

IdNamePair

None.

AutoApply

Indicates whether the credit memo should be auto applied to open invoices. Will always apply to the oldest open invoice first.

boolean

None.

AppliedToInvoices

Apply this Credit Memo to the specified invoices on creation.

Collection of AppliedToTxn

None.

Currency

read-only - Currency Information.

Currency

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "txnNumber": "sample string 2",
  "allowDuplicateTxnNumber": true,
  "txnDate": "2024-03-28T12:02:47.0750853-04:00",
  "memo": "sample string 5",
  "customer": {
    "id": 1,
    "number": "sample string 2",
    "name": "sample string 3"
  },
  "billToLocation": {
    "id": 1,
    "name": "sample string 2"
  },
  "shipToLocation": {
    "id": 1,
    "name": "sample string 2"
  },
  "status": {
    "id": 1,
    "name": "sample string 2"
  },
  "glCategory": {
    "id": 1,
    "name": "sample string 2"
  },
  "arAccount": {
    "id": 1,
    "name": "sample string 2"
  },
  "order": {
    "id": 1,
    "name": "sample string 2"
  },
  "taxId": 6,
  "format": {
    "id": 1,
    "name": "sample string 2"
  },
  "lineItems": [
    {
      "id": 1,
      "item": {
        "id": 1,
        "name": "sample string 2"
      },
      "glAccount": {
        "id": 1,
        "name": "sample string 2"
      },
      "location": {
        "id": 1,
        "name": "sample string 2"
      },
      "description": "sample string 2",
      "qty": 3.0,
      "unitOfMeasure": {
        "extendedName": "sample string 1",
        "id": 2,
        "name": "sample string 3"
      },
      "price": 4.0,
      "shippingPrice": 5.0,
      "taxable": true,
      "fulfillmentDate": "2024-03-28T12:02:47.0750853-04:00",
      "glCategory": {
        "id": 1,
        "name": "sample string 2"
      },
      "itemGroupLineItems": [
        {
          "id": 1,
          "item": {
            "id": 1,
            "name": "sample string 2"
          },
          "qty": 2.0,
          "unitOfMeasure": {
            "extendedName": "sample string 1",
            "id": 2,
            "name": "sample string 3"
          },
          "price": 3.0,
          "glCategory": {
            "id": 1,
            "name": "sample string 2"
          },
          "location": {
            "id": 1,
            "name": "sample string 2"
          }
        },
        {
          "id": 1,
          "item": {
            "id": 1,
            "name": "sample string 2"
          },
          "qty": 2.0,
          "unitOfMeasure": {
            "extendedName": "sample string 1",
            "id": 2,
            "name": "sample string 3"
          },
          "price": 3.0,
          "glCategory": {
            "id": 1,
            "name": "sample string 2"
          },
          "location": {
            "id": 1,
            "name": "sample string 2"
          }
        }
      ],
      "customColumns": [
        {
          "id": 1,
          "name": "sample string 2",
          "fieldType": {
            "id": 1,
            "name": "sample string 2"
          },
          "sourceId": 3,
          "value": "sample string 4",
          "valueText": "sample string 5",
          "isRequired": true
        },
        {
          "id": 1,
          "name": "sample string 2",
          "fieldType": {
            "id": 1,
            "name": "sample string 2"
          },
          "sourceId": 3,
          "value": "sample string 4",
          "valueText": "sample string 5",
          "isRequired": true
        }
      ]
    },
    {
      "id": 1,
      "item": {
        "id": 1,
        "name": "sample string 2"
      },
      "glAccount": {
        "id": 1,
        "name": "sample string 2"
      },
      "location": {
        "id": 1,
        "name": "sample string 2"
      },
      "description": "sample string 2",
      "qty": 3.0,
      "unitOfMeasure": {
        "extendedName": "sample string 1",
        "id": 2,
        "name": "sample string 3"
      },
      "price": 4.0,
      "shippingPrice": 5.0,
      "taxable": true,
      "fulfillmentDate": "2024-03-28T12:02:47.0750853-04:00",
      "glCategory": {
        "id": 1,
        "name": "sample string 2"
      },
      "itemGroupLineItems": [
        {
          "id": 1,
          "item": {
            "id": 1,
            "name": "sample string 2"
          },
          "qty": 2.0,
          "unitOfMeasure": {
            "extendedName": "sample string 1",
            "id": 2,
            "name": "sample string 3"
          },
          "price": 3.0,
          "glCategory": {
            "id": 1,
            "name": "sample string 2"
          },
          "location": {
            "id": 1,
            "name": "sample string 2"
          }
        },
        {
          "id": 1,
          "item": {
            "id": 1,
            "name": "sample string 2"
          },
          "qty": 2.0,
          "unitOfMeasure": {
            "extendedName": "sample string 1",
            "id": 2,
            "name": "sample string 3"
          },
          "price": 3.0,
          "glCategory": {
            "id": 1,
            "name": "sample string 2"
          },
          "location": {
            "id": 1,
            "name": "sample string 2"
          }
        }
      ],
      "customColumns": [
        {
          "id": 1,
          "name": "sample string 2",
          "fieldType": {
            "id": 1,
            "name": "sample string 2"
          },
          "sourceId": 3,
          "value": "sample string 4",
          "valueText": "sample string 5",
          "isRequired": true
        },
        {
          "id": 1,
          "name": "sample string 2",
          "fieldType": {
            "id": 1,
            "name": "sample string 2"
          },
          "sourceId": 3,
          "value": "sample string 4",
          "valueText": "sample string 5",
          "isRequired": true
        }
      ]
    }
  ],
  "attachmentCount": 7,
  "dateCreated": "2024-03-28T12:02:47.0750853-04:00",
  "createdBy": {
    "id": 1,
    "name": "sample string 2"
  },
  "lastUpdatedDate": "2024-03-28T12:02:47.0750853-04:00",
  "lastUpdatedBy": {
    "id": 1,
    "name": "sample string 2"
  },
  "reviewed": true,
  "dateReviewed": "2024-03-28T12:02:47.0750853-04:00",
  "reviewedBy": {
    "id": 1,
    "name": "sample string 2"
  },
  "autoApply": true,
  "appliedToInvoices": [
    {
      "txnId": 1,
      "amount": 2.0,
      "dateApplied": "2024-03-28T12:02:47.0750853-04:00"
    },
    {
      "txnId": 1,
      "amount": 2.0,
      "dateApplied": "2024-03-28T12:02:47.0750853-04:00"
    }
  ],
  "currency": {
    "currencyISOCode": "sample string 1",
    "exchangeRate": 2.0
  }
}

application/xml, text/xml

Sample:
<CreditMemo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAPI.Models.Accounting">
  <ARAccount xmlns:d2p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
    <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
    <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField>
  </ARAccount>
  <AllowDuplicateTxnNumber>true</AllowDuplicateTxnNumber>
  <AppliedToInvoices>
    <AppliedToTxn>
      <Amount>2</Amount>
      <DateApplied>2024-03-28T12:02:47.0750853-04:00</DateApplied>
      <TxnId>1</TxnId>
    </AppliedToTxn>
    <AppliedToTxn>
      <Amount>2</Amount>
      <DateApplied>2024-03-28T12:02:47.0750853-04:00</DateApplied>
      <TxnId>1</TxnId>
    </AppliedToTxn>
  </AppliedToInvoices>
  <AttachmentCount>7</AttachmentCount>
  <AutoApply>true</AutoApply>
  <BillToLocation xmlns:d2p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
    <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
    <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField>
  </BillToLocation>
  <CreatedBy xmlns:d2p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
    <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
    <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField>
  </CreatedBy>
  <Currency xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core">
    <d2p1:_x003C_CurrencyISOCode_x003E_k__BackingField>sample string 1</d2p1:_x003C_CurrencyISOCode_x003E_k__BackingField>
    <d2p1:_x003C_ExchangeRate_x003E_k__BackingField>2</d2p1:_x003C_ExchangeRate_x003E_k__BackingField>
  </Currency>
  <Customer xmlns:d2p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core">
    <d2p1:Id>1</d2p1:Id>
    <d2p1:Name>sample string 3</d2p1:Name>
    <d2p1:Number>sample string 2</d2p1:Number>
  </Customer>
  <DateCreated>2024-03-28T12:02:47.0750853-04:00</DateCreated>
  <DateReviewed>2024-03-28T12:02:47.0750853-04:00</DateReviewed>
  <Format xmlns:d2p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
    <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
    <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField>
  </Format>
  <GLCategory xmlns:d2p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
    <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
    <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField>
  </GLCategory>
  <Id>1</Id>
  <LastUpdatedBy xmlns:d2p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
    <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
    <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField>
  </LastUpdatedBy>
  <LastUpdatedDate>2024-03-28T12:02:47.0750853-04:00</LastUpdatedDate>
  <LineItems>
    <CreditMemoLineItem>
      <CustomColumns xmlns:d4p1="http://schemas.datacontract.org/2004/07/BAPI.Models.Core">
        <d4p1:CustomColumn>
          <d4p1:FieldType xmlns:d6p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
            <d6p1:_x003C_Id_x003E_k__BackingField>1</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 2</d6p1:_x003C_Name_x003E_k__BackingField>
          </d4p1:FieldType>
          <d4p1:Id>1</d4p1:Id>
          <d4p1:IsRequired>true</d4p1:IsRequired>
          <d4p1:Name>sample string 2</d4p1:Name>
          <d4p1:SourceId>3</d4p1:SourceId>
          <d4p1:Value>sample string 4</d4p1:Value>
          <d4p1:ValueText>sample string 5</d4p1:ValueText>
        </d4p1:CustomColumn>
        <d4p1:CustomColumn>
          <d4p1:FieldType xmlns:d6p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
            <d6p1:_x003C_Id_x003E_k__BackingField>1</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 2</d6p1:_x003C_Name_x003E_k__BackingField>
          </d4p1:FieldType>
          <d4p1:Id>1</d4p1:Id>
          <d4p1:IsRequired>true</d4p1:IsRequired>
          <d4p1:Name>sample string 2</d4p1:Name>
          <d4p1:SourceId>3</d4p1:SourceId>
          <d4p1:Value>sample string 4</d4p1:Value>
          <d4p1:ValueText>sample string 5</d4p1:ValueText>
        </d4p1:CustomColumn>
      </CustomColumns>
      <Description>sample string 2</Description>
      <FulfillmentDate>2024-03-28T12:02:47.0750853-04:00</FulfillmentDate>
      <GLAccount xmlns:d4p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
        <d4p1:_x003C_Id_x003E_k__BackingField>1</d4p1:_x003C_Id_x003E_k__BackingField>
        <d4p1:_x003C_Name_x003E_k__BackingField>sample string 2</d4p1:_x003C_Name_x003E_k__BackingField>
      </GLAccount>
      <GLCategory xmlns:d4p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
        <d4p1:_x003C_Id_x003E_k__BackingField>1</d4p1:_x003C_Id_x003E_k__BackingField>
        <d4p1:_x003C_Name_x003E_k__BackingField>sample string 2</d4p1:_x003C_Name_x003E_k__BackingField>
      </GLCategory>
      <Id>1</Id>
      <Item xmlns:d4p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
        <d4p1:_x003C_Id_x003E_k__BackingField>1</d4p1:_x003C_Id_x003E_k__BackingField>
        <d4p1:_x003C_Name_x003E_k__BackingField>sample string 2</d4p1:_x003C_Name_x003E_k__BackingField>
      </Item>
      <ItemGroupLineItems>
        <CreditMemoItemGroupLineItem>
          <GLCategory xmlns:d6p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
            <d6p1:_x003C_Id_x003E_k__BackingField>1</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 2</d6p1:_x003C_Name_x003E_k__BackingField>
          </GLCategory>
          <Id>1</Id>
          <Item xmlns:d6p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
            <d6p1:_x003C_Id_x003E_k__BackingField>1</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 2</d6p1:_x003C_Name_x003E_k__BackingField>
          </Item>
          <Location xmlns:d6p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
            <d6p1:_x003C_Id_x003E_k__BackingField>1</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 2</d6p1:_x003C_Name_x003E_k__BackingField>
          </Location>
          <Price>3</Price>
          <Qty>2</Qty>
          <UnitOfMeasure xmlns:d6p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core">
            <d6p1:_x003C_Id_x003E_k__BackingField>2</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 3</d6p1:_x003C_Name_x003E_k__BackingField>
            <d6p1:ExtendedName>sample string 1</d6p1:ExtendedName>
          </UnitOfMeasure>
        </CreditMemoItemGroupLineItem>
        <CreditMemoItemGroupLineItem>
          <GLCategory xmlns:d6p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
            <d6p1:_x003C_Id_x003E_k__BackingField>1</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 2</d6p1:_x003C_Name_x003E_k__BackingField>
          </GLCategory>
          <Id>1</Id>
          <Item xmlns:d6p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
            <d6p1:_x003C_Id_x003E_k__BackingField>1</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 2</d6p1:_x003C_Name_x003E_k__BackingField>
          </Item>
          <Location xmlns:d6p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
            <d6p1:_x003C_Id_x003E_k__BackingField>1</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 2</d6p1:_x003C_Name_x003E_k__BackingField>
          </Location>
          <Price>3</Price>
          <Qty>2</Qty>
          <UnitOfMeasure xmlns:d6p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core">
            <d6p1:_x003C_Id_x003E_k__BackingField>2</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 3</d6p1:_x003C_Name_x003E_k__BackingField>
            <d6p1:ExtendedName>sample string 1</d6p1:ExtendedName>
          </UnitOfMeasure>
        </CreditMemoItemGroupLineItem>
      </ItemGroupLineItems>
      <Location xmlns:d4p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
        <d4p1:_x003C_Id_x003E_k__BackingField>1</d4p1:_x003C_Id_x003E_k__BackingField>
        <d4p1:_x003C_Name_x003E_k__BackingField>sample string 2</d4p1:_x003C_Name_x003E_k__BackingField>
      </Location>
      <Price>4</Price>
      <Qty>3</Qty>
      <ShippingPrice>5</ShippingPrice>
      <Taxable>true</Taxable>
      <UnitOfMeasure xmlns:d4p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core">
        <d4p1:_x003C_Id_x003E_k__BackingField>2</d4p1:_x003C_Id_x003E_k__BackingField>
        <d4p1:_x003C_Name_x003E_k__BackingField>sample string 3</d4p1:_x003C_Name_x003E_k__BackingField>
        <d4p1:ExtendedName>sample string 1</d4p1:ExtendedName>
      </UnitOfMeasure>
    </CreditMemoLineItem>
    <CreditMemoLineItem>
      <CustomColumns xmlns:d4p1="http://schemas.datacontract.org/2004/07/BAPI.Models.Core">
        <d4p1:CustomColumn>
          <d4p1:FieldType xmlns:d6p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
            <d6p1:_x003C_Id_x003E_k__BackingField>1</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 2</d6p1:_x003C_Name_x003E_k__BackingField>
          </d4p1:FieldType>
          <d4p1:Id>1</d4p1:Id>
          <d4p1:IsRequired>true</d4p1:IsRequired>
          <d4p1:Name>sample string 2</d4p1:Name>
          <d4p1:SourceId>3</d4p1:SourceId>
          <d4p1:Value>sample string 4</d4p1:Value>
          <d4p1:ValueText>sample string 5</d4p1:ValueText>
        </d4p1:CustomColumn>
        <d4p1:CustomColumn>
          <d4p1:FieldType xmlns:d6p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
            <d6p1:_x003C_Id_x003E_k__BackingField>1</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 2</d6p1:_x003C_Name_x003E_k__BackingField>
          </d4p1:FieldType>
          <d4p1:Id>1</d4p1:Id>
          <d4p1:IsRequired>true</d4p1:IsRequired>
          <d4p1:Name>sample string 2</d4p1:Name>
          <d4p1:SourceId>3</d4p1:SourceId>
          <d4p1:Value>sample string 4</d4p1:Value>
          <d4p1:ValueText>sample string 5</d4p1:ValueText>
        </d4p1:CustomColumn>
      </CustomColumns>
      <Description>sample string 2</Description>
      <FulfillmentDate>2024-03-28T12:02:47.0750853-04:00</FulfillmentDate>
      <GLAccount xmlns:d4p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
        <d4p1:_x003C_Id_x003E_k__BackingField>1</d4p1:_x003C_Id_x003E_k__BackingField>
        <d4p1:_x003C_Name_x003E_k__BackingField>sample string 2</d4p1:_x003C_Name_x003E_k__BackingField>
      </GLAccount>
      <GLCategory xmlns:d4p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
        <d4p1:_x003C_Id_x003E_k__BackingField>1</d4p1:_x003C_Id_x003E_k__BackingField>
        <d4p1:_x003C_Name_x003E_k__BackingField>sample string 2</d4p1:_x003C_Name_x003E_k__BackingField>
      </GLCategory>
      <Id>1</Id>
      <Item xmlns:d4p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
        <d4p1:_x003C_Id_x003E_k__BackingField>1</d4p1:_x003C_Id_x003E_k__BackingField>
        <d4p1:_x003C_Name_x003E_k__BackingField>sample string 2</d4p1:_x003C_Name_x003E_k__BackingField>
      </Item>
      <ItemGroupLineItems>
        <CreditMemoItemGroupLineItem>
          <GLCategory xmlns:d6p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
            <d6p1:_x003C_Id_x003E_k__BackingField>1</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 2</d6p1:_x003C_Name_x003E_k__BackingField>
          </GLCategory>
          <Id>1</Id>
          <Item xmlns:d6p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
            <d6p1:_x003C_Id_x003E_k__BackingField>1</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 2</d6p1:_x003C_Name_x003E_k__BackingField>
          </Item>
          <Location xmlns:d6p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
            <d6p1:_x003C_Id_x003E_k__BackingField>1</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 2</d6p1:_x003C_Name_x003E_k__BackingField>
          </Location>
          <Price>3</Price>
          <Qty>2</Qty>
          <UnitOfMeasure xmlns:d6p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core">
            <d6p1:_x003C_Id_x003E_k__BackingField>2</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 3</d6p1:_x003C_Name_x003E_k__BackingField>
            <d6p1:ExtendedName>sample string 1</d6p1:ExtendedName>
          </UnitOfMeasure>
        </CreditMemoItemGroupLineItem>
        <CreditMemoItemGroupLineItem>
          <GLCategory xmlns:d6p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
            <d6p1:_x003C_Id_x003E_k__BackingField>1</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 2</d6p1:_x003C_Name_x003E_k__BackingField>
          </GLCategory>
          <Id>1</Id>
          <Item xmlns:d6p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
            <d6p1:_x003C_Id_x003E_k__BackingField>1</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 2</d6p1:_x003C_Name_x003E_k__BackingField>
          </Item>
          <Location xmlns:d6p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
            <d6p1:_x003C_Id_x003E_k__BackingField>1</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 2</d6p1:_x003C_Name_x003E_k__BackingField>
          </Location>
          <Price>3</Price>
          <Qty>2</Qty>
          <UnitOfMeasure xmlns:d6p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core">
            <d6p1:_x003C_Id_x003E_k__BackingField>2</d6p1:_x003C_Id_x003E_k__BackingField>
            <d6p1:_x003C_Name_x003E_k__BackingField>sample string 3</d6p1:_x003C_Name_x003E_k__BackingField>
            <d6p1:ExtendedName>sample string 1</d6p1:ExtendedName>
          </UnitOfMeasure>
        </CreditMemoItemGroupLineItem>
      </ItemGroupLineItems>
      <Location xmlns:d4p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
        <d4p1:_x003C_Id_x003E_k__BackingField>1</d4p1:_x003C_Id_x003E_k__BackingField>
        <d4p1:_x003C_Name_x003E_k__BackingField>sample string 2</d4p1:_x003C_Name_x003E_k__BackingField>
      </Location>
      <Price>4</Price>
      <Qty>3</Qty>
      <ShippingPrice>5</ShippingPrice>
      <Taxable>true</Taxable>
      <UnitOfMeasure xmlns:d4p1="http://schemas.datacontract.org/2004/07/BBM.BLL.Core">
        <d4p1:_x003C_Id_x003E_k__BackingField>2</d4p1:_x003C_Id_x003E_k__BackingField>
        <d4p1:_x003C_Name_x003E_k__BackingField>sample string 3</d4p1:_x003C_Name_x003E_k__BackingField>
        <d4p1:ExtendedName>sample string 1</d4p1:ExtendedName>
      </UnitOfMeasure>
    </CreditMemoLineItem>
  </LineItems>
  <Memo>sample string 5</Memo>
  <Order xmlns:d2p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
    <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
    <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField>
  </Order>
  <Reviewed>true</Reviewed>
  <ReviewedBy xmlns:d2p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
    <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
    <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField>
  </ReviewedBy>
  <ShipToLocation xmlns:d2p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
    <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
    <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField>
  </ShipToLocation>
  <Status xmlns:d2p1="http://schemas.datacontract.org/2004/07/Striven.Common.Models">
    <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
    <d2p1:_x003C_Name_x003E_k__BackingField>sample string 2</d2p1:_x003C_Name_x003E_k__BackingField>
  </Status>
  <TaxId>6</TaxId>
  <TxnDate>2024-03-28T12:02:47.0750853-04:00</TxnDate>
  <TxnNumber>sample string 2</TxnNumber>
</CreditMemo>