GET api/PriceListsController/GetEmptyFreeOper

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

FreeOper
NameDescriptionTypeAdditional information
line_code

integer

None.

business_branch_code

integer

Required

insur_code

integer

Required

oper_code

integer

Required

discount_oper_code

integer

Required

discount_business_branch_code

integer

Required

time_back

integer

Required

period

string

Required

Matching regular expression pattern: ^[md]{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:
{
  "line_code": 1,
  "business_branch_code": 2,
  "insur_code": 3,
  "oper_code": 4,
  "discount_oper_code": 5,
  "discount_business_branch_code": 6,
  "time_back": 7,
  "period": "sample string 8",
  "interface_code": "sample string 9",
  "old_code": 1
}

application/xml, text/xml

Sample:
<FreeOper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog">
  <business_branch_code>2</business_branch_code>
  <discount_business_branch_code>6</discount_business_branch_code>
  <discount_oper_code>5</discount_oper_code>
  <insur_code>3</insur_code>
  <interface_code>sample string 9</interface_code>
  <line_code>1</line_code>
  <old_code>1</old_code>
  <oper_code>4</oper_code>
  <period>sample string 8</period>
  <time_back>7</time_back>
</FreeOper>

application/bson

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