POST api/v1/charging_stations/save
Request Information
URI Parameters
None.
Body Parameters
ChargingStation| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| opening_hours | string |
None. |
|
| id_image | integer |
None. |
|
| fulltext | string |
None. |
|
| hardware_id | string |
None. |
|
| evse_id | string |
None. |
|
| number | string |
None. |
|
| code | string |
None. |
|
| service_company_name | string |
None. |
|
| service_information | string |
None. |
|
| service_number | string |
None. |
|
| service_phone | string |
None. |
|
| service_email | string |
None. |
|
| revision_date | date |
None. |
|
| activation_date | date |
None. |
|
| manufacturer | CodeListSystem |
None. |
|
| manufacturer_text | string |
None. |
|
| model | CodeListSystem |
None. |
|
| establishment | CodeListSystem |
None. |
|
| state | CodeListSystem |
None. |
|
| model_text | string |
None. |
|
| rated_charger_power | decimal number |
None. |
|
| available_charger_power | decimal number |
None. |
|
| cpo_payment | boolean |
None. |
|
| charger_control | boolean |
None. |
|
| internal_charger | boolean |
None. |
|
| latitude | string |
None. |
|
| longitude | string |
None. |
|
| charger_general_location | string |
None. |
|
| charger_registration_number | string |
None. |
|
| number_of_charging_points | decimal number |
None. |
|
| firmware | string |
None. |
|
| charger_data_connection_method | CodeListSystem |
None. |
|
| ocpp_protocol | string |
None. |
|
| different_opening_hours | boolean |
None. |
|
| opening_hours_all_day | boolean |
None. |
|
| opening_hours_from | string |
None. |
|
| opening_hours_to | string |
None. |
|
| monday_opening_hours_all_day | boolean |
None. |
|
| monday_opening_hours_from | string |
None. |
|
| monday_opening_hours_to | string |
None. |
|
| tuesday_opening_hours_all_day | boolean |
None. |
|
| tuesday_opening_hours_from | string |
None. |
|
| tuesday_opening_hours_to | string |
None. |
|
| wednesday_opening_hours_all_day | boolean |
None. |
|
| wednesday_opening_hours_from | string |
None. |
|
| wednesday_opening_hours_to | string |
None. |
|
| thursday_opening_hours_all_day | boolean |
None. |
|
| thursday_opening_hours_from | string |
None. |
|
| thursday_opening_hours_to | string |
None. |
|
| friday_opening_hours_all_day | boolean |
None. |
|
| friday_opening_hours_from | string |
None. |
|
| friday_opening_hours_to | string |
None. |
|
| saturday_opening_hours_all_day | boolean |
None. |
|
| saturday_opening_hours_from | string |
None. |
|
| saturday_opening_hours_to | string |
None. |
|
| sunday_opening_hours_all_day | boolean |
None. |
|
| sunday_opening_hours_from | string |
None. |
|
| sunday_opening_hours_to | string |
None. |
|
| accessibility | string |
None. |
|
| reader | CodeListSystem |
None. |
|
| has_reader | boolean |
None. |
|
| lockable_charger | boolean |
None. |
|
| key_availability_to_unlock | string |
None. |
|
| charger_operation | boolean |
None. |
|
| electrical_connection_type | CodeListSystem |
None. |
|
| charger_assignment | string |
None. |
|
| photo_charger | CodeList |
None. |
|
| charging_points | Collection of ChargingPoint |
None. |
|
| ip_address | string |
None. |
|
| actual_output_power | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"opening_hours": "sample string 2",
"id_image": 1,
"fulltext": "sample string 3",
"hardware_id": "sample string 4",
"evse_id": "sample string 5",
"number": "sample string 6",
"code": "sample string 7",
"service_company_name": "sample string 8",
"service_information": "sample string 9",
"service_number": "sample string 10",
"service_phone": "sample string 11",
"service_email": "sample string 12",
"revision_date": "2026-02-08T14:08:53Z",
"activation_date": "2026-02-08T14:08:53Z",
"manufacturer": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"manufacturer_text": "sample string 13",
"model": {
"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"
},
"state": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"model_text": "sample string 14",
"rated_charger_power": 1.0,
"available_charger_power": 1.0,
"cpo_payment": true,
"charger_control": true,
"internal_charger": true,
"latitude": "sample string 18",
"longitude": "sample string 19",
"charger_general_location": "sample string 20",
"charger_registration_number": "sample string 21",
"number_of_charging_points": 1.0,
"firmware": "sample string 22",
"charger_data_connection_method": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"ocpp_protocol": "sample string 23",
"different_opening_hours": true,
"opening_hours_all_day": true,
"opening_hours_from": "sample string 26",
"opening_hours_to": "sample string 27",
"monday_opening_hours_all_day": true,
"monday_opening_hours_from": "sample string 29",
"monday_opening_hours_to": "sample string 30",
"tuesday_opening_hours_all_day": true,
"tuesday_opening_hours_from": "sample string 32",
"tuesday_opening_hours_to": "sample string 33",
"wednesday_opening_hours_all_day": true,
"wednesday_opening_hours_from": "sample string 35",
"wednesday_opening_hours_to": "sample string 36",
"thursday_opening_hours_all_day": true,
"thursday_opening_hours_from": "sample string 38",
"thursday_opening_hours_to": "sample string 39",
"friday_opening_hours_all_day": true,
"friday_opening_hours_from": "sample string 41",
"friday_opening_hours_to": "sample string 42",
"saturday_opening_hours_all_day": true,
"saturday_opening_hours_from": "sample string 44",
"saturday_opening_hours_to": "sample string 45",
"sunday_opening_hours_all_day": true,
"sunday_opening_hours_from": "sample string 47",
"sunday_opening_hours_to": "sample string 48",
"accessibility": "sample string 49",
"reader": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"has_reader": true,
"lockable_charger": true,
"key_availability_to_unlock": "sample string 52",
"charger_operation": true,
"electrical_connection_type": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"charger_assignment": "sample string 54",
"photo_charger": {
"id": "cb60ce46-fb82-4f64-8db5-174f2f6b3bcb",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"id": 1,
"image_id": "7edc522d-8dc5-4466-898d-9ab52fddb84c",
"code": "sample string 2",
"title": "sample string 5",
"introduction": "sample string 6",
"first_name": "sample string 7",
"last_name": "sample string 8",
"full_name": "sample string 9",
"note": "sample string 10"
},
"date": "2026-02-08T14:08:53Z"
},
"last_change": {
"user": {
"id": 1,
"image_id": "7edc522d-8dc5-4466-898d-9ab52fddb84c",
"code": "sample string 2",
"title": "sample string 5",
"introduction": "sample string 6",
"first_name": "sample string 7",
"last_name": "sample string 8",
"full_name": "sample string 9",
"note": "sample string 10"
},
"date": "2026-02-08T14:08:53Z"
}
}
},
"charging_points": [
{
"id": 1,
"id_transaction": 1,
"hw_code": "sample string 2",
"products": [
{
"id": "dc65aabb-43e5-43a8-8fa6-cf13e5018f76",
"name": "sample string 2",
"reservation_time": 3,
"blocking_value": 4.0,
"id_product": 5,
"amount_with_vat": 6.0
},
{
"id": "dc65aabb-43e5-43a8-8fa6-cf13e5018f76",
"name": "sample string 2",
"reservation_time": 3,
"blocking_value": 4.0,
"id_product": 5,
"amount_with_vat": 6.0
}
],
"code": "sample string 3",
"name": "sample string 4",
"inclusion": "sample string 5",
"is_possible_to_charge": true,
"is_possible_to_charge_direct_payment": true,
"state": {
"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"
},
"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"
}
},
"charging_speed": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"is_socket": true,
"is_public": true,
"location": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"rated_power": 1.0,
"connector": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"output_power_from_manufacturer": 1.0,
"output_power_avaiable_max": 1.0,
"output_current_manufacturer": 1.0,
"output_voltage_manufacturer": 1.0,
"output_power_from": 1.0,
"output_power_to": 1.0,
"output_current": 1.0,
"charging_start_hour": 1,
"charging_start_minute": 1,
"charging_start_second": 1,
"still_continues": true,
"planned_charging_end": "2026-02-08T14:08:53Z",
"charging_start": "2026-02-08T14:08:53Z",
"percent": 11
},
{
"id": 1,
"id_transaction": 1,
"hw_code": "sample string 2",
"products": [
{
"id": "dc65aabb-43e5-43a8-8fa6-cf13e5018f76",
"name": "sample string 2",
"reservation_time": 3,
"blocking_value": 4.0,
"id_product": 5,
"amount_with_vat": 6.0
},
{
"id": "dc65aabb-43e5-43a8-8fa6-cf13e5018f76",
"name": "sample string 2",
"reservation_time": 3,
"blocking_value": 4.0,
"id_product": 5,
"amount_with_vat": 6.0
}
],
"code": "sample string 3",
"name": "sample string 4",
"inclusion": "sample string 5",
"is_possible_to_charge": true,
"is_possible_to_charge_direct_payment": true,
"state": {
"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"
},
"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"
}
},
"charging_speed": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"is_socket": true,
"is_public": true,
"location": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"rated_power": 1.0,
"connector": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"output_power_from_manufacturer": 1.0,
"output_power_avaiable_max": 1.0,
"output_current_manufacturer": 1.0,
"output_voltage_manufacturer": 1.0,
"output_power_from": 1.0,
"output_power_to": 1.0,
"output_current": 1.0,
"charging_start_hour": 1,
"charging_start_minute": 1,
"charging_start_second": 1,
"still_continues": true,
"planned_charging_end": "2026-02-08T14:08:53Z",
"charging_start": "2026-02-08T14:08:53Z",
"percent": 11
}
],
"ip_address": "sample string 55",
"actual_output_power": 1.0
}
application/xml, text/xml
Sample:
<ChargingStation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models">
<accessibility>sample string 49</accessibility>
<activation_date>2026-02-08T15:08:53.8757963+01:00</activation_date>
<actual_output_power>1</actual_output_power>
<available_charger_power>1</available_charger_power>
<charger_assignment>sample string 54</charger_assignment>
<charger_control>true</charger_control>
<charger_data_connection_method>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</charger_data_connection_method>
<charger_general_location>sample string 20</charger_general_location>
<charger_operation>true</charger_operation>
<charger_registration_number>sample string 21</charger_registration_number>
<charging_points>
<ChargingPoint>
<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>
<charging_speed>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</charging_speed>
<charging_start>2026-02-08T15:08:53.8757963+01:00</charging_start>
<charging_start_hour>1</charging_start_hour>
<charging_start_minute>1</charging_start_minute>
<charging_start_second>1</charging_start_second>
<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 3</code>
<connector>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</connector>
<hw_code>sample string 2</hw_code>
<id>1</id>
<id_transaction>1</id_transaction>
<inclusion>sample string 5</inclusion>
<is_possible_to_charge>true</is_possible_to_charge>
<is_possible_to_charge_direct_payment>true</is_possible_to_charge_direct_payment>
<is_public>true</is_public>
<is_socket>true</is_socket>
<location>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</location>
<name>sample string 4</name>
<output_current>1</output_current>
<output_current_manufacturer>1</output_current_manufacturer>
<output_power_avaiable_max>1</output_power_avaiable_max>
<output_power_from>1</output_power_from>
<output_power_from_manufacturer>1</output_power_from_manufacturer>
<output_power_to>1</output_power_to>
<output_voltage_manufacturer>1</output_voltage_manufacturer>
<percent>11</percent>
<planned_charging_end>2026-02-08T15:08:53.8757963+01:00</planned_charging_end>
<products>
<DirectPaymentProduct>
<amount_with_vat>6</amount_with_vat>
<blocking_value>4</blocking_value>
<id>dc65aabb-43e5-43a8-8fa6-cf13e5018f76</id>
<id_product>5</id_product>
<name>sample string 2</name>
<reservation_time>3</reservation_time>
</DirectPaymentProduct>
<DirectPaymentProduct>
<amount_with_vat>6</amount_with_vat>
<blocking_value>4</blocking_value>
<id>dc65aabb-43e5-43a8-8fa6-cf13e5018f76</id>
<id_product>5</id_product>
<name>sample string 2</name>
<reservation_time>3</reservation_time>
</DirectPaymentProduct>
</products>
<rated_power>1</rated_power>
<state>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</state>
<still_continues>true</still_continues>
</ChargingPoint>
<ChargingPoint>
<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>
<charging_speed>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</charging_speed>
<charging_start>2026-02-08T15:08:53.8757963+01:00</charging_start>
<charging_start_hour>1</charging_start_hour>
<charging_start_minute>1</charging_start_minute>
<charging_start_second>1</charging_start_second>
<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 3</code>
<connector>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</connector>
<hw_code>sample string 2</hw_code>
<id>1</id>
<id_transaction>1</id_transaction>
<inclusion>sample string 5</inclusion>
<is_possible_to_charge>true</is_possible_to_charge>
<is_possible_to_charge_direct_payment>true</is_possible_to_charge_direct_payment>
<is_public>true</is_public>
<is_socket>true</is_socket>
<location>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</location>
<name>sample string 4</name>
<output_current>1</output_current>
<output_current_manufacturer>1</output_current_manufacturer>
<output_power_avaiable_max>1</output_power_avaiable_max>
<output_power_from>1</output_power_from>
<output_power_from_manufacturer>1</output_power_from_manufacturer>
<output_power_to>1</output_power_to>
<output_voltage_manufacturer>1</output_voltage_manufacturer>
<percent>11</percent>
<planned_charging_end>2026-02-08T15:08:53.8757963+01:00</planned_charging_end>
<products>
<DirectPaymentProduct>
<amount_with_vat>6</amount_with_vat>
<blocking_value>4</blocking_value>
<id>dc65aabb-43e5-43a8-8fa6-cf13e5018f76</id>
<id_product>5</id_product>
<name>sample string 2</name>
<reservation_time>3</reservation_time>
</DirectPaymentProduct>
<DirectPaymentProduct>
<amount_with_vat>6</amount_with_vat>
<blocking_value>4</blocking_value>
<id>dc65aabb-43e5-43a8-8fa6-cf13e5018f76</id>
<id_product>5</id_product>
<name>sample string 2</name>
<reservation_time>3</reservation_time>
</DirectPaymentProduct>
</products>
<rated_power>1</rated_power>
<state>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</state>
<still_continues>true</still_continues>
</ChargingPoint>
</charging_points>
<code>sample string 7</code>
<cpo_payment>true</cpo_payment>
<different_opening_hours>true</different_opening_hours>
<electrical_connection_type>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</electrical_connection_type>
<establishment>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</establishment>
<evse_id>sample string 5</evse_id>
<firmware>sample string 22</firmware>
<friday_opening_hours_all_day>true</friday_opening_hours_all_day>
<friday_opening_hours_from>sample string 41</friday_opening_hours_from>
<friday_opening_hours_to>sample string 42</friday_opening_hours_to>
<fulltext>sample string 3</fulltext>
<hardware_id>sample string 4</hardware_id>
<has_reader>true</has_reader>
<id>1</id>
<id_image>1</id_image>
<internal_charger>true</internal_charger>
<ip_address>sample string 55</ip_address>
<key_availability_to_unlock>sample string 52</key_availability_to_unlock>
<latitude>sample string 18</latitude>
<lockable_charger>true</lockable_charger>
<longitude>sample string 19</longitude>
<manufacturer>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</manufacturer>
<manufacturer_text>sample string 13</manufacturer_text>
<model>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</model>
<model_text>sample string 14</model_text>
<monday_opening_hours_all_day>true</monday_opening_hours_all_day>
<monday_opening_hours_from>sample string 29</monday_opening_hours_from>
<monday_opening_hours_to>sample string 30</monday_opening_hours_to>
<number>sample string 6</number>
<number_of_charging_points>1</number_of_charging_points>
<ocpp_protocol>sample string 23</ocpp_protocol>
<opening_hours>sample string 2</opening_hours>
<opening_hours_all_day>true</opening_hours_all_day>
<opening_hours_from>sample string 26</opening_hours_from>
<opening_hours_to>sample string 27</opening_hours_to>
<photo_charger>
<deleted>true</deleted>
<id>cb60ce46-fb82-4f64-8db5-174f2f6b3bcb</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-02-08T15:08:53.8757963+01:00</date>
<user>
<code>sample string 2</code>
<first_name>sample string 7</first_name>
<full_name>sample string 9</full_name>
<id>1</id>
<image_id>7edc522d-8dc5-4466-898d-9ab52fddb84c</image_id>
<introduction>sample string 6</introduction>
<last_name>sample string 8</last_name>
<note>sample string 10</note>
<title>sample string 5</title>
</user>
</creation>
<last_change>
<date>2026-02-08T15:08:53.8757963+01:00</date>
<user>
<code>sample string 2</code>
<first_name>sample string 7</first_name>
<full_name>sample string 9</full_name>
<id>1</id>
<image_id>7edc522d-8dc5-4466-898d-9ab52fddb84c</image_id>
<introduction>sample string 6</introduction>
<last_name>sample string 8</last_name>
<note>sample string 10</note>
<title>sample string 5</title>
</user>
</last_change>
</system_information>
</photo_charger>
<rated_charger_power>1</rated_charger_power>
<reader>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</reader>
<revision_date>2026-02-08T15:08:53.8757963+01:00</revision_date>
<saturday_opening_hours_all_day>true</saturday_opening_hours_all_day>
<saturday_opening_hours_from>sample string 44</saturday_opening_hours_from>
<saturday_opening_hours_to>sample string 45</saturday_opening_hours_to>
<service_company_name>sample string 8</service_company_name>
<service_email>sample string 12</service_email>
<service_information>sample string 9</service_information>
<service_number>sample string 10</service_number>
<service_phone>sample string 11</service_phone>
<state>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</state>
<sunday_opening_hours_all_day>true</sunday_opening_hours_all_day>
<sunday_opening_hours_from>sample string 47</sunday_opening_hours_from>
<sunday_opening_hours_to>sample string 48</sunday_opening_hours_to>
<thursday_opening_hours_all_day>true</thursday_opening_hours_all_day>
<thursday_opening_hours_from>sample string 38</thursday_opening_hours_from>
<thursday_opening_hours_to>sample string 39</thursday_opening_hours_to>
<tuesday_opening_hours_all_day>true</tuesday_opening_hours_all_day>
<tuesday_opening_hours_from>sample string 32</tuesday_opening_hours_from>
<tuesday_opening_hours_to>sample string 33</tuesday_opening_hours_to>
<wednesday_opening_hours_all_day>true</wednesday_opening_hours_all_day>
<wednesday_opening_hours_from>sample string 35</wednesday_opening_hours_from>
<wednesday_opening_hours_to>sample string 36</wednesday_opening_hours_to>
</ChargingStation>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| messages | Collection of ResultMessage |
None. |
|
| count_of_errors | integer |
None. |
|
| id | Object |
None. |
|
| name | string |
None. |
|
| data | Object |
None. |
|
| url | string |
None. |
|
| text | string |
None. |
|
| inner_exception | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"messages": [
{
"type": 1,
"code": 1,
"message": "sample string 1",
"field": "sample string 2"
},
{
"type": 1,
"code": 1,
"message": "sample string 1",
"field": "sample string 2"
}
],
"count_of_errors": 1,
"id": {},
"name": "sample string 3",
"data": {},
"url": "sample string 5",
"text": "sample string 6",
"inner_exception": "sample string 7"
}
application/xml, text/xml
Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UP.Core.Data">
<count_of_errors>1</count_of_errors>
<data />
<id />
<inner_exception>sample string 7</inner_exception>
<messages>
<ResultMessage>
<code>1</code>
<field>sample string 2</field>
<message>sample string 1</message>
<type>1</type>
</ResultMessage>
<ResultMessage>
<code>1</code>
<field>sample string 2</field>
<message>sample string 1</message>
<type>1</type>
</ResultMessage>
</messages>
<name>sample string 3</name>
<text>sample string 6</text>
<url>sample string 5</url>
</Result>