GET api/ServiceProvision/OneOperation?customerId={customerId}&businessId={businessId}&operationId={operationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
Required |
|
| businessId | integer |
Required |
|
| operationId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OperationOverview| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Type | BasicInformation |
None. |
|
| OrderNumber | string |
None. |
|
| Manager | BasicInformation |
None. |
|
| ManagerPhoneNumber | string |
None. |
|
| ManagerEmailAddress | string |
None. |
|
| OutofTimeAlert | integer |
None. |
|
| PresenceRate | integer |
None. |
|
| ProductionRate | integer |
None. |
|
| CoverageRate | integer |
None. |
|
| OperationDays | Collection of OperationDay |
None. |
|
| EmployeeProfiles | Collection of ProfileInformation |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"StartDate": "2025-12-26T05:11:29.029527+01:00",
"EndDate": "2025-12-26T05:11:29.029527+01:00",
"Type": {
"Id": 1,
"Name": "sample string 2"
},
"OrderNumber": "sample string 5",
"Manager": {
"Id": 1,
"Name": "sample string 2"
},
"ManagerPhoneNumber": "sample string 6",
"ManagerEmailAddress": "sample string 7",
"OutofTimeAlert": 1,
"PresenceRate": 1,
"ProductionRate": 1,
"CoverageRate": 1,
"OperationDays": [
{
"IdDay": 1,
"DayOfWeek": "sample string 2",
"StartAm": "2025-12-26T05:11:29.029527+01:00",
"EndAm": "2025-12-26T05:11:29.029527+01:00",
"StartPm": "2025-12-26T05:11:29.029527+01:00",
"EndPm": "2025-12-26T05:11:29.029527+01:00",
"NumberOfHours": 7.1
},
{
"IdDay": 1,
"DayOfWeek": "sample string 2",
"StartAm": "2025-12-26T05:11:29.029527+01:00",
"EndAm": "2025-12-26T05:11:29.029527+01:00",
"StartPm": "2025-12-26T05:11:29.029527+01:00",
"EndPm": "2025-12-26T05:11:29.029527+01:00",
"NumberOfHours": 7.1
}
],
"EmployeeProfiles": [
{
"IsDefault": true,
"Id": 2,
"Name": "sample string 3"
},
{
"IsDefault": true,
"Id": 2,
"Name": "sample string 3"
}
]
},
{
"Id": 1,
"Name": "sample string 2",
"StartDate": "2025-12-26T05:11:29.029527+01:00",
"EndDate": "2025-12-26T05:11:29.029527+01:00",
"Type": {
"Id": 1,
"Name": "sample string 2"
},
"OrderNumber": "sample string 5",
"Manager": {
"Id": 1,
"Name": "sample string 2"
},
"ManagerPhoneNumber": "sample string 6",
"ManagerEmailAddress": "sample string 7",
"OutofTimeAlert": 1,
"PresenceRate": 1,
"ProductionRate": 1,
"CoverageRate": 1,
"OperationDays": [
{
"IdDay": 1,
"DayOfWeek": "sample string 2",
"StartAm": "2025-12-26T05:11:29.029527+01:00",
"EndAm": "2025-12-26T05:11:29.029527+01:00",
"StartPm": "2025-12-26T05:11:29.029527+01:00",
"EndPm": "2025-12-26T05:11:29.029527+01:00",
"NumberOfHours": 7.1
},
{
"IdDay": 1,
"DayOfWeek": "sample string 2",
"StartAm": "2025-12-26T05:11:29.029527+01:00",
"EndAm": "2025-12-26T05:11:29.029527+01:00",
"StartPm": "2025-12-26T05:11:29.029527+01:00",
"EndPm": "2025-12-26T05:11:29.029527+01:00",
"NumberOfHours": 7.1
}
],
"EmployeeProfiles": [
{
"IsDefault": true,
"Id": 2,
"Name": "sample string 3"
},
{
"IsDefault": true,
"Id": 2,
"Name": "sample string 3"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfOperationOverview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/myReportysModels.Models">
<OperationOverview>
<CoverageRate>1</CoverageRate>
<EmployeeProfiles>
<ProfileInformation>
<Id>2</Id>
<Name>sample string 3</Name>
<IsDefault>true</IsDefault>
</ProfileInformation>
<ProfileInformation>
<Id>2</Id>
<Name>sample string 3</Name>
<IsDefault>true</IsDefault>
</ProfileInformation>
</EmployeeProfiles>
<EndDate>2025-12-26T05:11:29.029527+01:00</EndDate>
<Id>1</Id>
<Manager>
<Id>1</Id>
<Name>sample string 2</Name>
</Manager>
<ManagerEmailAddress>sample string 7</ManagerEmailAddress>
<ManagerPhoneNumber>sample string 6</ManagerPhoneNumber>
<Name>sample string 2</Name>
<OperationDays>
<OperationDay>
<DayOfWeek>sample string 2</DayOfWeek>
<EndAm>2025-12-26T05:11:29.029527+01:00</EndAm>
<EndPm>2025-12-26T05:11:29.029527+01:00</EndPm>
<IdDay>1</IdDay>
<NumberOfHours>7.1</NumberOfHours>
<StartAm>2025-12-26T05:11:29.029527+01:00</StartAm>
<StartPm>2025-12-26T05:11:29.029527+01:00</StartPm>
</OperationDay>
<OperationDay>
<DayOfWeek>sample string 2</DayOfWeek>
<EndAm>2025-12-26T05:11:29.029527+01:00</EndAm>
<EndPm>2025-12-26T05:11:29.029527+01:00</EndPm>
<IdDay>1</IdDay>
<NumberOfHours>7.1</NumberOfHours>
<StartAm>2025-12-26T05:11:29.029527+01:00</StartAm>
<StartPm>2025-12-26T05:11:29.029527+01:00</StartPm>
</OperationDay>
</OperationDays>
<OrderNumber>sample string 5</OrderNumber>
<OutofTimeAlert>1</OutofTimeAlert>
<PresenceRate>1</PresenceRate>
<ProductionRate>1</ProductionRate>
<StartDate>2025-12-26T05:11:29.029527+01:00</StartDate>
<Type>
<Id>1</Id>
<Name>sample string 2</Name>
</Type>
</OperationOverview>
<OperationOverview>
<CoverageRate>1</CoverageRate>
<EmployeeProfiles>
<ProfileInformation>
<Id>2</Id>
<Name>sample string 3</Name>
<IsDefault>true</IsDefault>
</ProfileInformation>
<ProfileInformation>
<Id>2</Id>
<Name>sample string 3</Name>
<IsDefault>true</IsDefault>
</ProfileInformation>
</EmployeeProfiles>
<EndDate>2025-12-26T05:11:29.029527+01:00</EndDate>
<Id>1</Id>
<Manager>
<Id>1</Id>
<Name>sample string 2</Name>
</Manager>
<ManagerEmailAddress>sample string 7</ManagerEmailAddress>
<ManagerPhoneNumber>sample string 6</ManagerPhoneNumber>
<Name>sample string 2</Name>
<OperationDays>
<OperationDay>
<DayOfWeek>sample string 2</DayOfWeek>
<EndAm>2025-12-26T05:11:29.029527+01:00</EndAm>
<EndPm>2025-12-26T05:11:29.029527+01:00</EndPm>
<IdDay>1</IdDay>
<NumberOfHours>7.1</NumberOfHours>
<StartAm>2025-12-26T05:11:29.029527+01:00</StartAm>
<StartPm>2025-12-26T05:11:29.029527+01:00</StartPm>
</OperationDay>
<OperationDay>
<DayOfWeek>sample string 2</DayOfWeek>
<EndAm>2025-12-26T05:11:29.029527+01:00</EndAm>
<EndPm>2025-12-26T05:11:29.029527+01:00</EndPm>
<IdDay>1</IdDay>
<NumberOfHours>7.1</NumberOfHours>
<StartAm>2025-12-26T05:11:29.029527+01:00</StartAm>
<StartPm>2025-12-26T05:11:29.029527+01:00</StartPm>
</OperationDay>
</OperationDays>
<OrderNumber>sample string 5</OrderNumber>
<OutofTimeAlert>1</OutofTimeAlert>
<PresenceRate>1</PresenceRate>
<ProductionRate>1</ProductionRate>
<StartDate>2025-12-26T05:11:29.029527+01:00</StartDate>
<Type>
<Id>1</Id>
<Name>sample string 2</Name>
</Type>
</OperationOverview>
</ArrayOfOperationOverview>