POST Save price

POST Save price don't work, the fields validFrom and validTo

don' t take the value sent.

Url:http://rnb.{{environment}}.com.br/api/pricing/pvt/price-sheet/?an={{accountName}}

Example Post:

[

{

"itemId": 518400,

"salesChannel": 1,

"sellerId": "1",

"price": 104957.98,

"listPrice": 125966.39,

"validFrom": "2017-01-01T03:00:00",

"validTo": "2018-01-01T03:00:00"

}

]

Return:

[

{

"id": 518400,

"itemId": 518400,

"salesChannel": 1,

"sellerId": "1",

"price": 104957.98,

"listPrice": 125966.39,

"validFrom": "1900-01-01T03:00:00",

"validTo": "4000-01-01T03:00:00",

"lastUpdate": "2017-08-15T17:22:12.7006",

"hash": "5184005184001104957.98125966.391/1/1900 3:00:00 AM1/1/4000 3:00:00 AM8/15/2017 5:22:12 PM"

}

]

Regards.

Hi @fabian reyes, Try this: "validFrom": "2016-01-01T02:00:00Z", "validTo": "2017-01-01T02:00:00Z" Regards