PUT quote/modalityconfiguration/type

Change modality config type

Request Information

URI Parameters

None.

Body Parameters

Lluni.Models.Common.Global.Quote.ModalityConfigurationType
NameDescriptionTypeAdditional information
ModalityConfigurationTypeId

integer

None.

Description

string

None.

InternalType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ModalityConfigurationTypeId": 1,
  "Description": "sample string 2",
  "InternalType": "sample string 3"
}

application/xml, text/xml

Sample:
<ModalityConfigurationType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lluni.Models.Common.Global.Quote">
  <Description>sample string 2</Description>
  <InternalType>sample string 3</InternalType>
  <ModalityConfigurationTypeId>1</ModalityConfigurationTypeId>
</ModalityConfigurationType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.