POST api/quote/{id}/detail/{guid}/refund/{reason}
Mark a quote detail line as being refunded using this refund reason
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
SaleHeaderGuid of the Quote header |
globally unique identifier |
Required |
guid |
Identifier of the Quote detail |
globally unique identifier |
Required |
reason |
G_UID of the RefundReason |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
None.