GET api/Administrator/AdminSupportRequestAssignBoy?RequestId={RequestId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
RequestId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SupportServiceProvider
NameDescriptionTypeAdditional information
ProviderId

string

None.

ProviderName

string

None.

LastOrderAssignedDate

string

None.

LastOrderAssignedTime

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProviderId": "sample string 1",
    "ProviderName": "sample string 2",
    "LastOrderAssignedDate": "sample string 3",
    "LastOrderAssignedTime": "sample string 4"
  },
  {
    "ProviderId": "sample string 1",
    "ProviderName": "sample string 2",
    "LastOrderAssignedDate": "sample string 3",
    "LastOrderAssignedTime": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSupportServiceProvider xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KPWebApi.Models">
  <SupportServiceProvider>
    <LastOrderAssignedDate>sample string 3</LastOrderAssignedDate>
    <LastOrderAssignedTime>sample string 4</LastOrderAssignedTime>
    <ProviderId>sample string 1</ProviderId>
    <ProviderName>sample string 2</ProviderName>
  </SupportServiceProvider>
  <SupportServiceProvider>
    <LastOrderAssignedDate>sample string 3</LastOrderAssignedDate>
    <LastOrderAssignedTime>sample string 4</LastOrderAssignedTime>
    <ProviderId>sample string 1</ProviderId>
    <ProviderName>sample string 2</ProviderName>
  </SupportServiceProvider>
</ArrayOfSupportServiceProvider>