POST Frete/MeliProduct/ContaConjunta/{sku}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sku | string |
Required |
Body Parameters
MLMapSkuMlbContaConjunta| Name | Description | Type | Additional information |
|---|---|---|---|
| CodeMLB | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CodeMLB": "sample string 1"
}
application/xml, text/xml
Sample:
<MLMapSkuMlbContaConjunta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPIHUB.Models.Mercado_Livre"> <CodeMLB>sample string 1</CodeMLB> </MLMapSkuMlbContaConjunta>
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. |