Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| contractId | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
contractView| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier | ||
| id2 | integer | ||
| contract_type_id | globally unique identifier | ||
| contract_type_name | string | ||
| reference_customer | string | ||
| date_start | date | ||
| date_end | date | ||
| date_cancel | date | ||
| contract_name | string | ||
| contract_status_name | string | ||
| sla_name | string | ||
| sla_coverage_type | string | ||
| sla_description | string | ||
| sla_respone_time | string | ||
| sla_arrival_time | string | ||
| sla_resolution_time | string | ||
| service_models | Collection of ServiceModelView |
Response Formats
application/json, text/json
Sample:
{
"id": "6cc9d1c1-adb5-40c2-8aff-34c37b8ea4fa",
"id2": 2,
"contract_type_id": "134566bc-73ce-401f-b909-cce023a65df4",
"contract_type_name": "sample string 4",
"reference_customer": "sample string 5",
"date_start": "2026-06-24T04:00:30.951629+00:00",
"date_end": "2026-06-24T04:00:30.951629+00:00",
"date_cancel": "2026-06-24T04:00:30.951629+00:00",
"contract_name": "sample string 9",
"contract_status_name": "sample string 10",
"sla_name": "sample string 11",
"sla_coverage_type": "sample string 12",
"sla_description": "sample string 13",
"sla_respone_time": "sample string 14",
"sla_arrival_time": "sample string 15",
"sla_resolution_time": "sample string 16",
"service_models": [
{
"id": "2768a7d8-67b1-456a-ac9c-6223963087cb",
"id2": 2,
"reference_back_office": "sample string 3",
"service_model_name": "sample string 4",
"date_start": "2026-06-24T04:00:30.951629+00:00",
"date_end": "2026-06-24T04:00:30.951629+00:00",
"service_model_recurence": "sample string 7",
"job_type_name": "sample string 8",
"job_type_color": "sample string 9",
"next_expected_job_date": "2026-06-24T04:00:30.951629+00:00"
},
{
"id": "2768a7d8-67b1-456a-ac9c-6223963087cb",
"id2": 2,
"reference_back_office": "sample string 3",
"service_model_name": "sample string 4",
"date_start": "2026-06-24T04:00:30.951629+00:00",
"date_end": "2026-06-24T04:00:30.951629+00:00",
"service_model_recurence": "sample string 7",
"job_type_name": "sample string 8",
"job_type_color": "sample string 9",
"next_expected_job_date": "2026-06-24T04:00:30.951629+00:00"
}
]
}
application/xml, text/xml
Sample:
<contractView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Odyssee.ServiceDesk.Api.Models">
<contract_name>sample string 9</contract_name>
<contract_status_name>sample string 10</contract_status_name>
<contract_type_id>134566bc-73ce-401f-b909-cce023a65df4</contract_type_id>
<contract_type_name>sample string 4</contract_type_name>
<date_cancel xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-06-24T04:00:30.951629Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</date_cancel>
<date_end xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-06-24T04:00:30.951629Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</date_end>
<date_start xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-06-24T04:00:30.951629Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</date_start>
<id>6cc9d1c1-adb5-40c2-8aff-34c37b8ea4fa</id>
<id2>2</id2>
<reference_customer>sample string 5</reference_customer>
<service_models>
<ServiceModelView>
<date_end xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-06-24T04:00:30.951629Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</date_end>
<date_start xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-06-24T04:00:30.951629Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</date_start>
<id>2768a7d8-67b1-456a-ac9c-6223963087cb</id>
<id2>2</id2>
<job_type_color>sample string 9</job_type_color>
<job_type_name>sample string 8</job_type_name>
<next_expected_job_date xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-06-24T04:00:30.951629Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</next_expected_job_date>
<reference_back_office>sample string 3</reference_back_office>
<service_model_name>sample string 4</service_model_name>
<service_model_recurence>sample string 7</service_model_recurence>
</ServiceModelView>
<ServiceModelView>
<date_end xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-06-24T04:00:30.951629Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</date_end>
<date_start xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-06-24T04:00:30.951629Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</date_start>
<id>2768a7d8-67b1-456a-ac9c-6223963087cb</id>
<id2>2</id2>
<job_type_color>sample string 9</job_type_color>
<job_type_name>sample string 8</job_type_name>
<next_expected_job_date xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-06-24T04:00:30.951629Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</next_expected_job_date>
<reference_back_office>sample string 3</reference_back_office>
<service_model_name>sample string 4</service_model_name>
<service_model_recurence>sample string 7</service_model_recurence>
</ServiceModelView>
</service_models>
<sla_arrival_time>sample string 15</sla_arrival_time>
<sla_coverage_type>sample string 12</sla_coverage_type>
<sla_description>sample string 13</sla_description>
<sla_name>sample string 11</sla_name>
<sla_resolution_time>sample string 16</sla_resolution_time>
<sla_respone_time>sample string 14</sla_respone_time>
</contractView>