GET Test/TestFoo
Request Information
URI Parameters
None.
Body Parameters
MLProductStockInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| codeMlbs | Collection of string |
None. |
|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| movementType | string |
None. |
|
| inventoryId | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"codeMlbs": [
"sample string 1",
"sample string 2"
],
"startDate": "2025-10-27T20:44:19.6954404+00:00",
"endDate": "2025-10-27T20:44:19.6954404+00:00",
"movementType": "sample string 3",
"inventoryId": "sample string 4"
}
application/xml, text/xml
Sample:
<MLProductStockInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPIHUB.Models.Mercado_Livre">
<CodeMlbs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</CodeMlbs>
<EndDate>2025-10-27T20:44:19.6954404+00:00</EndDate>
<InventoryId>sample string 4</InventoryId>
<MovementType>sample string 3</MovementType>
<StartDate>2025-10-27T20:44:19.6954404+00:00</StartDate>
</MLProductStockInfo>
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. |