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": "a288e414-77ec-43ec-8e0d-589f5875f355",
"ProductName": "sample string 2",
"UserId": "f06a6b69-334b-4c99-a8e5-e70f360fae63"
}
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>a288e414-77ec-43ec-8e0d-589f5875f355</OldProductId> <ProductName>sample string 2</ProductName> <UserId>f06a6b69-334b-4c99-a8e5-e70f360fae63</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. |