POST api/my/basura/bookings/personnels/weight
Request Information
URI Parameters
None.
Body Parameters
BookingWeightDTOName | Description | Type | Additional information |
---|---|---|---|
bookingid | integer |
None. |
|
weight | string |
None. |
|
amount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "bookingid": 1, "weight": "sample string 2", "amount": 1.0 }
application/xml, text/xml
Sample:
<BookingWeightDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DTO"> <amount>1</amount> <bookingid>1</bookingid> <weight>sample string 2</weight> </BookingWeightDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.