GET VouchersCustomFieldsConfigurations

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

VouchersCustomFieldsConfigurationDto
NameDescriptionTypeAdditional information
EnableCustom1

boolean

None.

EnableCustom2

boolean

None.

EnableCustom3

boolean

None.

EnableCustom4

boolean

None.

LabelCustom1

string

None.

LabelCustom2

string

None.

LabelCustom3

string

None.

LabelCustom4

string

None.

Response Formats

application/json, text/json

Sample:
{
  "EnableCustom1": true,
  "EnableCustom2": true,
  "EnableCustom3": true,
  "EnableCustom4": true,
  "LabelCustom1": "sample string 5",
  "LabelCustom2": "sample string 6",
  "LabelCustom3": "sample string 7",
  "LabelCustom4": "sample string 8"
}

application/xml, text/xml

Sample:
<VouchersCustomFieldsConfigurationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model.Vouchers">
  <EnableCustom1>true</EnableCustom1>
  <EnableCustom2>true</EnableCustom2>
  <EnableCustom3>true</EnableCustom3>
  <EnableCustom4>true</EnableCustom4>
  <LabelCustom1>sample string 5</LabelCustom1>
  <LabelCustom2>sample string 6</LabelCustom2>
  <LabelCustom3>sample string 7</LabelCustom3>
  <LabelCustom4>sample string 8</LabelCustom4>
</VouchersCustomFieldsConfigurationDto>