# Ally.Couriers

#### Назначение: 

Курьеры

---

#### Записывает в таблицы:

- user
- user\_profile

---

#### Структура JSON:

```json
{
  "type":
  "source":
  "operation":
  "key": {
    "id":
  },
  "value": {
    "id":
    "INN":
    "Name":
    "postId":
    "organization":
    "jobtype":
    "phone":
    "curatorId":
    "active":
  }
}
```