POST Api/Assessment/GetAssessmentCredits

Request Information

URI Parameters

None.

Body Parameters

AssessmentCompleteRequest
NameDescriptionTypeAdditional information
userId

string

None.

companyId

string

None.

startDate

string

None.

endDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userId": "sample string 1",
  "companyId": "sample string 2",
  "startDate": "sample string 3",
  "endDate": "sample string 4"
}

application/xml, text/xml

Sample:
<AssessmentCompleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGACoreApp">
  <companyId>sample string 2</companyId>
  <endDate>sample string 4</endDate>
  <startDate>sample string 3</startDate>
  <userId>sample string 1</userId>
</AssessmentCompleteRequest>

multipart/form-data

Sample:
<AssessmentCompleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGACoreApp"><companyId>sample string 2</companyId><endDate>sample string 4</endDate><startDate>sample string 3</startDate><userId>sample string 1</userId></AssessmentCompleteRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
Status

string

None.

Message

string

None.

ExceptionMessage

string

None.

creditBalance

string

None.

EmailAddress

string

None.

Password

string

None.

ViewId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Message": "sample string 2",
  "ExceptionMessage": "sample string 3",
  "creditBalance": "sample string 4",
  "EmailAddress": "sample string 5",
  "Password": "sample string 6",
  "ViewId": "sample string 7"
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGACoreApp.Models">
  <EmailAddress>sample string 5</EmailAddress>
  <ExceptionMessage>sample string 3</ExceptionMessage>
  <Message>sample string 2</Message>
  <Password>sample string 6</Password>
  <Status>sample string 1</Status>
  <ViewId>sample string 7</ViewId>
  <creditBalance>sample string 4</creditBalance>
</Response>

multipart/form-data

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGACoreApp.Models"><EmailAddress>sample string 5</EmailAddress><ExceptionMessage>sample string 3</ExceptionMessage><Message>sample string 2</Message><Password>sample string 6</Password><Status>sample string 1</Status><ViewId>sample string 7</ViewId><creditBalance>sample string 4</creditBalance></Response>