Untitled

 avatar
unknown
plain_text
2 years ago
903 B
4
Indexable
{
    "offer_product": 339,
    "company": 123,
    "delivery_from": "2023-01-01T07:20:00Z",
    "delivery_till": "2023-01-03T07:20:00Z",
    "volume_total": 1000,
    "is_agree": false,
    "tolerance": 3,
    "points": [
        {
            "id": "e_121",
            "volume_total": 1010,
            "period": [
                {
                    "date": "2023-06-01",
                    "volume": 333,
                    "isActive": true,
                    "weekday": 3
                },
                {
                    "date": "2023-06-02",
                    "volume": 333,
                    "isActive": true,
                    "weekday": 4
                },
                {
                    "date": "2023-06-03",
                    "volume": 334,
                    "isActive": true,
                    "weekday": 5
                }
            ]
        }
    ]
}
Editor is loading...