GET api/WorldInfo/GetStatusDashboardItem/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

JobDetail
NameDescriptionTypeAdditional information
_class

string

Max length: 8

_id

string

Max length: 10

DocLocCode

string

Max length: 2

DocLocName

string

Max length: 28

DocNbr

string

Max length: 9

DocTypeCode

string

Max length: 1

DocTypeName

string

Max length: 12

DriverCode

string

Max length: 7

DriverManager

string

Max length: 32

DriverName

string

Max length: 40

ItemId

string

Max length: 9

RepairReasonCode

string

Max length: 4

RepairReasonName

string

Max length: 32

ServiceInstructions

string

Max length: 2048

UniqueAssetId

string

Max length: 5

StatusCode

string

Max length: 1

StatusName

string

Max length: 32

StatusUtcTimestamp

date

None.

RoStatusOpenedUtcTimestamp

date

None.

RoStatusStartedUtcTimestamp

date

None.

RoStatusCompletedUtcTimestamp

date

None.

UnitCustomerCode

string

Max length: 6

UnitCustomerName

string

Max length: 32

UnitDomicileLocCode

string

Max length: 2

UnitDomicileLocName

string

Max length: 32

UnitMaintLocCode

string

Max length: 2

UnitMaintLocName

string

Max length: 32

UnitNumber

string

Max length: 7

UnitTypeCode

string

Max length: 2

UnitTypeName

string

Max length: 16

UnitVin

string

Max length: 20

RecordType

string

Max length: 8

Response Formats

application/json, text/json

Sample:
{
  "_class": "sample string 1",
  "_id": "sample string 2",
  "DocLocCode": "sample string 3",
  "DocLocName": "sample string 4",
  "DocNbr": "sample string 5",
  "DocTypeCode": "sample string 6",
  "DocTypeName": "sample string 7",
  "DriverCode": "sample string 8",
  "DriverManager": "sample string 9",
  "DriverName": "sample string 10",
  "ItemId": "sample string 11",
  "RepairReasonCode": "sample string 12",
  "RepairReasonName": "sample string 13",
  "ServiceInstructions": "sample string 14",
  "UniqueAssetId": "sample string 15",
  "StatusCode": "sample string 16",
  "StatusName": "sample string 17",
  "StatusUtcTimestamp": "2024-11-22T23:30:53.9200406-06:00",
  "RoStatusOpenedUtcTimestamp": "2024-11-22T23:30:53.9200406-06:00",
  "RoStatusStartedUtcTimestamp": "2024-11-22T23:30:53.9200406-06:00",
  "RoStatusCompletedUtcTimestamp": "2024-11-22T23:30:53.9200406-06:00",
  "UnitCustomerCode": "sample string 19",
  "UnitCustomerName": "sample string 20",
  "UnitDomicileLocCode": "sample string 21",
  "UnitDomicileLocName": "sample string 22",
  "UnitMaintLocCode": "sample string 23",
  "UnitMaintLocName": "sample string 24",
  "UnitNumber": "sample string 25",
  "UnitTypeCode": "sample string 26",
  "UnitTypeName": "sample string 27",
  "UnitVin": "sample string 28",
  "RecordType": "sample string 29"
}

text/html

Sample:
{"_class":"sample string 1","_id":"sample string 2","DocLocCode":"sample string 3","DocLocName":"sample string 4","DocNbr":"sample string 5","DocTypeCode":"sample string 6","DocTypeName":"sample string 7","DriverCode":"sample string 8","DriverManager":"sample string 9","DriverName":"sample string 10","ItemId":"sample string 11","RepairReasonCode":"sample string 12","RepairReasonName":"sample string 13","ServiceInstructions":"sample string 14","UniqueAssetId":"sample string 15","StatusCode":"sample string 16","StatusName":"sample string 17","StatusUtcTimestamp":"2024-11-22T23:30:53.9200406-06:00","RoStatusOpenedUtcTimestamp":"2024-11-22T23:30:53.9200406-06:00","RoStatusStartedUtcTimestamp":"2024-11-22T23:30:53.9200406-06:00","RoStatusCompletedUtcTimestamp":"2024-11-22T23:30:53.9200406-06:00","UnitCustomerCode":"sample string 19","UnitCustomerName":"sample string 20","UnitDomicileLocCode":"sample string 21","UnitDomicileLocName":"sample string 22","UnitMaintLocCode":"sample string 23","UnitMaintLocName":"sample string 24","UnitNumber":"sample string 25","UnitTypeCode":"sample string 26","UnitTypeName":"sample string 27","UnitVin":"sample string 28","RecordType":"sample string 29"}

application/xml, text/xml

Sample:
<JobDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExtranetDB_DNF.Models.ShopStatusBoard">
  <DocLocCode>sample string 3</DocLocCode>
  <DocLocName>sample string 4</DocLocName>
  <DocNbr>sample string 5</DocNbr>
  <DocTypeCode>sample string 6</DocTypeCode>
  <DocTypeName>sample string 7</DocTypeName>
  <DriverCode>sample string 8</DriverCode>
  <DriverManager>sample string 9</DriverManager>
  <DriverName>sample string 10</DriverName>
  <ItemId>sample string 11</ItemId>
  <RecordType>sample string 29</RecordType>
  <RepairReasonCode>sample string 12</RepairReasonCode>
  <RepairReasonName>sample string 13</RepairReasonName>
  <RoStatusCompletedUtcTimestamp>2024-11-22T23:30:53.9200406-06:00</RoStatusCompletedUtcTimestamp>
  <RoStatusOpenedUtcTimestamp>2024-11-22T23:30:53.9200406-06:00</RoStatusOpenedUtcTimestamp>
  <RoStatusStartedUtcTimestamp>2024-11-22T23:30:53.9200406-06:00</RoStatusStartedUtcTimestamp>
  <ServiceInstructions>sample string 14</ServiceInstructions>
  <StatusCode>sample string 16</StatusCode>
  <StatusName>sample string 17</StatusName>
  <StatusUtcTimestamp>2024-11-22T23:30:53.9200406-06:00</StatusUtcTimestamp>
  <UniqueAssetId>sample string 15</UniqueAssetId>
  <UnitCustomerCode>sample string 19</UnitCustomerCode>
  <UnitCustomerName>sample string 20</UnitCustomerName>
  <UnitDomicileLocCode>sample string 21</UnitDomicileLocCode>
  <UnitDomicileLocName>sample string 22</UnitDomicileLocName>
  <UnitMaintLocCode>sample string 23</UnitMaintLocCode>
  <UnitMaintLocName>sample string 24</UnitMaintLocName>
  <UnitNumber>sample string 25</UnitNumber>
  <UnitTypeCode>sample string 26</UnitTypeCode>
  <UnitTypeName>sample string 27</UnitTypeName>
  <UnitVin>sample string 28</UnitVin>
  <_class>sample string 1</_class>
  <_id>sample string 2</_id>
</JobDetail>