POST api/Gateway/PostCanContinue

Request Information

URI Parameters

None.

Body Parameters

Continuation
NameDescriptionTypeAdditional information
Key

string

None.

time

integer

None.

Sc

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Key": "sample string 1",
  "time": 2,
  "Sc": "sample string 3"
}

application/xml, text/xml

Sample:
<Continuation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models">
  <Key>sample string 1</Key>
  <Sc>sample string 3</Sc>
  <time>2</time>
</Continuation>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

TrialResponse
NameDescriptionTypeAdditional information
ResCode

string

None.

Key

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResCode": "sample string 1",
  "Key": "sample string 2"
}

application/xml, text/xml

Sample:
<TrialResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models">
  <Key>sample string 2</Key>
  <ResCode>sample string 1</ResCode>
</TrialResponse>