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": "ad3ab5f1-395a-4f36-bc3d-e72f26619443",
"ProductName": "sample string 2",
"UserId": "d599a3f3-e90e-40ff-b90f-ecc5a79e400b"
}
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>ad3ab5f1-395a-4f36-bc3d-e72f26619443</OldProductId> <ProductName>sample string 2</ProductName> <UserId>d599a3f3-e90e-40ff-b90f-ecc5a79e400b</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. |