POST api/spain/b2c/kits

Request Information

URI Parameters

None.

Body Parameters

B2CKitsInput
NameDescriptionTypeAdditional information
location

string

None.

available_surface

decimal number

None.

roof_type

string

None.

tilt

integer

None.

azimuth

integer

None.

shadowing

string

None.

storage

string

None.

threephase

string

None.

hybrid

string

None.

reduced_vat

string

None.

kits_3sun

string

None.

customer_type

string

None.

shadowing_kit

string

None.

coords

Coordinate

None.

Request Formats

application/json, text/json

Sample:
{
  "coords": {
    "Latitude": 1.1,
    "Longitude": 2.1
  },
  "location": "sample string 1",
  "available_surface": 1.1,
  "roof_type": "sample string 2",
  "tilt": 1,
  "azimuth": 1,
  "shadowing": "sample string 3",
  "storage": "sample string 4",
  "threephase": "sample string 5",
  "hybrid": "sample string 6",
  "reduced_vat": "sample string 7",
  "kits_3sun": "sample string 8",
  "customer_type": "sample string 9",
  "shadowing_kit": "sample string 10"
}

application/xml, text/xml

Sample:
<B2CKitsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SPRINT_WS.Models">
  <available_surface>1.1</available_surface>
  <azimuth>1</azimuth>
  <coords>
    <Latitude>1.1</Latitude>
    <Longitude>2.1</Longitude>
  </coords>
  <customer_type>sample string 9</customer_type>
  <hybrid>sample string 6</hybrid>
  <kits_3sun>sample string 8</kits_3sun>
  <location>sample string 1</location>
  <reduced_vat>sample string 7</reduced_vat>
  <roof_type>sample string 2</roof_type>
  <shadowing>sample string 3</shadowing>
  <shadowing_kit>sample string 10</shadowing_kit>
  <storage>sample string 4</storage>
  <threephase>sample string 5</threephase>
  <tilt>1</tilt>
</B2CKitsInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.