POST Api/MgtAccount/setup/AAA_SubCaption_Add

Request Information

URI Parameters

None.

Body Parameters

AAA_SubCaption_Add
NameDescriptionTypeAdditional information
Sub_Code

string

None.

description

string

None.

Caption_Code

string

None.

Year

string

None.

id

integer

None.

Position

integer

None.

GroupByField

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Sub_Code": "sample string 1",
  "description": "sample string 2",
  "Caption_Code": "sample string 3",
  "Year": "sample string 4",
  "id": 5,
  "Position": 1,
  "GroupByField": "sample string 6"
}

text/html

Sample:
{"Sub_Code":"sample string 1","description":"sample string 2","Caption_Code":"sample string 3","Year":"sample string 4","id":5,"Position":1,"GroupByField":"sample string 6"}

application/xml, text/xml

Sample:
<AAA_SubCaption_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Setup">
  <Caption_Code>sample string 3</Caption_Code>
  <GroupByField>sample string 6</GroupByField>
  <Position>1</Position>
  <Sub_Code>sample string 1</Sub_Code>
  <Year>sample string 4</Year>
  <description>sample string 2</description>
  <id>5</id>
</AAA_SubCaption_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.