POST Api/General/setup/TimeAllocation_Add

Request Information

URI Parameters

None.

Body Parameters

OPEX_TIME_ALLOCATION_BUD_Add
NameDescriptionTypeAdditional information
ID

integer

None.

SOURCE

string

None.

BASISCAPTION

string

None.

TARGET

string

None.

DESCRIPTION

string

None.

RATIO

decimal number

None.

TEMPLATE

string

None.

SN

integer

None.

TOTAL

string

None.

type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "SOURCE": "sample string 2",
  "BASISCAPTION": "sample string 3",
  "TARGET": "sample string 4",
  "DESCRIPTION": "sample string 5",
  "RATIO": 1.0,
  "TEMPLATE": "sample string 6",
  "SN": 1,
  "TOTAL": "sample string 7",
  "type": "sample string 8"
}

text/html

Sample:
{"ID":1,"SOURCE":"sample string 2","BASISCAPTION":"sample string 3","TARGET":"sample string 4","DESCRIPTION":"sample string 5","RATIO":1.0,"TEMPLATE":"sample string 6","SN":1,"TOTAL":"sample string 7","type":"sample string 8"}

application/xml, text/xml

Sample:
<OPEX_TIME_ALLOCATION_BUD_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Setup">
  <BASISCAPTION>sample string 3</BASISCAPTION>
  <DESCRIPTION>sample string 5</DESCRIPTION>
  <ID>1</ID>
  <RATIO>1</RATIO>
  <SN>1</SN>
  <SOURCE>sample string 2</SOURCE>
  <TARGET>sample string 4</TARGET>
  <TEMPLATE>sample string 6</TEMPLATE>
  <TOTAL>sample string 7</TOTAL>
  <type>sample string 8</type>
</OPEX_TIME_ALLOCATION_BUD_Add>

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.