POST Api/MgtAccount/setup/AAA_TotalLine_Add

Request Information

URI Parameters

None.

Body Parameters

AAA_Total_Line_Add
NameDescriptionTypeAdditional information
id

integer

None.

Caption

string

None.

grouping

integer

None.

Type

string

None.

Year

string

None.

Makeup

string

None.

oldid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "Caption": "sample string 2",
  "grouping": 1,
  "Type": "sample string 3",
  "Year": "sample string 4",
  "Makeup": "sample string 5",
  "oldid": 1
}

text/html

Sample:
{"id":1,"Caption":"sample string 2","grouping":1,"Type":"sample string 3","Year":"sample string 4","Makeup":"sample string 5","oldid":1}

application/xml, text/xml

Sample:
<AAA_Total_Line_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Setup">
  <Caption>sample string 2</Caption>
  <Makeup>sample string 5</Makeup>
  <Type>sample string 3</Type>
  <Year>sample string 4</Year>
  <grouping>1</grouping>
  <id>1</id>
  <oldid>1</oldid>
</AAA_Total_Line_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.