GET api/orders/fiberlookup/{kvhx}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
kvhx

string

Required

Body Parameters

None.

Response Information

Resource Description

TdcFiberInfo
NameDescriptionTypeAdditional information
id

integer

None.

fileid

integer

None.

insertedat

date

None.

statusid

integer

None.

kvhx

string

None.

kvhxdawa

string

None.

municipality_code

string

None.

street_code

string

None.

street_name

string

None.

house_number

string

None.

floor

string

None.

suite

string

None.

postal_code

string

None.

district

string

None.

bbrid

string

None.

speed

string

None.

technology

string

None.

wallbox_type

string

None.

digging_needed

string

None.

technician_needed

string

None.

installation_code

string

None.

earliest_delivery_date

string

None.

customer_journey

string

None.

smp

string

None.

campaign_code

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "fileid": 2,
  "insertedat": "2025-04-27T19:13:29.6752262+02:00",
  "statusid": 4,
  "kvhx": "sample string 5",
  "kvhxdawa": "sample string 6",
  "municipality_code": "sample string 7",
  "street_code": "sample string 8",
  "street_name": "sample string 9",
  "house_number": "sample string 10",
  "floor": "sample string 11",
  "suite": "sample string 12",
  "postal_code": "sample string 13",
  "district": "sample string 14",
  "bbrid": "sample string 15",
  "speed": "sample string 16",
  "technology": "sample string 17",
  "wallbox_type": "sample string 18",
  "digging_needed": "sample string 19",
  "technician_needed": "sample string 20",
  "installation_code": "sample string 21",
  "earliest_delivery_date": "sample string 22",
  "customer_journey": "sample string 23",
  "smp": "sample string 24",
  "campaign_code": "sample string 25"
}

text/html

Sample:
{"id":1,"fileid":2,"insertedat":"2025-04-27T19:13:29.6752262+02:00","statusid":4,"kvhx":"sample string 5","kvhxdawa":"sample string 6","municipality_code":"sample string 7","street_code":"sample string 8","street_name":"sample string 9","house_number":"sample string 10","floor":"sample string 11","suite":"sample string 12","postal_code":"sample string 13","district":"sample string 14","bbrid":"sample string 15","speed":"sample string 16","technology":"sample string 17","wallbox_type":"sample string 18","digging_needed":"sample string 19","technician_needed":"sample string 20","installation_code":"sample string 21","earliest_delivery_date":"sample string 22","customer_journey":"sample string 23","smp":"sample string 24","campaign_code":"sample string 25"}

application/xml, text/xml

Sample:
<ProductLogic.TdcFiberInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LimitlessMobile.BusinessLogic">
  <bbrid>sample string 15</bbrid>
  <campaign_code>sample string 25</campaign_code>
  <customer_journey>sample string 23</customer_journey>
  <digging_needed>sample string 19</digging_needed>
  <district>sample string 14</district>
  <earliest_delivery_date>sample string 22</earliest_delivery_date>
  <fileid>2</fileid>
  <floor>sample string 11</floor>
  <house_number>sample string 10</house_number>
  <id>1</id>
  <insertedat>2025-04-27T19:13:29.6752262+02:00</insertedat>
  <installation_code>sample string 21</installation_code>
  <kvhx>sample string 5</kvhx>
  <kvhxdawa>sample string 6</kvhxdawa>
  <municipality_code>sample string 7</municipality_code>
  <postal_code>sample string 13</postal_code>
  <smp>sample string 24</smp>
  <speed>sample string 16</speed>
  <statusid>4</statusid>
  <street_code>sample string 8</street_code>
  <street_name>sample string 9</street_name>
  <suite>sample string 12</suite>
  <technician_needed>sample string 20</technician_needed>
  <technology>sample string 17</technology>
  <wallbox_type>sample string 18</wallbox_type>
</ProductLogic.TdcFiberInfo>