POST api/Customer?adminId={adminId}&projectId={projectId}&from={from}&to={to}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
adminId

string

Required

projectId

integer

Required

from

date

Required

to

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ExcelReferencesReport
NameDescriptionTypeAdditional information
Продвигаемая_страница

string

None.

Ссылка_на_пост

string

None.

Дата_размещения_поста

string

None.

Комментарий

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "продвигаемая_страница": "sample string 1",
    "ссылка_на_пост": "sample string 2",
    "дата_размещения_поста": "sample string 3",
    "комментарий": "sample string 4"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfExcelReferencesReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraudWezom_v1.Controllers.Customer">
  <ExcelReferencesReport>
    <Дата_размещения_поста>sample string 3</Дата_размещения_поста>
    <Комментарий>sample string 4</Комментарий>
    <Продвигаемая_страница>sample string 1</Продвигаемая_страница>
    <Ссылка_на_пост>sample string 2</Ссылка_на_пост>
  </ExcelReferencesReport>
  <ExcelReferencesReport>
    <Дата_размещения_поста>sample string 3</Дата_размещения_поста>
    <Комментарий>sample string 4</Комментарий>
    <Продвигаемая_страница>sample string 1</Продвигаемая_страница>
    <Ссылка_на_пост>sample string 2</Ссылка_на_пост>
  </ExcelReferencesReport>
</ArrayOfExcelReferencesReport>