POST getProductFieldsByProductNew
Request Information
URI Parameters
None.
Body Parameters
ProductNewLangModelName | Description | Type | Additional information |
---|---|---|---|
ProductId | globally unique identifier |
None. |
|
CountryId | string |
None. |
|
Lang | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductId": "b5a64a1e-f370-4748-a807-1b9c2a3aa82e", "CountryId": "sample string 2", "Lang": "sample string 3" }
application/xml, text/xml
Sample:
<ProductNewLangModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbbApi.Models"> <CountryId>sample string 2</CountryId> <Lang>sample string 3</Lang> <ProductId>b5a64a1e-f370-4748-a807-1b9c2a3aa82e</ProductId> </ProductNewLangModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |