POST api/DSI/AddWaveRequest
Request Information
URI Parameters
None.
Body Parameters
WaveRequestName | Description | Type | Additional information |
---|---|---|---|
id | string |
None. |
|
Type | string |
None. |
|
WaveGroupId | integer |
None. |
|
FormattedWaveGroupId | string |
None. |
|
OrderCount | integer |
None. |
|
BatchCount | integer |
None. |
|
WaveCount | integer |
None. |
|
BatchType | string |
None. |
|
SelectedSearch | string |
None. |
|
SelectedSearchId | string |
None. |
|
Status | string |
None. |
|
WaveUsers | Collection of string |
None. |
|
CreatedDate | date |
None. |
|
ModifiedDate | date |
None. |
|
CreatedBy | string |
None. |
|
ModifiedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "sample string 1", "Type": "sample string 2", "WaveGroupId": 3, "FormattedWaveGroupId": "sample string 4", "OrderCount": 5, "BatchCount": 6, "WaveCount": 7, "BatchType": "sample string 8", "SelectedSearch": "sample string 9", "SelectedSearchId": "sample string 10", "Status": "sample string 11", "WaveUsers": [ "sample string 1", "sample string 2" ], "CreatedDate": "2025-03-15T17:29:08.0624555+00:00", "ModifiedDate": "2025-03-15T17:29:08.0624555+00:00", "CreatedBy": "sample string 14", "ModifiedBy": "sample string 15" }
application/xml, text/xml
Sample:
<WaveRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>sample string 1</Id> <Type>sample string 2</Type> <WaveGroupId>3</WaveGroupId> <FormattedWaveGroupId>sample string 4</FormattedWaveGroupId> <OrderCount>5</OrderCount> <BatchCount>6</BatchCount> <WaveCount>7</WaveCount> <BatchType>sample string 8</BatchType> <SelectedSearch>sample string 9</SelectedSearch> <SelectedSearchId>sample string 10</SelectedSearchId> <Status>sample string 11</Status> <WaveUsers> <string>sample string 1</string> <string>sample string 2</string> </WaveUsers> <CreatedDate>2025-03-15T17:29:08.0624555+00:00</CreatedDate> <ModifiedDate>2025-03-15T17:29:08.0624555+00:00</ModifiedDate> <CreatedBy>sample string 14</CreatedBy> <ModifiedBy>sample string 15</ModifiedBy> </WaveRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.