POST api/SmatBot/GetInnovId

Request Information

URI Parameters

None.

Body Parameters

InnovIdRequestModel
NameDescriptionTypeAdditional information
Mobile

string

None.

UserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Mobile": "sample string 1",
  "UserId": "sample string 2"
}

application/xml, text/xml

Sample:
<InnovIdRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigiOneAPI.Models">
  <Mobile>sample string 1</Mobile>
  <UserId>sample string 2</UserId>
</InnovIdRequestModel>

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 'InnovIdRequestModel'.

Response Information

Resource Description

InnovIdResponseModel
NameDescriptionTypeAdditional information
InnovId

string

None.

Status

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "InnovId": "sample string 1",
  "Status": "sample string 2",
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<InnovIdResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigiOneAPI.Models">
  <InnovId>sample string 1</InnovId>
  <Message>sample string 3</Message>
  <Status>sample string 2</Status>
</InnovIdResponseModel>