C# Класс inBloomApiLibrary.ReportCardDataService

Наследование: ServiceBase
Показать файл Открыть проект

Открытые методы

Метод Описание
DeleteReportCards ( string accessToken, string reportId ) : string

Deletes Report cards details.

GetReportCardCustom ( string accessToken, string reportId ) : Newtonsoft.Json.Linq.JArray

Gets report card custom details.

GetReportCards ( string accessToken ) : Newtonsoft.Json.Linq.JArray

Gets report cards details.

PostReportCards ( string accessToken, string data ) : string

Creates Report cards details.

PutReportCards ( string accessToken, string data, string reportId ) : string

Updates Report cards details.

Описание методов

DeleteReportCards() публичный Метод

Deletes Report cards details.
public DeleteReportCards ( string accessToken, string reportId ) : string
accessToken string
reportId string
Результат string

GetReportCardCustom() публичный Метод

Gets report card custom details.
public GetReportCardCustom ( string accessToken, string reportId ) : Newtonsoft.Json.Linq.JArray
accessToken string
reportId string
Результат Newtonsoft.Json.Linq.JArray

GetReportCards() публичный Метод

Gets report cards details.
public GetReportCards ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
Результат Newtonsoft.Json.Linq.JArray

PostReportCards() публичный Метод

Creates Report cards details.
public PostReportCards ( string accessToken, string data ) : string
accessToken string
data string
Результат string

PutReportCards() публичный Метод

Updates Report cards details.
public PutReportCards ( string accessToken, string data, string reportId ) : string
accessToken string
data string
reportId string
Результат string