Creates a new RMA Request Item.
Name | Description | Additional information |
---|---|---|
model | The model of the RMA Request Item. |
Define this parameter in the request body. |
{
"OrderLineItemID": 1,
"OrderID": 1,
"ProductNum": "sample string 1",
"Name": "sample string 2",
"Description": "sample string 3",
"MaxQuantity": 1.0,
"Price": 1.0,
"SKU": "sample string 4",
"DiscountAmount": 1.0,
"ShippingCost": 1.0,
"PromoDescription": "sample string 5",
"SalesTax": 1.0,
"RMAMaxQuantity": 1.0,
"RMAQuantity": 1.0,
"IsReturnable": true,
"IsReceived": true,
"ReasonForReturnId": 1,
"TaxCost": 1.0,
"SubTotal": 1.0,
"Total": 1.0,
"ReasonforReturn": "sample string 6",
"RMARequestId": 1,
"RMARequestItemID": 7,
"AccountID": 8,
"GCExpirationPeriod": 1,
"Quantity": 1.0,
"GiftCardId": 1,
"TransactionId": "sample string 9"
}