DELETE api/product/{guid}/supplier/{id}/invoice/{code}
Remove supplier invoicing code from product record
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Supplier identifier |
globally unique identifier |
Required |
guid |
Product identifier |
globally unique identifier |
Required |
code |
Invoicing Code |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
None.