GET api/v1/partner
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PartnerView| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| name | string |
None. |
|
| legal_form | CodeListSystem |
None. |
|
| registration_number | string |
None. |
|
| vat_number | string |
None. |
|
| bank_code | CodeListSystem |
None. |
|
| bank_number | string |
None. |
|
| service_information | string |
None. |
|
| contacts | Collection of Contact |
None. |
|
| address | Collection of Address |
None. |
|
| identification_codes | Collection of IdentificationCode |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"legal_form": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"registration_number": "sample string 3",
"vat_number": "sample string 4",
"bank_code": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"bank_number": "sample string 5",
"service_information": "sample string 6",
"contacts": [
{
"id": 1,
"type": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"email": "sample string 2",
"phone": "sample string 3",
"person": "sample string 4"
},
{
"id": 1,
"type": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"email": "sample string 2",
"phone": "sample string 3",
"person": "sample string 4"
}
],
"address": [
{
"id": 1,
"street": "sample string 2",
"descriptive_number": "sample string 3",
"house_number": "sample string 4",
"post_code": "sample string 5",
"city": "sample string 6",
"country": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"type": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
}
},
{
"id": 1,
"street": "sample string 2",
"descriptive_number": "sample string 3",
"house_number": "sample string 4",
"post_code": "sample string 5",
"city": "sample string 6",
"country": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"type": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
}
}
],
"identification_codes": [
{
"id": 1,
"code": "sample string 2",
"name": "sample string 3",
"visual_number": "sample string 4",
"date_activation": "2026-02-08T14:08:25Z",
"state": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"establishment": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"charging_station": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"charging_point": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
}
},
{
"id": 1,
"code": "sample string 2",
"name": "sample string 3",
"visual_number": "sample string 4",
"date_activation": "2026-02-08T14:08:25Z",
"state": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"establishment": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"charging_station": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"charging_point": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
}
}
]
}
application/xml, text/xml
Sample:
<PartnerView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models">
<address>
<Address>
<city>sample string 6</city>
<country>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</country>
<descriptive_number>sample string 3</descriptive_number>
<house_number>sample string 4</house_number>
<id>1</id>
<post_code>sample string 5</post_code>
<street>sample string 2</street>
<type>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</type>
</Address>
<Address>
<city>sample string 6</city>
<country>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</country>
<descriptive_number>sample string 3</descriptive_number>
<house_number>sample string 4</house_number>
<id>1</id>
<post_code>sample string 5</post_code>
<street>sample string 2</street>
<type>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</type>
</Address>
</address>
<bank_code>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</bank_code>
<bank_number>sample string 5</bank_number>
<contacts>
<Contact>
<email>sample string 2</email>
<id>1</id>
<person>sample string 4</person>
<phone>sample string 3</phone>
<type>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</type>
</Contact>
<Contact>
<email>sample string 2</email>
<id>1</id>
<person>sample string 4</person>
<phone>sample string 3</phone>
<type>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</type>
</Contact>
</contacts>
<id>1</id>
<identification_codes>
<IdentificationCode>
<charging_point>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</charging_point>
<charging_station>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</charging_station>
<code>sample string 2</code>
<date_activation>2026-02-08T15:08:25.7037242+01:00</date_activation>
<establishment>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</establishment>
<id>1</id>
<name>sample string 3</name>
<state>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</state>
<visual_number>sample string 4</visual_number>
</IdentificationCode>
<IdentificationCode>
<charging_point>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</charging_point>
<charging_station>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</charging_station>
<code>sample string 2</code>
<date_activation>2026-02-08T15:08:25.7037242+01:00</date_activation>
<establishment>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</establishment>
<id>1</id>
<name>sample string 3</name>
<state>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</state>
<visual_number>sample string 4</visual_number>
</IdentificationCode>
</identification_codes>
<legal_form>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</legal_form>
<name>sample string 2</name>
<registration_number>sample string 3</registration_number>
<service_information>sample string 6</service_information>
<vat_number>sample string 4</vat_number>
</PartnerView>