POST Client/ScheduleRequestWithProduct
Schedule a new service in product view
Request Information
URI Parameters
None.
Body Parameters
The service request object
ParaScheduleRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| NeedHelpLanguageId | integer |
None. |
|
| AdditionalInfo | string |
None. |
|
| FromLanguage | integer |
None. |
|
| RelatedVersionCode | string |
None. |
|
| ApplicationCompanyCode | string |
None. |
|
| DeviceTypeCodeId | integer |
None. |
|
| ApplicationTypeCodeId | integer |
None. |
|
| ScheduleStartTime | date |
None. |
|
| ScheduleDuration | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"NeedHelpLanguageId": 1,
"AdditionalInfo": "sample string 2",
"FromLanguage": 1,
"RelatedVersionCode": "sample string 3",
"ApplicationCompanyCode": "sample string 4",
"DeviceTypeCodeId": 1,
"ApplicationTypeCodeId": 1,
"ScheduleStartTime": "2025-11-01T09:22:17.8613407Z",
"ScheduleDuration": 1
}
application/xml, text/xml
Sample:
<ParaScheduleRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <AdditionalInfo>sample string 2</AdditionalInfo> <ApplicationCompanyCode>sample string 4</ApplicationCompanyCode> <ApplicationTypeCodeId>1</ApplicationTypeCodeId> <DeviceTypeCodeId>1</DeviceTypeCodeId> <FromLanguage>1</FromLanguage> <NeedHelpLanguageId>1</NeedHelpLanguageId> <RelatedVersionCode>sample string 3</RelatedVersionCode> <ScheduleDuration>1</ScheduleDuration> <ScheduleStartTime>2025-11-01T09:22:17.8613407Z</ScheduleStartTime> </ParaScheduleRequest>
Response Information
Resource Description
Returns the transaction server API URL. If null, the transaction server API URL will remain the same
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |