C# 클래스 inBloomApiLibrary.ReportCardDataService

상속: ServiceBase
파일 보기 프로젝트 열기: upeo/inbloom-dotnet

공개 메소드들

메소드 설명
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