GET api/repairsAll/{from}/{to}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| from | integer |
Default value is 0 |
|
| to | integer |
Default value is 20 |
Body Parameters
None.
Response Information
Resource Description
Collection of repairSingle| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| order_number | string |
None. |
|
| date_order | date |
None. |
|
| date_close | date |
None. |
|
| warranty | integer |
None. |
|
| seller_user | string |
None. |
|
| seller_technical | string |
None. |
|
| description | string |
None. |
|
| observations | string |
None. |
|
| imei | string |
None. |
|
| serial | string |
None. |
|
| historial | string |
None. |
|
| model | string |
None. |
|
| brand | string |
None. |
|
| technical_report | string |
None. |
|
| type_pass | string |
None. |
|
| access_pass | string |
None. |
|
| spare_parts | string |
None. |
|
| entry_conditions | string |
None. |
|
| flag1 | boolean |
None. |
|
| flag2 | boolean |
None. |
|
| purposeGeneral | string |
None. |
|
| customer_fullname | string |
None. |
|
| customer_identifier | string |
None. |
|
| customer_type_id | string |
None. |
|
| establishment_name | string |
None. |
|
| status_name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"order_number": "sample string 2",
"date_order": "2025-12-19T05:28:21.2634355-08:00",
"date_close": "2025-12-19T05:28:21.2644359-08:00",
"warranty": 5,
"seller_user": "sample string 6",
"seller_technical": "sample string 7",
"description": "sample string 8",
"observations": "sample string 9",
"imei": "sample string 10",
"serial": "sample string 11",
"historial": "sample string 12",
"model": "sample string 13",
"brand": "sample string 14",
"technical_report": "sample string 15",
"type_pass": "sample string 16",
"access_pass": "sample string 17",
"spare_parts": "sample string 18",
"entry_conditions": "sample string 19",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 20",
"customer_fullname": "sample string 21",
"customer_identifier": "sample string 22",
"customer_type_id": "sample string 23",
"establishment_name": "sample string 24",
"status_name": "sample string 25"
},
{
"id": 1,
"order_number": "sample string 2",
"date_order": "2025-12-19T05:28:21.2634355-08:00",
"date_close": "2025-12-19T05:28:21.2644359-08:00",
"warranty": 5,
"seller_user": "sample string 6",
"seller_technical": "sample string 7",
"description": "sample string 8",
"observations": "sample string 9",
"imei": "sample string 10",
"serial": "sample string 11",
"historial": "sample string 12",
"model": "sample string 13",
"brand": "sample string 14",
"technical_report": "sample string 15",
"type_pass": "sample string 16",
"access_pass": "sample string 17",
"spare_parts": "sample string 18",
"entry_conditions": "sample string 19",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 20",
"customer_fullname": "sample string 21",
"customer_identifier": "sample string 22",
"customer_type_id": "sample string 23",
"establishment_name": "sample string 24",
"status_name": "sample string 25"
}
]
application/xml, text/xml
Sample:
<ArrayOfrepairSingle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_Pepezone.Models">
<repairSingle>
<access_pass>sample string 17</access_pass>
<brand>sample string 14</brand>
<customer_fullname>sample string 21</customer_fullname>
<customer_identifier>sample string 22</customer_identifier>
<customer_type_id>sample string 23</customer_type_id>
<date_close>2025-12-19T05:28:21.2644359-08:00</date_close>
<date_order>2025-12-19T05:28:21.2634355-08:00</date_order>
<description>sample string 8</description>
<entry_conditions>sample string 19</entry_conditions>
<establishment_name>sample string 24</establishment_name>
<flag1>true</flag1>
<flag2>true</flag2>
<historial>sample string 12</historial>
<id>1</id>
<imei>sample string 10</imei>
<model>sample string 13</model>
<observations>sample string 9</observations>
<order_number>sample string 2</order_number>
<purposeGeneral>sample string 20</purposeGeneral>
<seller_technical>sample string 7</seller_technical>
<seller_user>sample string 6</seller_user>
<serial>sample string 11</serial>
<spare_parts>sample string 18</spare_parts>
<status_name>sample string 25</status_name>
<technical_report>sample string 15</technical_report>
<type_pass>sample string 16</type_pass>
<warranty>5</warranty>
</repairSingle>
<repairSingle>
<access_pass>sample string 17</access_pass>
<brand>sample string 14</brand>
<customer_fullname>sample string 21</customer_fullname>
<customer_identifier>sample string 22</customer_identifier>
<customer_type_id>sample string 23</customer_type_id>
<date_close>2025-12-19T05:28:21.2644359-08:00</date_close>
<date_order>2025-12-19T05:28:21.2634355-08:00</date_order>
<description>sample string 8</description>
<entry_conditions>sample string 19</entry_conditions>
<establishment_name>sample string 24</establishment_name>
<flag1>true</flag1>
<flag2>true</flag2>
<historial>sample string 12</historial>
<id>1</id>
<imei>sample string 10</imei>
<model>sample string 13</model>
<observations>sample string 9</observations>
<order_number>sample string 2</order_number>
<purposeGeneral>sample string 20</purposeGeneral>
<seller_technical>sample string 7</seller_technical>
<seller_user>sample string 6</seller_user>
<serial>sample string 11</serial>
<spare_parts>sample string 18</spare_parts>
<status_name>sample string 25</status_name>
<technical_report>sample string 15</technical_report>
<type_pass>sample string 16</type_pass>
<warranty>5</warranty>
</repairSingle>
</ArrayOfrepairSingle>