Answer the question
In order to leave comments, you need to log in
Why does AmoCRM incorrectly accept the date?
I send the following JSON to amoCRM.
[
{
"id": 53814890,
"custom_fields_values": [
{
"field_id": 1961338,
"values": [
{
"value": "testURL"
}
]
},
{
"field_id": 1961340,
"values": [
{
"value": 0
}
]
},
{
"field_id": 1961358,
"values": [
{
"value": 1641896887
}
]
}
]
}
]
{
"field_id": 1961358,
"field_name": "Дата последнего изменения любого из вышеописанных атрибутов по кабинету",
"field_code": null,
"field_type": "date",
"values": [
{
"value": 1641848400
}
]
}
Answer the question
In order to leave comments, you need to log in
You have a Date field type - amoCRM cuts off extra seconds, that is, you pass 01/11/2022, 13:28:07, and amo leaves 01/11/2022, 00:00:00
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question