POST api/LumpSum_Values
Request Information
URI Parameters
None.
Body Parameters
LumpSum_ValuesName | Description | Type | Additional information |
---|---|---|---|
KeySeq | integer |
None. |
|
CityName | string |
String length: inclusive between 0 and 50 |
|
StateName | string |
String length: inclusive between 0 and 50 |
|
LodgingRate | decimal number |
None. |
|
Meals | decimal number |
None. |
|
Country | string |
String length: inclusive between 0 and 50 |
|
TypeRecord | string |
String length: inclusive between 0 and 5 |
|
Code | string |
String length: inclusive between 0 and 255 |
|
Description | string |
String length: inclusive between 0 and 255 |
|
Economy | decimal number |
None. |
|
Compact | decimal number |
None. |
|
Midsize | decimal number |
None. |
|
Standard | decimal number |
None. |
|
FullSize | decimal number |
None. |
|
ZipCode | string |
String length: inclusive between 0 and 50 |
|
AirportState | string |
String length: inclusive between 0 and 6 |
|
AirFareOrigin | string |
String length: inclusive between 0 and 50 |
|
AirFareRate | decimal number |
None. |
|
AirFareGroup | integer |
None. |
|
OldStateDesc | string |
String length: inclusive between 0 and 50 |
|
LtCarRentalWeekly | decimal number |
None. |
|
LtCarRentalMonthly | decimal number |
None. |
|
ExtendedStay | decimal number |
None. |
|
SeasonLogic | string |
String length: inclusive between 0 and 2 |
|
Season1Begin | date |
None. |
|
Season1End | date |
None. |
|
Season1Rate | decimal number |
None. |
|
Season2Begin | date |
None. |
|
Season2End | date |
None. |
|
Season2Rate | decimal number |
None. |
|
Season3Begin | date |
None. |
|
Season3End | date |
None. |
|
Season3Rate | decimal number |
None. |
|
Season4Begin | date |
None. |
|
Season4End | date |
None. |
|
Season4Rate | decimal number |
None. |
|
LuxuryFactor | decimal number |
None. |
|
ID | integer |
None. |
Request Formats
application/json, text/json
{ "KeySeq": 1, "CityName": "sample string 2", "StateName": "sample string 3", "LodgingRate": 1.0, "Meals": 1.0, "Country": "sample string 4", "TypeRecord": "sample string 5", "Code": "sample string 6", "Description": "sample string 7", "Economy": 1.0, "Compact": 1.0, "Midsize": 1.0, "Standard": 1.0, "FullSize": 1.0, "ZipCode": "sample string 8", "AirportState": "sample string 9", "AirFareOrigin": "sample string 10", "AirFareRate": 1.0, "AirFareGroup": 1, "OldStateDesc": "sample string 11", "LtCarRentalWeekly": 1.0, "LtCarRentalMonthly": 1.0, "ExtendedStay": 1.0, "SeasonLogic": "sample string 12", "Season1Begin": "2025-05-09T17:39:31.2080249+00:00", "Season1End": "2025-05-09T17:39:31.2080249+00:00", "Season1Rate": 1.0, "Season2Begin": "2025-05-09T17:39:31.2080249+00:00", "Season2End": "2025-05-09T17:39:31.2080249+00:00", "Season2Rate": 1.0, "Season3Begin": "2025-05-09T17:39:31.2080249+00:00", "Season3End": "2025-05-09T17:39:31.2080249+00:00", "Season3Rate": 1.0, "Season4Begin": "2025-05-09T17:39:31.2080249+00:00", "Season4End": "2025-05-09T17:39:31.2080249+00:00", "Season4Rate": 1.0, "LuxuryFactor": 1.0, "ID": 13 }
application/xml, text/xml
<LumpSum_Values xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <AirFareGroup>1</AirFareGroup> <AirFareOrigin>sample string 10</AirFareOrigin> <AirFareRate>1</AirFareRate> <AirportState>sample string 9</AirportState> <CityName>sample string 2</CityName> <Code>sample string 6</Code> <Compact>1</Compact> <Country>sample string 4</Country> <Description>sample string 7</Description> <Economy>1</Economy> <ExtendedStay>1</ExtendedStay> <FullSize>1</FullSize> <ID>13</ID> <KeySeq>1</KeySeq> <LodgingRate>1</LodgingRate> <LtCarRentalMonthly>1</LtCarRentalMonthly> <LtCarRentalWeekly>1</LtCarRentalWeekly> <LuxuryFactor>1</LuxuryFactor> <Meals>1</Meals> <Midsize>1</Midsize> <OldStateDesc>sample string 11</OldStateDesc> <Season1Begin>2025-05-09T17:39:31.2080249+00:00</Season1Begin> <Season1End>2025-05-09T17:39:31.2080249+00:00</Season1End> <Season1Rate>1</Season1Rate> <Season2Begin>2025-05-09T17:39:31.2080249+00:00</Season2Begin> <Season2End>2025-05-09T17:39:31.2080249+00:00</Season2End> <Season2Rate>1</Season2Rate> <Season3Begin>2025-05-09T17:39:31.2080249+00:00</Season3Begin> <Season3End>2025-05-09T17:39:31.2080249+00:00</Season3End> <Season3Rate>1</Season3Rate> <Season4Begin>2025-05-09T17:39:31.2080249+00:00</Season4Begin> <Season4End>2025-05-09T17:39:31.2080249+00:00</Season4End> <Season4Rate>1</Season4Rate> <SeasonLogic>sample string 12</SeasonLogic> <Standard>1</Standard> <StateName>sample string 3</StateName> <TypeRecord>sample string 5</TypeRecord> <ZipCode>sample string 8</ZipCode> </LumpSum_Values>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
LumpSum_ValuesName | Description | Type | Additional information |
---|---|---|---|
KeySeq | integer |
None. |
|
CityName | string |
String length: inclusive between 0 and 50 |
|
StateName | string |
String length: inclusive between 0 and 50 |
|
LodgingRate | decimal number |
None. |
|
Meals | decimal number |
None. |
|
Country | string |
String length: inclusive between 0 and 50 |
|
TypeRecord | string |
String length: inclusive between 0 and 5 |
|
Code | string |
String length: inclusive between 0 and 255 |
|
Description | string |
String length: inclusive between 0 and 255 |
|
Economy | decimal number |
None. |
|
Compact | decimal number |
None. |
|
Midsize | decimal number |
None. |
|
Standard | decimal number |
None. |
|
FullSize | decimal number |
None. |
|
ZipCode | string |
String length: inclusive between 0 and 50 |
|
AirportState | string |
String length: inclusive between 0 and 6 |
|
AirFareOrigin | string |
String length: inclusive between 0 and 50 |
|
AirFareRate | decimal number |
None. |
|
AirFareGroup | integer |
None. |
|
OldStateDesc | string |
String length: inclusive between 0 and 50 |
|
LtCarRentalWeekly | decimal number |
None. |
|
LtCarRentalMonthly | decimal number |
None. |
|
ExtendedStay | decimal number |
None. |
|
SeasonLogic | string |
String length: inclusive between 0 and 2 |
|
Season1Begin | date |
None. |
|
Season1End | date |
None. |
|
Season1Rate | decimal number |
None. |
|
Season2Begin | date |
None. |
|
Season2End | date |
None. |
|
Season2Rate | decimal number |
None. |
|
Season3Begin | date |
None. |
|
Season3End | date |
None. |
|
Season3Rate | decimal number |
None. |
|
Season4Begin | date |
None. |
|
Season4End | date |
None. |
|
Season4Rate | decimal number |
None. |
|
LuxuryFactor | decimal number |
None. |
|
ID | integer |
None. |
Response Formats
application/json, text/json
{ "KeySeq": 1, "CityName": "sample string 2", "StateName": "sample string 3", "LodgingRate": 1.0, "Meals": 1.0, "Country": "sample string 4", "TypeRecord": "sample string 5", "Code": "sample string 6", "Description": "sample string 7", "Economy": 1.0, "Compact": 1.0, "Midsize": 1.0, "Standard": 1.0, "FullSize": 1.0, "ZipCode": "sample string 8", "AirportState": "sample string 9", "AirFareOrigin": "sample string 10", "AirFareRate": 1.0, "AirFareGroup": 1, "OldStateDesc": "sample string 11", "LtCarRentalWeekly": 1.0, "LtCarRentalMonthly": 1.0, "ExtendedStay": 1.0, "SeasonLogic": "sample string 12", "Season1Begin": "2025-05-09T17:39:31.2126007+00:00", "Season1End": "2025-05-09T17:39:31.2126007+00:00", "Season1Rate": 1.0, "Season2Begin": "2025-05-09T17:39:31.2126007+00:00", "Season2End": "2025-05-09T17:39:31.2126007+00:00", "Season2Rate": 1.0, "Season3Begin": "2025-05-09T17:39:31.2126007+00:00", "Season3End": "2025-05-09T17:39:31.2126007+00:00", "Season3Rate": 1.0, "Season4Begin": "2025-05-09T17:39:31.2126007+00:00", "Season4End": "2025-05-09T17:39:31.2126007+00:00", "Season4Rate": 1.0, "LuxuryFactor": 1.0, "ID": 13 }
application/xml, text/xml
<LumpSum_Values xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <AirFareGroup>1</AirFareGroup> <AirFareOrigin>sample string 10</AirFareOrigin> <AirFareRate>1</AirFareRate> <AirportState>sample string 9</AirportState> <CityName>sample string 2</CityName> <Code>sample string 6</Code> <Compact>1</Compact> <Country>sample string 4</Country> <Description>sample string 7</Description> <Economy>1</Economy> <ExtendedStay>1</ExtendedStay> <FullSize>1</FullSize> <ID>13</ID> <KeySeq>1</KeySeq> <LodgingRate>1</LodgingRate> <LtCarRentalMonthly>1</LtCarRentalMonthly> <LtCarRentalWeekly>1</LtCarRentalWeekly> <LuxuryFactor>1</LuxuryFactor> <Meals>1</Meals> <Midsize>1</Midsize> <OldStateDesc>sample string 11</OldStateDesc> <Season1Begin>2025-05-09T17:39:31.2126007+00:00</Season1Begin> <Season1End>2025-05-09T17:39:31.2126007+00:00</Season1End> <Season1Rate>1</Season1Rate> <Season2Begin>2025-05-09T17:39:31.2126007+00:00</Season2Begin> <Season2End>2025-05-09T17:39:31.2126007+00:00</Season2End> <Season2Rate>1</Season2Rate> <Season3Begin>2025-05-09T17:39:31.2126007+00:00</Season3Begin> <Season3End>2025-05-09T17:39:31.2126007+00:00</Season3End> <Season3Rate>1</Season3Rate> <Season4Begin>2025-05-09T17:39:31.2126007+00:00</Season4Begin> <Season4End>2025-05-09T17:39:31.2126007+00:00</Season4End> <Season4Rate>1</Season4Rate> <SeasonLogic>sample string 12</SeasonLogic> <Standard>1</Standard> <StateName>sample string 3</StateName> <TypeRecord>sample string 5</TypeRecord> <ZipCode>sample string 8</ZipCode> </LumpSum_Values>