POST api/SRAI/GoogleSignup

Request Information

URI Parameters

None.

Body Parameters

GoogleSignupRequest
NameDescriptionTypeAdditional information
ObjectId

string

None.

Email

string

None.

Name

string

None.

PlanId

integer

None.

TimeZone

string

None.

ContactNumber

string

None.

NPI

string

None.

SSOType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "objectId": "sample string 1",
  "email": "sample string 2",
  "name": "sample string 3",
  "planId": 4,
  "timeZone": "sample string 5",
  "contactNumber": "sample string 6",
  "npi": "sample string 7",
  "ssoType": "sample string 8"
}

application/xml, text/xml

Sample:
<GoogleSignupRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO">
  <ContactNumber>sample string 6</ContactNumber>
  <Email>sample string 2</Email>
  <NPI>sample string 7</NPI>
  <Name>sample string 3</Name>
  <ObjectId>sample string 1</ObjectId>
  <PlanId>4</PlanId>
  <SSOType>sample string 8</SSOType>
  <TimeZone>sample string 5</TimeZone>
</GoogleSignupRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GoogleSignupRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.