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": "55e65fb5-53bc-4e1e-8f99-46b0506417b5",
"ProductName": "sample string 2",
"UserId": "ede95d26-8242-4801-a9b5-83a2b6f69684"
}
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>55e65fb5-53bc-4e1e-8f99-46b0506417b5</OldProductId> <ProductName>sample string 2</ProductName> <UserId>ede95d26-8242-4801-a9b5-83a2b6f69684</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. |