POST api/jobs/updatemice

Request Information

URI Parameters

None.

Body Parameters

MiceJobUpdateBindingModel
NameDescriptionTypeAdditional information
Id

integer

None.

ActualStartDate

date

None.

ActualEndDate

date

None.

ActualPickupAddress

string

None.

ActualDeliveryAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ActualStartDate": "2025-12-21T00:54:33.228764+00:00",
  "ActualEndDate": "2025-12-21T00:54:33.228764+00:00",
  "ActualPickupAddress": "sample string 4",
  "ActualDeliveryAddress": "sample string 5"
}

application/xml, text/xml

Sample:
<MiceJobUpdateBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ethoz.Models.BindingModels">
  <ActualDeliveryAddress>sample string 5</ActualDeliveryAddress>
  <ActualEndDate>2025-12-21T00:54:33.228764+00:00</ActualEndDate>
  <ActualPickupAddress>sample string 4</ActualPickupAddress>
  <ActualStartDate>2025-12-21T00:54:33.228764+00:00</ActualStartDate>
  <Id>1</Id>
</MiceJobUpdateBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.