POST api/KeyAdmin?adminId={adminId}&projectId={projectId}&from={from}&to={to}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| adminId | string |
Required |
|
| projectId | integer |
Required |
|
| from | date |
Required |
|
| to | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of KeysWithReferencesList| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | string |
None. |
|
| Reference | string |
None. |
|
| Anchor | string |
None. |
|
| AddDateKey | string |
None. |
|
| ReferenceOnPost | string |
None. |
|
| AddDateFromCRM | string |
None. |
|
| Последняя_Проверка_Роботом | string |
None. |
|
| Status | string |
None. |
|
| Paid | string |
None. |
|
| WithLink | string |
None. |
|
| CRM | string |
None. |
|
| Цена | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"key": "sample string 1",
"reference": "sample string 2",
"anchor": "sample string 3",
"addDateKey": "sample string 4",
"referenceOnPost": "sample string 5",
"addDateFromCRM": "sample string 6",
"последняя_Проверка_Роботом": "sample string 7",
"status": "sample string 8",
"paid": "sample string 9",
"withLink": "sample string 10",
"crm": "sample string 11",
"цена": 12.0
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfKeysWithReferencesList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraudWezom_v1.Models.Keys">
<KeysWithReferencesList>
<AddDateFromCRM>sample string 6</AddDateFromCRM>
<AddDateKey>sample string 4</AddDateKey>
<Anchor>sample string 3</Anchor>
<CRM>sample string 11</CRM>
<Key>sample string 1</Key>
<Paid>sample string 9</Paid>
<Reference>sample string 2</Reference>
<ReferenceOnPost>sample string 5</ReferenceOnPost>
<Status>sample string 8</Status>
<WithLink>sample string 10</WithLink>
<Последняя_Проверка_Роботом>sample string 7</Последняя_Проверка_Роботом>
<Цена>12</Цена>
</KeysWithReferencesList>
<KeysWithReferencesList>
<AddDateFromCRM>sample string 6</AddDateFromCRM>
<AddDateKey>sample string 4</AddDateKey>
<Anchor>sample string 3</Anchor>
<CRM>sample string 11</CRM>
<Key>sample string 1</Key>
<Paid>sample string 9</Paid>
<Reference>sample string 2</Reference>
<ReferenceOnPost>sample string 5</ReferenceOnPost>
<Status>sample string 8</Status>
<WithLink>sample string 10</WithLink>
<Последняя_Проверка_Роботом>sample string 7</Последняя_Проверка_Роботом>
<Цена>12</Цена>
</KeysWithReferencesList>
</ArrayOfKeysWithReferencesList>