PUT ops/deliverynotes
Request Information
URI Parameters
None.
Body Parameters
DeliveryNotePUTName | Description | Type | Additional 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:
Response Information
Resource Description
None.