POST Frete/GetMlbsStockHistory

Request Information

URI Parameters

None.

Body Parameters

MLProductStockInfo
NameDescriptionTypeAdditional 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": "2024-10-01T04:00:09.7882064+00:00",
  "endDate": "2024-10-01T04:00:09.7882064+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>2024-10-01T04:00:09.7882064+00:00</EndDate>
  <InventoryId>sample string 4</InventoryId>
  <MovementType>sample string 3</MovementType>
  <StartDate>2024-10-01T04:00:09.7882064+00:00</StartDate>
</MLProductStockInfo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MLProductStockInfo'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.