POST api/DSI/UpdateWave

Request Information

URI Parameters

None.

Body Parameters

Wave
NameDescriptionTypeAdditional information
id

string

None.

Type

string

None.

WaveId

integer

None.

WaveGroupId

integer

None.

FormattedWaveId

string

None.

FormattedWaveGroupId

string

None.

UserName

string

None.

OrderCount

integer

None.

WaveDescription

string

None.

CreatedDate

date

None.

ModifiedDate

date

None.

CreatedBy

string

None.

ModifiedBy

string

None.

Orders

Collection of WaveOrderLine

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "Type": "sample string 2",
  "WaveId": 3,
  "WaveGroupId": 4,
  "FormattedWaveId": "sample string 5",
  "FormattedWaveGroupId": "sample string 6",
  "UserName": "sample string 7",
  "OrderCount": 8,
  "WaveDescription": "sample string 9",
  "CreatedDate": "2024-09-05T13:18:48.5709966+00:00",
  "ModifiedDate": "2024-09-05T13:18:48.5709966+00:00",
  "CreatedBy": "sample string 12",
  "ModifiedBy": "sample string 13",
  "Orders": [
    {
      "NSInternalId": "sample string 1",
      "OrderNumber": "sample string 2"
    },
    {
      "NSInternalId": "sample string 1",
      "OrderNumber": "sample string 2"
    }
  ]
}

application/xml, text/xml

Sample:
<Wave 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>
  <WaveId>3</WaveId>
  <WaveGroupId>4</WaveGroupId>
  <FormattedWaveId>sample string 5</FormattedWaveId>
  <FormattedWaveGroupId>sample string 6</FormattedWaveGroupId>
  <UserName>sample string 7</UserName>
  <OrderCount>8</OrderCount>
  <WaveDescription>sample string 9</WaveDescription>
  <CreatedDate>2024-09-05T13:18:48.5709966+00:00</CreatedDate>
  <ModifiedDate>2024-09-05T13:18:48.5709966+00:00</ModifiedDate>
  <CreatedBy>sample string 12</CreatedBy>
  <ModifiedBy>sample string 13</ModifiedBy>
  <Orders>
    <WaveOrderLine>
      <NSInternalId>sample string 1</NSInternalId>
      <OrderNumber>sample string 2</OrderNumber>
    </WaveOrderLine>
    <WaveOrderLine>
      <NSInternalId>sample string 1</NSInternalId>
      <OrderNumber>sample string 2</OrderNumber>
    </WaveOrderLine>
  </Orders>
</Wave>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.