POST api/DEW/FRQueueUpdate
Request Information
URI Parameters
None.
Body Parameters
FRQueueUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DerNum | integer |
None. |
|
| SiteGroupNum | integer |
None. |
|
| DerType | string |
None. |
|
| OtherDerType | string |
None. |
|
| UserName | string |
None. |
|
| SessionNum | integer |
None. |
|
| SessionPassword | Collection of byte |
None. |
|
| ApplicationCode | string |
None. |
|
| StagesURL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DerNum": 1,
"SiteGroupNum": 1,
"DerType": "sample string 1",
"OtherDerType": "sample string 2",
"UserName": "sample string 3",
"SessionNum": 4,
"SessionPassword": "QEA=",
"ApplicationCode": "sample string 5",
"StagesURL": "sample string 6"
}
application/xml, text/xml
Sample:
<FRQueueUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models"> <StagesURL>sample string 6</StagesURL> <ApplicationCode>sample string 5</ApplicationCode> <SessionNum>4</SessionNum> <SessionPassword>QEA=</SessionPassword> <DerNum>1</DerNum> <DerType>sample string 1</DerType> <OtherDerType>sample string 2</OtherDerType> <SiteGroupNum>1</SiteGroupNum> <UserName>sample string 3</UserName> </FRQueueUpdateRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FRQueueUpdateResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| FRQU | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"ErrorMessage": "sample string 2",
"FRQU": 3
}
application/xml, text/xml
Sample:
<FRQueueUpdateResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models"> <ErrorMessage>sample string 2</ErrorMessage> <FRQU>3</FRQU> <Success>true</Success> </FRQueueUpdateResult>