PUT ops/stacks

Request Information

URI Parameters

None.

Body Parameters

StackPUT
NameDescriptionTypeAdditional information
DeliveryNoteId

integer

None.

Id

integer

None.

LogLength

decimal number

None.

ModifiedBy

string

None.

StackNo

string

None.

Volume

decimal number

None.

Weight

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "deliveryNoteId": 1,
  "id": 1,
  "logLength": 1.0,
  "modifiedBy": "sample string 2",
  "stackNo": "sample string 3",
  "volume": 1.1,
  "weight": 1.1
}

application/xml, text/xml

Sample:
<StackPUT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/myPortalApi.Models.Operations">
  <DeliveryNoteId>1</DeliveryNoteId>
  <Id>1</Id>
  <LogLength>1</LogLength>
  <ModifiedBy>sample string 2</ModifiedBy>
  <StackNo>sample string 3</StackNo>
  <Volume>1.1</Volume>
  <Weight>1.1</Weight>
</StackPUT>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'StackPUT'.

Response Information

Resource Description

None.