POST api/invoice/{identifier}/detail/{id}/match/{guid}
Replace the created product of an invoice detail line with a specified product.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
identifier |
Invoice identifier |
globally unique identifier |
Required |
id |
Invoice detail identifier |
globally unique identifier |
Required |
guid |
Product identifier |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
None.