POST api/Progress/Progress_Details

Request Information

URI Parameters

None.

Body Parameters

ProgressDetails
NameDescriptionTypeAdditional information
Action

string

None.

ProgressID

integer

None.

ProgressDesc

string

None.

ConvChance

integer

None.

StatusID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Action": "sample string 1",
  "ProgressID": 2,
  "ProgressDesc": "sample string 3",
  "ConvChance": 4,
  "StatusID": 5
}

application/xml, text/xml

Sample:
<ProgressDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Model">
  <Action>sample string 1</Action>
  <ConvChance>4</ConvChance>
  <ProgressDesc>sample string 3</ProgressDesc>
  <ProgressID>2</ProgressID>
  <StatusID>5</StatusID>
</ProgressDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.