GET v1/ServiceContract/ServiceDatesInPeriod?shopOwnerId={shopOwnerId}&from={from}&till={till}

Gets a list of all planned service dates in a period.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
shopOwnerId

The shop owner id

integer

Required.

from

The from date

date

Required.

till

The till date

date

Required.

Body Parameters

None.

Response Information

Resource Description

The list of service appointments objects

Collection of ServiceAppointmentBase
NameDescriptionTypeAdditional information
Id

integer

None.

StatusId

integer

None.

StatusName

string

None.

ServiceDate

date

None.

Response Formats

application/json, text/json

Sample:

Sample not available.