POST api/Dispatch/SaveSkipStatusByStopAndroid

Request Information

URI Parameters

None.

Body Parameters

CompleteStatusByStopViewModel
NameDescriptionTypeAdditional information
StopId

integer

None.

CustomerId

integer

None.

DriverId

integer

None.

TotalPicked

integer

None.

TotalDropped

integer

None.

CompletedDate

date

None.

StopStatus

string

None.

IsSkip

boolean

None.

DriverNotes

string

None.

Message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StopId": 1,
  "CustomerId": 2,
  "DriverId": 3,
  "TotalPicked": 4,
  "TotalDropped": 5,
  "CompletedDate": "2024-09-19T22:33:36.1577412+05:30",
  "StopStatus": "sample string 7",
  "IsSkip": true,
  "DriverNotes": "sample string 9",
  "Message": "sample string 10"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.