POST saveDuplicatedProduct
Request Information
URI Parameters
None.
Body Parameters
DuplicateProductModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OldProductId | globally unique identifier |
None. |
|
| ProductName | string |
None. |
|
| UserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"OldProductId": "ced6b56c-28a2-4235-b753-ddcabb934dda",
"ProductName": "sample string 2",
"UserId": "dd50c1f2-6635-47fb-9b9a-961b455998cf"
}
application/xml, text/xml
Sample:
<DuplicateProductModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbbApi.Models"> <OldProductId>ced6b56c-28a2-4235-b753-ddcabb934dda</OldProductId> <ProductName>sample string 2</ProductName> <UserId>dd50c1f2-6635-47fb-9b9a-961b455998cf</UserId> </DuplicateProductModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |