# Ally.CouriersDocument

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

Документы курьеров

---

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

- documents

---

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

```json
{
  "type":
  "source":
  "operation":
  "value": {
    "id":
    "courierId":
    "documentType":
    "dateOfIssue":
  }
}
```