POST Salesboard/InsertSpeedometerData?ApiKey={ApiKey}&EncryptionKey={EncryptionKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ApiKey

string

Required

EncryptionKey

string

Required

Body Parameters

SpeedometerDTO
NameDescriptionTypeAdditional information
Department

integer

None.

Periode

integer

None.

Budget

string

None.

Budget_text

string

None.

Goal

string

None.

Goal_text

string

None.

ShowSpeedometer

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "department": 1,
  "periode": 2,
  "budget": "sample string 3",
  "budget_text": "sample string 4",
  "goal": "sample string 5",
  "goal_text": "sample string 6",
  "showSpeedometer": 7
}

application/xml, text/xml

Sample:
<SpeedometerDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataTransferObjects.Salesboard">
  <Budget>sample string 3</Budget>
  <Budget_text>sample string 4</Budget_text>
  <Department>1</Department>
  <Goal>sample string 5</Goal>
  <Goal_text>sample string 6</Goal_text>
  <Periode>2</Periode>
  <ShowSpeedometer>7</ShowSpeedometer>
</SpeedometerDTO>

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

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.