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": "7a3b288e-d95a-470c-b38c-42ab72df68f5",
"ProductName": "sample string 2",
"UserId": "e0420414-33b7-4b1b-82b7-8c75eef6b1de"
}
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>7a3b288e-d95a-470c-b38c-42ab72df68f5</OldProductId> <ProductName>sample string 2</ProductName> <UserId>e0420414-33b7-4b1b-82b7-8c75eef6b1de</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. |