POST api/EditBooking/UpdateBooking

Request Information

URI Parameters

None.

Body Parameters

Updatejobmech
NameDescriptionTypeAdditional information
mechid

integer

None.

ServiceId

integer

None.

servicejobs

Collection of Servicejob

None.

Request Formats

application/json, text/json

Sample:
{
  "mechid": 1,
  "ServiceId": 2,
  "servicejobs": [
    {
      "MechID": 1,
      "ServiceJobID": 2
    },
    {
      "MechID": 1,
      "ServiceJobID": 2
    }
  ]
}

application/xml, text/xml

Sample:
<Updatejobmech xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyQuoteServiceWCF.Models">
  <ServiceId>2</ServiceId>
  <mechid>1</mechid>
  <servicejobs>
    <Servicejob>
      <MechID>1</MechID>
      <ServiceJobID>2</ServiceJobID>
    </Servicejob>
    <Servicejob>
      <MechID>1</MechID>
      <ServiceJobID>2</ServiceJobID>
    </Servicejob>
  </servicejobs>
</Updatejobmech>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.