POST api/CalculateCash

Request Information

URI Parameters

None.

Body Parameters

CalculateCashRequest
NameDescriptionTypeAdditional information
CartIdx

string

None.

UserIdx

string

None.

InventoryIdx

string

None.

CarInsuranceIdx

string

None.

LamaTLO

string

None.

LamaAR

string

None.

Kota

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CartIdx": "sample string 1",
  "UserIdx": "sample string 2",
  "InventoryIdx": "sample string 3",
  "CarInsuranceIdx": "sample string 4",
  "LamaTLO": "sample string 5",
  "LamaAR": "sample string 6",
  "Kota": "sample string 7"
}

application/xml, text/xml

Sample:
<CalculateCashRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <CarInsuranceIdx>sample string 4</CarInsuranceIdx>
  <CartIdx>sample string 1</CartIdx>
  <InventoryIdx>sample string 3</InventoryIdx>
  <Kota>sample string 7</Kota>
  <LamaAR>sample string 6</LamaAR>
  <LamaTLO>sample string 5</LamaTLO>
  <UserIdx>sample string 2</UserIdx>
</CalculateCashRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.