GET api/WebshopServiceRequests/GetWebshopServiceRequests

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

WebshopServiceRequest
NameDescriptionTypeAdditional information
ServiceId

integer

None.

ServiceIsFinished

boolean

None.

ServiceInProgress

boolean

None.

ServiceDate

date

None.

ServiceUserName

string

Required

ServiceUserEmail

string

Required

ServicePhoneNumber

string

Required

ServiceQuotationRequest

boolean

Required

ServiceOnSite

boolean

Required

ServiceOnSiteStreet

string

None.

ServiceOnSiteCity

string

None.

ServiceOnSitePostal

string

None.

ServiceProblemDescrition

string

Required

ServiceSendItems

string

Required

ServiceDeliverItems

boolean

Required

ServiceDeliveryStreet

string

None.

ServiceDeliveryCity

string

None.

ServiceDeliveryPostal

string

None.

ObjectState

ObjectState

None.

Response Formats

application/json, text/json

Sample:
{
  "serviceId": 1,
  "serviceIsFinished": true,
  "serviceInProgress": true,
  "serviceDate": "2025-12-12T21:42:04.5851257+01:00",
  "serviceUserName": "sample string 5",
  "serviceUserEmail": "sample string 6",
  "servicePhoneNumber": "sample string 7",
  "serviceQuotationRequest": true,
  "serviceOnSite": true,
  "serviceOnSiteStreet": "sample string 10",
  "serviceOnSiteCity": "sample string 11",
  "serviceOnSitePostal": "sample string 12",
  "serviceProblemDescrition": "sample string 13",
  "serviceSendItems": "sample string 14",
  "serviceDeliverItems": true,
  "serviceDeliveryStreet": "sample string 16",
  "serviceDeliveryCity": "sample string 17",
  "serviceDeliveryPostal": "sample string 18",
  "objectState": 0
}

application/xml, text/xml

Sample:
<WebshopServiceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gruo.Core.Models">
  <ObjectState xmlns="http://schemas.datacontract.org/2004/07/Gruo.Core.Repository">Unchanged</ObjectState>
  <ServiceDate>2025-12-12T21:42:04.5851257+01:00</ServiceDate>
  <ServiceDeliverItems>true</ServiceDeliverItems>
  <ServiceDeliveryCity>sample string 17</ServiceDeliveryCity>
  <ServiceDeliveryPostal>sample string 18</ServiceDeliveryPostal>
  <ServiceDeliveryStreet>sample string 16</ServiceDeliveryStreet>
  <ServiceId>1</ServiceId>
  <ServiceInProgress>true</ServiceInProgress>
  <ServiceIsFinished>true</ServiceIsFinished>
  <ServiceOnSite>true</ServiceOnSite>
  <ServiceOnSiteCity>sample string 11</ServiceOnSiteCity>
  <ServiceOnSitePostal>sample string 12</ServiceOnSitePostal>
  <ServiceOnSiteStreet>sample string 10</ServiceOnSiteStreet>
  <ServicePhoneNumber>sample string 7</ServicePhoneNumber>
  <ServiceProblemDescrition>sample string 13</ServiceProblemDescrition>
  <ServiceQuotationRequest>true</ServiceQuotationRequest>
  <ServiceSendItems>sample string 14</ServiceSendItems>
  <ServiceUserEmail>sample string 6</ServiceUserEmail>
  <ServiceUserName>sample string 5</ServiceUserName>
</WebshopServiceRequest>