GET api/Transport/inprogress/{id}

Retrieves the Status of a Transport Request

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The request number of the Transport Request

integer

Required

Body Parameters

None.

Response Information

Resource Description

An Integer. 1 if in progress, 2 if cancelled, 3 if completed

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>