POST Api/General/setup/SharedOPEX_Add

Request Information

URI Parameters

None.

Body Parameters

OPEX_SHARED_FINAL_Add
NameDescriptionTypeAdditional information
Mis_COde

string

None.

Type

string

None.

Month1

decimal number

None.

Year

string

None.

Id

integer

None.

Month2

decimal number

None.

Month3

decimal number

None.

Month4

decimal number

None.

Month5

decimal number

None.

Month6

decimal number

None.

Month7

decimal number

None.

Month8

decimal number

None.

Month9

decimal number

None.

Month10

decimal number

None.

Month11

decimal number

None.

Month12

decimal number

None.

BudgetLevel

string

None.

Source

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Mis_COde": "sample string 1",
  "Type": "sample string 2",
  "Month1": 1.0,
  "Year": "sample string 3",
  "Id": 4,
  "Month2": 1.0,
  "Month3": 1.0,
  "Month4": 1.0,
  "Month5": 1.0,
  "Month6": 1.0,
  "Month7": 1.0,
  "Month8": 1.0,
  "Month9": 1.0,
  "Month10": 1.0,
  "Month11": 1.0,
  "Month12": 1.0,
  "BudgetLevel": "sample string 5",
  "Source": "sample string 6"
}

text/html

Sample:
{"Mis_COde":"sample string 1","Type":"sample string 2","Month1":1.0,"Year":"sample string 3","Id":4,"Month2":1.0,"Month3":1.0,"Month4":1.0,"Month5":1.0,"Month6":1.0,"Month7":1.0,"Month8":1.0,"Month9":1.0,"Month10":1.0,"Month11":1.0,"Month12":1.0,"BudgetLevel":"sample string 5","Source":"sample string 6"}

application/xml, text/xml

Sample:
<OPEX_SHARED_FINAL_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Setup">
  <BudgetLevel>sample string 5</BudgetLevel>
  <Id>4</Id>
  <Mis_COde>sample string 1</Mis_COde>
  <Month1>1</Month1>
  <Month10>1</Month10>
  <Month11>1</Month11>
  <Month12>1</Month12>
  <Month2>1</Month2>
  <Month3>1</Month3>
  <Month4>1</Month4>
  <Month5>1</Month5>
  <Month6>1</Month6>
  <Month7>1</Month7>
  <Month8>1</Month8>
  <Month9>1</Month9>
  <Source>sample string 6</Source>
  <Type>sample string 2</Type>
  <Year>sample string 3</Year>
</OPEX_SHARED_FINAL_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.