Заголовки запроса:
POST /PostTimeTable HTTP/2
Host: domostom.ru
content-type: application/json
accept: application/json
content-length: 502


Тело запроса:
{
    "Doctors": [
        {
            "Id": 2129,
            "Name": "Иванов Виталий Сергеевич"
        }
    ],
    "Branches": [
        {
            "Id": 1,
            "Name": "Филиал в г. Санкт-Петербург"
        }
    ],
    "Intervals": [
        {
            "DoctorId": 2129,
            "BranchId": 1,
            "StartDateTime": "2019-03-27T16:45:00+03:00",
            "LengthInMinutes": 255,
            "IsBusy": false
        }
    ]
}
Код ответа: 301

============================================
Ответ сервера:


301 Moved Permanently

Moved Permanently

The document has moved here.