POST api/TablesManagement/ADUExpensesIncomeClause?pType={pType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pType

string

Required

Body Parameters

ExpensesIncomeClause
NameDescriptionTypeAdditional information
code

integer

None.

name

string

Required

String length: inclusive between 0 and 30

type

string

Required

Matching regular expression pattern: ^[123]{1}$

String length: inclusive between 0 and 1

active

string

Required

Matching regular expression pattern: ^[yn]{1}$

String length: inclusive between 0 and 1

interface_code

string

String length: inclusive between 0 and 10

old_code

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "code": 1,
  "name": "sample string 2",
  "type": "sample string 3",
  "active": "sample string 4",
  "interface_code": "sample string 5",
  "old_code": 1
}

application/xml, text/xml

Sample:
<ExpensesIncomeClause xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog">
  <active>sample string 4</active>
  <code>1</code>
  <interface_code>sample string 5</interface_code>
  <name>sample string 2</name>
  <old_code>1</old_code>
  <type>sample string 3</type>
</ExpensesIncomeClause>

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

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

ExpensesIncomeClause
NameDescriptionTypeAdditional information
code

integer

None.

name

string

Required

String length: inclusive between 0 and 30

type

string

Required

Matching regular expression pattern: ^[123]{1}$

String length: inclusive between 0 and 1

active

string

Required

Matching regular expression pattern: ^[yn]{1}$

String length: inclusive between 0 and 1

interface_code

string

String length: inclusive between 0 and 10

old_code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "name": "sample string 2",
  "type": "sample string 3",
  "active": "sample string 4",
  "interface_code": "sample string 5",
  "old_code": 1
}

application/xml, text/xml

Sample:
<ExpensesIncomeClause xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog">
  <active>sample string 4</active>
  <code>1</code>
  <interface_code>sample string 5</interface_code>
  <name>sample string 2</name>
  <old_code>1</old_code>
  <type>sample string 3</type>
</ExpensesIncomeClause>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.