PUT ops/deliverynotes

Request Information

URI Parameters

None.

Body Parameters

DeliveryNotePUT
NameDescriptionTypeAdditional information
DeliveryNoteNo

string

None.

Id

integer

None.

ModifiedBy

string

None.

WeightActual

integer

None.

WeightEstimated

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "deliveryNoteNo": "sample string 1",
  "id": 2,
  "modifiedBy": "sample string 3",
  "weightActual": 1,
  "weightEstimated": 1
}

application/xml, text/xml

Sample:
<DeliveryNotePUT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/myPortalApi.Models.Operations">
  <DeliveryNoteNo>sample string 1</DeliveryNoteNo>
  <Id>2</Id>
  <ModifiedBy>sample string 3</ModifiedBy>
  <WeightActual>1</WeightActual>
  <WeightEstimated>1</WeightEstimated>
</DeliveryNotePUT>

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 'DeliveryNotePUT'.

Response Information

Resource Description

None.