ko.viewmodel vs ko.mapping - viewmodel creation (v11)

Revision 11 of this benchmark created on


Description

Performance comparison between the knockout mapping plugins ko.viewmodel and ko.mapping.

Preparation HTML

<script src="http://cdnjs.cloudflare.com/ajax/libs/knockout/2.2.0/knockout-min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/knockout.mapping/2.3.3/knockout.mapping.js"></script>
<script src="http://coderenaissance.github.com/knockout.viewmodel/knockout.viewmodel.min.js"></script>

Setup

viewmodel = null,
    model = [{
      "ROLinkUrl": "/Service/RepairOrder?id=2335087",
      "CustomerId": 32595,
      "CustomerCode": "32595",
      "CustomerAS400Code": "32595",
      "CustomerEnglishName": "Cust1",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 17,
      "PlateNumber": "XXX-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1384380000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 2,
      "AppointmentArrivalTime": "\/Date(1383814260000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000000000000",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "test",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222769         ",
      "CreationDate": "\/Date(1383775200000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "test",
      "ModificationDate": "\/Date(1383775200000)\/",
      "Link": null,
      "Id": 2335087,
      "EnglishName": "RPO-01-13-222769         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334919",
      "CustomerId": 32591,
      "CustomerCode": "32591",
      "CustomerAS400Code": "32591",
      "CustomerEnglishName": "Special case",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29445,
      "PlateNumber": "DDD-3232",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1382968800000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 312312,
      "AppointmentArrivalTime": "\/Date(1382870829000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 8801,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000wdwsasfdw3",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222765         ",
      "CreationDate": "\/Date(1382870905000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "",
      "ModificationDate": "\/Date(1382870905000)\/",
      "Link": null,
      "Id": 2334919,
      "EnglishName": "RPO-01-13-222765         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334911",
      "CustomerId": 32590,
      "CustomerCode": "32590",
      "CustomerAS400Code": "32590",
      "CustomerEnglishName": "test pending aop",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29444,
      "PlateNumber": "III-222",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1384084800000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 23233,
      "AppointmentArrivalTime": "\/Date(1382785998000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 2848,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000kkkkkkkkkkk5",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222764         ",
      "CreationDate": "\/Date(1382786244000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "",
      "ModificationDate": "\/Date(1382786244000)\/",
      "Link": null,
      "Id": 2334911,
      "EnglishName": "RPO-01-13-222764         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334905",
      "CustomerId": 32585,
      "CustomerCode": "32585",
      "CustomerAS400Code": "32585",
      "CustomerEnglishName": "Ateya",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29439,
      "PlateNumber": "ATE-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383170400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 2000,
      "AppointmentArrivalTime": "\/Date(1382445240000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gate",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "a",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222763         ",
      "CreationDate": "\/Date(1382445331000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "a",
      "ModificationDate": "\/Date(1382445331000)\/",
      "Link": null,
      "Id": 2334905,
      "EnglishName": "RPO-01-13-222763         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334894",
      "CustomerId": 32585,
      "CustomerCode": "32585",
      "CustomerAS400Code": "32585",
      "CustomerEnglishName": "Ateya",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29439,
      "PlateNumber": "ATE-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1382443920000)\/",
      "DeliveryDate": "\/Date(1382445178000)\/",
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gate",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "a",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222760         ",
      "CreationDate": "\/Date(1382445176000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "a",
      "ModificationDate": "\/Date(1382445176000)\/",
      "Link": null,
      "Id": 2334894,
      "EnglishName": "RPO-01-13-222760         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334897",
      "CustomerId": 32587,
      "CustomerCode": "32587",
      "CustomerAS400Code": "32587",
      "CustomerEnglishName": "dakrory",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29441,
      "PlateNumber": "DAKR-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1383170400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1382444580000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 89,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gdak",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "dak",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222761         ",
      "CreationDate": "\/Date(1382392800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 10,
      "StatusCode": "PRG",
      "StatusEnglishName": "In Progress",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 12,
      "DocumentTypeStatusModel": {
        "Id": 12,
        "StatusId": 10,
        "Code": "PRG",
        "StatusName": "In Progress",
        "StatusArabicName": null
      },
      "Comments": "dak",
      "ModificationDate": "\/Date(1382392800000)\/",
      "Link": null,
      "Id": 2334897,
      "EnglishName": "RPO-01-13-222761         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334901",
      "CustomerId": 32588,
      "CustomerCode": "32588",
      "CustomerAS400Code": "32588",
      "CustomerEnglishName": "Emi",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29442,
      "PlateNumber": "EMI-123",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1383170400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1382444700000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gemi",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "e",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222762         ",
      "CreationDate": "\/Date(1382392800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 19,
      "StatusCode": "FFQ",
      "StatusEnglishName": "Failed Final QC",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 21,
      "DocumentTypeStatusModel": {
        "Id": 21,
        "StatusId": 19,
        "Code": "FFQ",
        "StatusName": "Failed Final QC",
        "StatusArabicName": null
      },
      "Comments": "e",
      "ModificationDate": "\/Date(1382392800000)\/",
      "Link": null,
      "Id": 2334901,
      "EnglishName": "RPO-01-13-222762         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334872",
      "CustomerId": 32581,
      "CustomerCode": "32581",
      "CustomerAS400Code": "32581",
      "CustomerEnglishName": "Anass",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29435,
      "PlateNumber": "ANA-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383170400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 2000,
      "AppointmentArrivalTime": "\/Date(1382266200000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gana",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "a",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222759         ",
      "CreationDate": "\/Date(1382266262000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "a",
      "ModificationDate": "\/Date(1382266262000)\/",
      "Link": null,
      "Id": 2334872,
      "EnglishName": "RPO-01-13-222759         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334859",
      "CustomerId": 32581,
      "CustomerCode": "32581",
      "CustomerAS400Code": "32581",
      "CustomerEnglishName": "Anass",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29435,
      "PlateNumber": "ANA-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1382265240000)\/",
      "DeliveryDate": "\/Date(1382265992000)\/",
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gana",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "a",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222756         ",
      "CreationDate": "\/Date(1382265990000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "a",
      "ModificationDate": "\/Date(1382265990000)\/",
      "Link": null,
      "Id": 2334859,
      "EnglishName": "RPO-01-13-222756         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334867",
      "CustomerId": 32584,
      "CustomerCode": "32584",
      "CustomerAS400Code": "32584",
      "CustomerEnglishName": "Demyana",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29438,
      "PlateNumber": "DEM-123",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1383170400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1382265600000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gdem",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "d",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222758         ",
      "CreationDate": "\/Date(1382220000000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 10,
      "StatusCode": "PRG",
      "StatusEnglishName": "In Progress",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 12,
      "DocumentTypeStatusModel": {
        "Id": 12,
        "StatusId": 10,
        "Code": "PRG",
        "StatusName": "In Progress",
        "StatusArabicName": null
      },
      "Comments": "d",
      "ModificationDate": "\/Date(1382220000000)\/",
      "Link": null,
      "Id": 2334867,
      "EnglishName": "RPO-01-13-222758         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334863",
      "CustomerId": 32583,
      "CustomerCode": "32583",
      "CustomerAS400Code": "32583",
      "CustomerEnglishName": "Ceemon",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29437,
      "PlateNumber": "CEEM-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1383170400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1382265420000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 89,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gceem",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "c",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222757         ",
      "CreationDate": "\/Date(1382220000000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 19,
      "StatusCode": "FFQ",
      "StatusEnglishName": "Failed Final QC",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 21,
      "DocumentTypeStatusModel": {
        "Id": 21,
        "StatusId": 19,
        "Code": "FFQ",
        "StatusName": "Failed Final QC",
        "StatusArabicName": null
      },
      "Comments": "c",
      "ModificationDate": "\/Date(1382220000000)\/",
      "Link": null,
      "Id": 2334863,
      "EnglishName": "RPO-01-13-222757         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334850",
      "CustomerId": 32577,
      "CustomerCode": "32577",
      "CustomerAS400Code": "32577",
      "CustomerEnglishName": "cengab",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29428,
      "PlateNumber": "CEN-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1383206400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 2000,
      "AppointmentArrivalTime": "\/Date(1381671240000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gceng",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "c",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222755         ",
      "CreationDate": "\/Date(1381671328000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "c",
      "ModificationDate": "\/Date(1381671328000)\/",
      "Link": null,
      "Id": 2334850,
      "EnglishName": "RPO-01-13-222755         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334840",
      "CustomerId": 32577,
      "CustomerCode": "32577",
      "CustomerAS400Code": "32577",
      "CustomerEnglishName": "cengab",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29428,
      "PlateNumber": "CEN-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1381664040000)\/",
      "DeliveryDate": "\/Date(1381671056000)\/",
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gceng",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "c",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222752         ",
      "CreationDate": "\/Date(1381671053000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "c",
      "ModificationDate": "\/Date(1381671053000)\/",
      "Link": null,
      "Id": 2334840,
      "EnglishName": "RPO-01-13-222752         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334842",
      "CustomerId": 32578,
      "CustomerCode": "32578",
      "CustomerAS400Code": "32578",
      "CustomerEnglishName": "Deemo",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29429,
      "PlateNumber": "DEEM-123",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1383202800000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1381666020000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 89,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gdeem",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "d",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222753         ",
      "CreationDate": "\/Date(1381615200000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "d",
      "ModificationDate": "\/Date(1381615200000)\/",
      "Link": null,
      "Id": 2334842,
      "EnglishName": "RPO-01-13-222753         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334846",
      "CustomerId": 32579,
      "CustomerCode": "32579",
      "CustomerAS400Code": "32579",
      "CustomerEnglishName": "Eta",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29430,
      "PlateNumber": "ETA-123",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1383202800000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1381670040000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Geta",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "e",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222754         ",
      "CreationDate": "\/Date(1381615200000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 19,
      "StatusCode": "FFQ",
      "StatusEnglishName": "Failed Final QC",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 21,
      "DocumentTypeStatusModel": {
        "Id": 21,
        "StatusId": 19,
        "Code": "FFQ",
        "StatusName": "Failed Final QC",
        "StatusArabicName": null
      },
      "Comments": "e",
      "ModificationDate": "\/Date(1381615200000)\/",
      "Link": null,
      "Id": 2334846,
      "EnglishName": "RPO-01-13-222754         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334777",
      "CustomerId": 32572,
      "CustomerCode": "32572",
      "CustomerAS400Code": "32572",
      "CustomerEnglishName": "GUI",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29423,
      "PlateNumber": "EWD-34325",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 222222,
      "AppointmentArrivalTime": "\/Date(1381389060000)\/",
      "DeliveryDate": "\/Date(1381402312000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 2847,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000efewfew4f",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "dddd",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222748         ",
      "CreationDate": "\/Date(1381402310000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "dddd",
      "ModificationDate": "\/Date(1381402310000)\/",
      "Link": null,
      "Id": 2334777,
      "EnglishName": "RPO-01-13-222748         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334803",
      "CustomerId": 32572,
      "CustomerCode": "32572",
      "CustomerAS400Code": "32572",
      "CustomerEnglishName": "GUI",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29423,
      "PlateNumber": "EWD-34325",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1382094000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 2222252,
      "AppointmentArrivalTime": "\/Date(1381402440000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000efewfew4f",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "ettt",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222749         ",
      "CreationDate": "\/Date(1381356000000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "ettt",
      "ModificationDate": "\/Date(1381356000000)\/",
      "Link": null,
      "Id": 2334803,
      "EnglishName": "RPO-01-13-222749         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334806",
      "CustomerId": 32573,
      "CustomerCode": "32573",
      "CustomerAS400Code": "32573",
      "CustomerEnglishName": "warranty kman",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29424,
      "PlateNumber": "WDQ-2124",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383170400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 2132,
      "AppointmentArrivalTime": "\/Date(1381403280000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000frgf",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "zxc",
      "IsWarrantyApproved": true,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222750         ",
      "CreationDate": "\/Date(1381356000000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "zxc",
      "ModificationDate": "\/Date(1381356000000)\/",
      "Link": null,
      "Id": 2334806,
      "EnglishName": "RPO-01-13-222750         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334694",
      "CustomerId": 32571,
      "CustomerCode": "32571",
      "CustomerAS400Code": "32571",
      "CustomerEnglishName": "test xyz",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29422,
      "PlateNumber": "GFH-656565",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383404400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 5476756,
      "AppointmentArrivalTime": "\/Date(1381226829000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 3199,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000333333333333",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "uuu",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech", "P \u0026 P"],
      "Code": "RPO-01-13-222747         ",
      "CreationDate": "\/Date(1381183200000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "uuu",
      "ModificationDate": "\/Date(1381183200000)\/",
      "Link": null,
      "Id": 2334694,
      "EnglishName": "RPO-01-13-222747         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334576",
      "CustomerId": 32569,
      "CustomerCode": "32569",
      "CustomerAS400Code": "32569",
      "CustomerEnglishName": "cust2",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 6,
      "PlateNumber": "QOR-007591",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380837600000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 51463,
      "AppointmentArrivalTime": "\/Date(1380717240000)\/",
      "DeliveryDate": "\/Date(1380718674000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 17,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000000000659",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "test",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222735         ",
      "CreationDate": "\/Date(1380717631000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "test",
      "ModificationDate": "\/Date(1380717631000)\/",
      "Link": null,
      "Id": 2334576,
      "EnglishName": "RPO-01-13-222735         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334595",
      "CustomerId": 32570,
      "CustomerCode": "32570",
      "CustomerAS400Code": "32570",
      "CustomerEnglishName": "ddddd",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29421,
      "PlateNumber": "GGG-454",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380751200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 20000,
      "AppointmentArrivalTime": "\/Date(1380722700000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I000056745hh",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "fhgfh",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222737         ",
      "CreationDate": "\/Date(1380664800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "fhgfh",
      "ModificationDate": "\/Date(1380664800000)\/",
      "Link": null,
      "Id": 2334595,
      "EnglishName": "RPO-01-13-222737         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334518",
      "CustomerId": 32567,
      "CustomerCode": "32567",
      "CustomerAS400Code": "32567",
      "CustomerEnglishName": "Awad",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29419,
      "PlateNumber": "BRA-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383170400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1380633300000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gbra",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "b",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222734         ",
      "CreationDate": "\/Date(1380633531000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "b",
      "ModificationDate": "\/Date(1380633531000)\/",
      "Link": null,
      "Id": 2334518,
      "EnglishName": "RPO-01-13-222734         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334494",
      "CustomerId": 32565,
      "CustomerCode": "32565",
      "CustomerAS400Code": "32565",
      "CustomerEnglishName": "cust1",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29418,
      "PlateNumber": "334-222322",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383170400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 90,
      "AppointmentArrivalTime": "\/Date(1380624366000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 85880,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000989898",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222733         ",
      "CreationDate": "\/Date(1380624434000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "",
      "ModificationDate": "\/Date(1380624434000)\/",
      "Link": null,
      "Id": 2334494,
      "EnglishName": "RPO-01-13-222733         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334438",
      "CustomerId": 32564,
      "CustomerCode": "32564",
      "CustomerAS400Code": "32564",
      "CustomerEnglishName": "Daweedar",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29417,
      "PlateNumber": "DOW-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 2000,
      "AppointmentArrivalTime": "\/Date(1380472980000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gdow",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "d",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222729         ",
      "CreationDate": "\/Date(1380473058000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "d",
      "ModificationDate": "\/Date(1380473058000)\/",
      "Link": null,
      "Id": 2334438,
      "EnglishName": "RPO-01-13-222729         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334433",
      "CustomerId": 32564,
      "CustomerCode": "32564",
      "CustomerAS400Code": "32564",
      "CustomerEnglishName": "Daweedar",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29417,
      "PlateNumber": "DOW-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1380472140000)\/",
      "DeliveryDate": "\/Date(1380472878000)\/",
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 89,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gdow",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "d",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222728         ",
      "CreationDate": "\/Date(1380472876000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "d",
      "ModificationDate": "\/Date(1380472876000)\/",
      "Link": null,
      "Id": 2334433,
      "EnglishName": "RPO-01-13-222728         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334424",
      "CustomerId": 32563,
      "CustomerCode": "32563",
      "CustomerAS400Code": "32563",
      "CustomerEnglishName": "Baha2",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29416,
      "PlateNumber": "BAH-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1380464340000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 370,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gbah",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "b",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222727         ",
      "CreationDate": "\/Date(1380464429000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "b",
      "ModificationDate": "\/Date(1380464429000)\/",
      "Link": null,
      "Id": 2334424,
      "EnglishName": "RPO-01-13-222727         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333681",
      "CustomerId": 32483,
      "CustomerCode": "32483",
      "CustomerAS400Code": "32483",
      "CustomerEnglishName": "Gendy",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29351,
      "PlateNumber": "GEN-123",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378643460000)\/",
      "DeliveryDate": "\/Date(1378821457000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 89,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "0000000Ogebn",
      "Year": null,
      "ModelEnglishName": "AE101L-DEHDKA",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "gen",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222642         ",
      "CreationDate": "\/Date(1380056232000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "gen",
      "ModificationDate": "\/Date(1380056232000)\/",
      "Link": null,
      "Id": 2333681,
      "EnglishName": "RPO-01-13-222642         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333828",
      "CustomerId": 29624,
      "CustomerCode": "29624",
      "CustomerAS400Code": "01-025612",
      "CustomerEnglishName": "5 STARRS CO.",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 28309,
      "PlateNumber": "GMK-000219",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 52499,
      "AppointmentArrivalTime": "\/Date(1378834320000)\/",
      "DeliveryDate": "\/Date(1378910611000)\/",
      "RangeArabicName": "هاي أس",
      "RangeCode": "KDH222",
      "RangeComments": null,
      "RangeEnglishName": "Hi ace",
      "RangeId": 18,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KDH222",
      "FlatRateModelCode": "KDH222",
      "FlatRateModelEnglishName": "KDH222",
      "FlatRateModelId": 105,
      "Chassis": "JTGSS23P990056901",
      "Year": null,
      "ModelEnglishName": "KDH222L-LEMNYV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "5",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222663         ",
      "CreationDate": "\/Date(1380056168000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "5",
      "ModificationDate": "\/Date(1380056168000)\/",
      "Link": null,
      "Id": 2333828,
      "EnglishName": "RPO-01-13-222663         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334000",
      "CustomerId": 32525,
      "CustomerCode": "32525",
      "CustomerAS400Code": "32525",
      "CustomerEnglishName": "war cust. 2",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29387,
      "PlateNumber": "DGD-344535",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 343,
      "AppointmentArrivalTime": "\/Date(1379321541000)\/",
      "DeliveryDate": "\/Date(1379323199000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 61,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I00005ewrrwe",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": null,
      "IsWarrantyApproved": true,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222690         ",
      "CreationDate": "\/Date(1380052703000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": null,
      "ModificationDate": "\/Date(1380052703000)\/",
      "Link": null,
      "Id": 2334000,
      "EnglishName": "RPO-01-13-222690         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334364",
      "CustomerId": 32525,
      "CustomerCode": "32525",
      "CustomerAS400Code": "32525",
      "CustomerEnglishName": "war cust. 2",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29387,
      "PlateNumber": "DGD-344535",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380138917000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 34399,
      "AppointmentArrivalTime": null,
      "DeliveryDate": "\/Date(1380052718000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 0,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I00005ewrrwe",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "Returned Repair Order.",
      "Remarks": "Returned Repair Order for Repair Order : \"RPO-01-13-222690\".",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222725         ",
      "CreationDate": "\/Date(1380052519000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "Returned Repair Order for Repair Order : \"RPO-01-13-222690\".",
      "ModificationDate": "\/Date(1380052519000)\/",
      "Link": null,
      "Id": 2334364,
      "EnglishName": "RPO-01-13-222725         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333531",
      "CustomerId": 32468,
      "CustomerCode": "32468",
      "CustomerAS400Code": "32468",
      "CustomerEnglishName": "check Daily Vehicle report",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29336,
      "PlateNumber": "JHD-3243",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 3,
      "AppointmentArrivalTime": "\/Date(1378200532000)\/",
      "DeliveryDate": "\/Date(1378219046000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 319,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000asdsaerwe23",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": null,
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222628         ",
      "CreationDate": "\/Date(1380051926000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": null,
      "ModificationDate": "\/Date(1380051926000)\/",
      "Link": null,
      "Id": 2333531,
      "EnglishName": "RPO-01-13-222628         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334361",
      "CustomerId": 32468,
      "CustomerCode": "32468",
      "CustomerAS400Code": "32468",
      "CustomerEnglishName": "check Daily Vehicle report",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29336,
      "PlateNumber": "JHD-3243",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380125216000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 23,
      "AppointmentArrivalTime": null,
      "DeliveryDate": "\/Date(1380052290000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 0,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000asdsaerwe23",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "Returned Repair Order",
      "Remarks": "Returned Repair Order for Repair Order No: 2333531",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222724         ",
      "CreationDate": "\/Date(1380038819000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "Returned Repair Order for Repair Order No: 2333531",
      "ModificationDate": "\/Date(1380038819000)\/",
      "Link": null,
      "Id": 2334361,
      "EnglishName": "RPO-01-13-222724         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334359",
      "CustomerId": 32524,
      "CustomerCode": "32524",
      "CustomerAS400Code": "32524",
      "CustomerEnglishName": "Warranty customer",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29386,
      "PlateNumber": "HHG-4335",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1380124202000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 4444,
      "AppointmentArrivalTime": null,
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 0,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "000000003453tet",
      "Year": null,
      "ModelEnglishName": "FJ62L-GMECZV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "Returned Repair Order.",
      "Remarks": "Returned Repair Order for Repair Order : \"RPO-01-13-222689\".",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222723         ",
      "CreationDate": "\/Date(1380037804000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "Returned Repair Order for Repair Order : \"RPO-01-13-222689\".",
      "ModificationDate": "\/Date(1380037804000)\/",
      "Link": null,
      "Id": 2334359,
      "EnglishName": "RPO-01-13-222723         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333997",
      "CustomerId": 32524,
      "CustomerCode": "32524",
      "CustomerAS400Code": "32524",
      "CustomerEnglishName": "Warranty customer",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29386,
      "PlateNumber": "HHG-4335",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 4444,
      "AppointmentArrivalTime": "\/Date(1379320140000)\/",
      "DeliveryDate": "\/Date(1379323607000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 18,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "000000003453tet",
      "Year": null,
      "ModelEnglishName": "FJ62L-GMECZV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "4",
      "IsWarrantyApproved": true,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222689         ",
      "CreationDate": "\/Date(1380037799000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "4",
      "ModificationDate": "\/Date(1380037799000)\/",
      "Link": null,
      "Id": 2333997,
      "EnglishName": "RPO-01-13-222689         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334357",
      "CustomerId": 32528,
      "CustomerCode": "32528",
      "CustomerAS400Code": "32528",
      "CustomerEnglishName": "war cust 4",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29390,
      "PlateNumber": "RYY-01313",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1380123628000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 3443,
      "AppointmentArrivalTime": null,
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 0,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000gfhjgj6",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "Returned Repair Order.",
      "Remarks": "Returned Repair Order for Repair Order : \"RPO-01-13-222692\".",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222722         ",
      "CreationDate": "\/Date(1380037231000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 10,
      "StatusCode": "PRG",
      "StatusEnglishName": "In Progress",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 12,
      "DocumentTypeStatusModel": {
        "Id": 12,
        "StatusId": 10,
        "Code": "PRG",
        "StatusName": "In Progress",
        "StatusArabicName": null
      },
      "Comments": "Returned Repair Order for Repair Order : \"RPO-01-13-222692\".",
      "ModificationDate": "\/Date(1380037231000)\/",
      "Link": null,
      "Id": 2334357,
      "EnglishName": "RPO-01-13-222722         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334013",
      "CustomerId": 32528,
      "CustomerCode": "32528",
      "CustomerAS400Code": "32528",
      "CustomerEnglishName": "war cust 4",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29390,
      "PlateNumber": "RYY-01313",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 33,
      "AppointmentArrivalTime": "\/Date(1379327640000)\/",
      "DeliveryDate": "\/Date(1379328429000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000gfhjgj6",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "hh",
      "IsWarrantyApproved": true,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222692         ",
      "CreationDate": "\/Date(1380037225000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "hh",
      "ModificationDate": "\/Date(1380037225000)\/",
      "Link": null,
      "Id": 2334013,
      "EnglishName": "RPO-01-13-222692         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334355",
      "CustomerId": 32525,
      "CustomerCode": "32525",
      "CustomerAS400Code": "32525",
      "CustomerEnglishName": "war cust. 2",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29387,
      "PlateNumber": "DGD-344535",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380123245000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 34399,
      "AppointmentArrivalTime": null,
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 0,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I00005ewrrwe",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "Returned Repair Order.",
      "Remarks": "Returned Repair Order for Repair Order : \"RPO-01-13-222694\".",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222721         ",
      "CreationDate": "\/Date(1380036858000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 10,
      "StatusCode": "PRG",
      "StatusEnglishName": "In Progress",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 12,
      "DocumentTypeStatusModel": {
        "Id": 12,
        "StatusId": 10,
        "Code": "PRG",
        "StatusName": "In Progress",
        "StatusArabicName": null
      },
      "Comments": "Returned Repair Order for Repair Order : \"RPO-01-13-222694\".",
      "ModificationDate": "\/Date(1380036858000)\/",
      "Link": null,
      "Id": 2334355,
      "EnglishName": "RPO-01-13-222721         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334091",
      "CustomerId": 32525,
      "CustomerCode": "32525",
      "CustomerAS400Code": "32525",
      "CustomerEnglishName": "war cust. 2",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29387,
      "PlateNumber": "DGD-344535",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 34399,
      "AppointmentArrivalTime": "\/Date(1379414460000)\/",
      "DeliveryDate": "\/Date(1379420527000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 301,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I00005ewrrwe",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": null,
      "IsWarrantyApproved": true,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222694         ",
      "CreationDate": "\/Date(1380036829000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": null,
      "ModificationDate": "\/Date(1380036829000)\/",
      "Link": null,
      "Id": 2334091,
      "EnglishName": "RPO-01-13-222694         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334344",
      "CustomerId": 32536,
      "CustomerCode": "32536",
      "CustomerAS400Code": "32536",
      "CustomerEnglishName": "Newcust",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 2,
      "PlateNumber": "ASW-000300",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1380119960000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 3719408,
      "AppointmentArrivalTime": null,
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 0,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000000042176",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "Returned Repair Order.",
      "Remarks": "Returned Repair Order for Repair Order : \"RPO-01-13-222703\".",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222720         ",
      "CreationDate": "\/Date(1380033577000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 10,
      "StatusCode": "PRG",
      "StatusEnglishName": "In Progress",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 12,
      "DocumentTypeStatusModel": {
        "Id": 12,
        "StatusId": 10,
        "Code": "PRG",
        "StatusName": "In Progress",
        "StatusArabicName": null
      },
      "Comments": "Returned Repair Order for Repair Order : \"RPO-01-13-222703\".",
      "ModificationDate": "\/Date(1380033577000)\/",
      "Link": null,
      "Id": 2334344,
      "EnglishName": "RPO-01-13-222720         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334194",
      "CustomerId": 32536,
      "CustomerCode": "32536",
      "CustomerAS400Code": "32536",
      "CustomerEnglishName": "Newcust",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 2,
      "PlateNumber": "ASW-000300",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 379408,
      "AppointmentArrivalTime": "\/Date(1379843580000)\/",
      "DeliveryDate": "\/Date(1379853759000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 846,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000000042176",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "test",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222703         ",
      "CreationDate": "\/Date(1380033539000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "test",
      "ModificationDate": "\/Date(1380033539000)\/",
      "Link": null,
      "Id": 2334194,
      "EnglishName": "RPO-01-13-222703         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334307",
      "CustomerId": 32556,
      "CustomerCode": "32556",
      "CustomerAS400Code": "32556",
      "CustomerEnglishName": "Hwa",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29412,
      "PlateNumber": "HWA-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1380020880000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Ghwa",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "h",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222719         ",
      "CreationDate": "\/Date(1380020973000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 19,
      "StatusCode": "FFQ",
      "StatusEnglishName": "Failed Final QC",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 21,
      "DocumentTypeStatusModel": {
        "Id": 21,
        "StatusId": 19,
        "Code": "FFQ",
        "StatusName": "Failed Final QC",
        "StatusArabicName": null
      },
      "Comments": "h",
      "ModificationDate": "\/Date(1380020973000)\/",
      "Link": null,
      "Id": 2334307,
      "EnglishName": "RPO-01-13-222719         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334303",
      "CustomerId": 32555,
      "CustomerCode": "32555",
      "CustomerAS400Code": "32555",
      "CustomerEnglishName": "Gwady",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29411,
      "PlateNumber": "GAW-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1380020640000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Ggaw",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "g",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222718         ",
      "CreationDate": "\/Date(1380020697000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 10,
      "StatusCode": "PRG",
      "StatusEnglishName": "In Progress",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 12,
      "DocumentTypeStatusModel": {
        "Id": 12,
        "StatusId": 10,
        "Code": "PRG",
        "StatusName": "In Progress",
        "StatusArabicName": null
      },
      "Comments": "g",
      "ModificationDate": "\/Date(1380020697000)\/",
      "Link": null,
      "Id": 2334303,
      "EnglishName": "RPO-01-13-222718         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334300",
      "CustomerId": 32554,
      "CustomerCode": "32554",
      "CustomerAS400Code": "32554",
      "CustomerEnglishName": "Fqar",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29410,
      "PlateNumber": "FQA-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 2000,
      "AppointmentArrivalTime": "\/Date(1380020460000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gfqa",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "f",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222717         ",
      "CreationDate": "\/Date(1380020528000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "f",
      "ModificationDate": "\/Date(1380020528000)\/",
      "Link": null,
      "Id": 2334300,
      "EnglishName": "RPO-01-13-222717         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334295",
      "CustomerId": 32554,
      "CustomerCode": "32554",
      "CustomerAS400Code": "32554",
      "CustomerEnglishName": "Fqar",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29410,
      "PlateNumber": "FQA-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1380020160000)\/",
      "DeliveryDate": "\/Date(1380020435000)\/",
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gfqa",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "f",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222716         ",
      "CreationDate": "\/Date(1380020433000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "f",
      "ModificationDate": "\/Date(1380020433000)\/",
      "Link": null,
      "Id": 2334295,
      "EnglishName": "RPO-01-13-222716         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334292",
      "CustomerId": 32553,
      "CustomerCode": "32553",
      "CustomerAS400Code": "32553",
      "CustomerEnglishName": "Eqbal",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29409,
      "PlateNumber": "EQB-123",
      "PlateColorArabicName": "اتوبيس خاص",
      "PlateColorCode": "4",
      "PlateColorEnglishName": "Private Bus",
      "PlateColorId": 5,
      "PlateColor": "Gray",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1380020040000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Geqb",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "e",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222715         ",
      "CreationDate": "\/Date(1380020087000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "e",
      "ModificationDate": "\/Date(1380020087000)\/",
      "Link": null,
      "Id": 2334292,
      "EnglishName": "RPO-01-13-222715         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334288",
      "CustomerId": 32552,
      "CustomerCode": "32552",
      "CustomerAS400Code": "32552",
      "CustomerEnglishName": "Dalal",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29408,
      "PlateNumber": "DALA-123",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1380019800000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 265,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gdala",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "d",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222714         ",
      "CreationDate": "\/Date(1380019897000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "d",
      "ModificationDate": "\/Date(1380019897000)\/",
      "Link": null,
      "Id": 2334288,
      "EnglishName": "RPO-01-13-222714         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334285",
      "CustomerId": 32550,
      "CustomerCode": "32550",
      "CustomerAS400Code": "32550",
      "CustomerEnglishName": "Badawy",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29406,
      "PlateNumber": "BADA-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1380019680000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gbada",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "b",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222713         ",
      "CreationDate": "\/Date(1380019768000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "b",
      "ModificationDate": "\/Date(1380019768000)\/",
      "Link": null,
      "Id": 2334285,
      "EnglishName": "RPO-01-13-222713         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334280",
      "CustomerId": 32549,
      "CustomerCode": "32549",
      "CustomerAS400Code": "32549",
      "CustomerEnglishName": "Anwar",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29405,
      "PlateNumber": "ANWA-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1380015600000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 178,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Ganwa",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "A",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222712         ",
      "CreationDate": "\/Date(1380015714000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "A",
      "ModificationDate": "\/Date(1380015714000)\/",
      "Link": null,
      "Id": 2334280,
      "EnglishName": "RPO-01-13-222712         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334270",
      "CustomerId": 32546,
      "CustomerCode": "32546",
      "CustomerAS400Code": "32546",
      "CustomerEnglishName": "Gaber",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29404,
      "PlateNumber": "GABE-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1379874300000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Ggabe",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "g",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222711         ",
      "CreationDate": "\/Date(1379874372000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 10,
      "StatusCode": "PRG",
      "StatusEnglishName": "In Progress",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 12,
      "DocumentTypeStatusModel": {
        "Id": 12,
        "StatusId": 10,
        "Code": "PRG",
        "StatusName": "In Progress",
        "StatusArabicName": null
      },
      "Comments": "g",
      "ModificationDate": "\/Date(1379874372000)\/",
      "Link": null,
      "Id": 2334270,
      "EnglishName": "RPO-01-13-222711         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334266",
      "CustomerId": 32545,
      "CustomerCode": "32545",
      "CustomerAS400Code": "32545",
      "CustomerEnglishName": "Fateema",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29403,
      "PlateNumber": "FAT-123",
      "PlateColorArabicName": "اتوبيس خاص",
      "PlateColorCode": "4",
      "PlateColorEnglishName": "Private Bus",
      "PlateColorId": 5,
      "PlateColor": "Gray",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1379873760000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 265,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gfat",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "f",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222710         ",
      "CreationDate": "\/Date(1379873835000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 10,
      "StatusCode": "PRG",
      "StatusEnglishName": "In Progress",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 12,
      "DocumentTypeStatusModel": {
        "Id": 12,
        "StatusId": 10,
        "Code": "PRG",
        "StatusName": "In Progress",
        "StatusArabicName": null
      },
      "Comments": "f",
      "ModificationDate": "\/Date(1379873835000)\/",
      "Link": null,
      "Id": 2334266,
      "EnglishName": "RPO-01-13-222710         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334263",
      "CustomerId": 32544,
      "CustomerCode": "32544",
      "CustomerAS400Code": "32544",
      "CustomerEnglishName": "EEA",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29402,
      "PlateNumber": "EEA-123",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 2000,
      "AppointmentArrivalTime": "\/Date(1379873340000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Geea",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "e",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222709         ",
      "CreationDate": "\/Date(1379873698000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "e",
      "ModificationDate": "\/Date(1379873698000)\/",
      "Link": null,
      "Id": 2334263,
      "EnglishName": "RPO-01-13-222709         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334257",
      "CustomerId": 32544,
      "CustomerCode": "32544",
      "CustomerAS400Code": "32544",
      "CustomerEnglishName": "EEA",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29402,
      "PlateNumber": "EEA-123",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1379872680000)\/",
      "DeliveryDate": "\/Date(1379873206000)\/",
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Geea",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "e",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222708         ",
      "CreationDate": "\/Date(1379873202000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "e",
      "ModificationDate": "\/Date(1379873202000)\/",
      "Link": null,
      "Id": 2334257,
      "EnglishName": "RPO-01-13-222708         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334254",
      "CustomerId": 32543,
      "CustomerCode": "32543",
      "CustomerAS400Code": "32543",
      "CustomerEnglishName": "Daly",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29401,
      "PlateNumber": "DAL-412",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1379872560000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 264,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gdaly",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "d",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222707         ",
      "CreationDate": "\/Date(1379872643000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "d",
      "ModificationDate": "\/Date(1379872643000)\/",
      "Link": null,
      "Id": 2334254,
      "EnglishName": "RPO-01-13-222707         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334250",
      "CustomerId": 32539,
      "CustomerCode": "32539",
      "CustomerAS400Code": "32539",
      "CustomerEnglishName": "Acedic",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29397,
      "PlateNumber": "ACE-231",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1379859480000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 265,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gaced",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "a",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222706         ",
      "CreationDate": "\/Date(1379872493000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "a",
      "ModificationDate": "\/Date(1379872493000)\/",
      "Link": null,
      "Id": 2334250,
      "EnglishName": "RPO-01-13-222706         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334248",
      "CustomerId": 32541,
      "CustomerCode": "32541",
      "CustomerAS400Code": "32541",
      "CustomerEnglishName": "BemBem",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29399,
      "PlateNumber": "BEM-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1379872320000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gbem",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "b",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222705         ",
      "CreationDate": "\/Date(1379872410000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "b",
      "ModificationDate": "\/Date(1379872410000)\/",
      "Link": null,
      "Id": 2334248,
      "EnglishName": "RPO-01-13-222705         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334210",
      "CustomerId": 32537,
      "CustomerCode": "32537",
      "CustomerAS400Code": "32537",
      "CustomerEnglishName": "newc",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 2,
      "PlateNumber": "ASW-000300",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 3719408,
      "AppointmentArrivalTime": "\/Date(1379853960000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 198,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000000042176",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "test",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech", "P \u0026 P"],
      "Code": "RPO-01-13-222704         ",
      "CreationDate": "\/Date(1379800800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "test",
      "ModificationDate": "\/Date(1379800800000)\/",
      "Link": null,
      "Id": 2334210,
      "EnglishName": "RPO-01-13-222704         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334161",
      "CustomerId": 32535,
      "CustomerCode": "32535",
      "CustomerAS400Code": "32535",
      "CustomerEnglishName": "Check Disc",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29396,
      "PlateNumber": "WEW-24242",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1382738400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 32424,
      "AppointmentArrivalTime": "\/Date(1379490420000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000wwfeffe3",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "cc",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222702         ",
      "CreationDate": "\/Date(1379455200000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "cc",
      "ModificationDate": "\/Date(1379455200000)\/",
      "Link": null,
      "Id": 2334161,
      "EnglishName": "RPO-01-13-222702         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334158",
      "CustomerId": 32534,
      "CustomerCode": "32534",
      "CustomerAS400Code": "32534",
      "CustomerEnglishName": "new war cust 2",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29395,
      "PlateNumber": "DFD-34355",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1381528800000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 343333,
      "AppointmentArrivalTime": "\/Date(1379436060000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 671,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000ererereref3",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "3ee",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222701         ",
      "CreationDate": "\/Date(1379436215000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "3ee",
      "ModificationDate": "\/Date(1379436215000)\/",
      "Link": null,
      "Id": 2334158,
      "EnglishName": "RPO-01-13-222701         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334156",
      "CustomerId": 32534,
      "CustomerCode": "32534",
      "CustomerAS400Code": "32534",
      "CustomerEnglishName": "new war cust 2",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29395,
      "PlateNumber": "DFD-34355",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1381528800000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 34333,
      "AppointmentArrivalTime": "\/Date(1379436060000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 671,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000ererereref3",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "3ee",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222700         ",
      "CreationDate": "\/Date(1379436191000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "3ee",
      "ModificationDate": "\/Date(1379436191000)\/",
      "Link": null,
      "Id": 2334156,
      "EnglishName": "RPO-01-13-222700         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334140",
      "CustomerId": 32528,
      "CustomerCode": "32528",
      "CustomerAS400Code": "32528",
      "CustomerEnglishName": "war cust 4",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29390,
      "PlateNumber": "RYY-01313",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1381071600000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 3443,
      "AppointmentArrivalTime": "\/Date(1379424137000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000gfhjgj6",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "",
      "IsWarrantyApproved": true,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222698         ",
      "CreationDate": "\/Date(1379424406000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "",
      "ModificationDate": "\/Date(1379424406000)\/",
      "Link": null,
      "Id": 2334140,
      "EnglishName": "RPO-01-13-222698         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334138",
      "CustomerId": 32532,
      "CustomerCode": "32532",
      "CustomerAS400Code": "32532",
      "CustomerEnglishName": "new",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29393,
      "PlateNumber": "KKK-23222",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1381492800000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 789788,
      "AppointmentArrivalTime": "\/Date(1379424180000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "0000000022222222222",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "kk",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222697         ",
      "CreationDate": "\/Date(1379424325000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "kk",
      "ModificationDate": "\/Date(1379424325000)\/",
      "Link": null,
      "Id": 2334138,
      "EnglishName": "RPO-01-13-222697         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334116",
      "CustomerId": 32531,
      "CustomerCode": "32531",
      "CustomerAS400Code": "32531",
      "CustomerEnglishName": "cust2",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29392,
      "PlateNumber": "313-645645",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380146400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 122,
      "AppointmentArrivalTime": "\/Date(1379418762000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 93679,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "0000000063126",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222696         ",
      "CreationDate": "\/Date(1379418846000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "",
      "ModificationDate": "\/Date(1379418846000)\/",
      "Link": null,
      "Id": 2334116,
      "EnglishName": "RPO-01-13-222696         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334106",
      "CustomerId": 32530,
      "CustomerCode": "32530",
      "CustomerAS400Code": "32530",
      "CustomerEnglishName": "cust1",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 11,
      "PlateNumber": "RES-015525",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1379455200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 21145,
      "AppointmentArrivalTime": "\/Date(1379417340000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 93679,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000015525000",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "test",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222695         ",
      "CreationDate": "\/Date(1379417429000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "test",
      "ModificationDate": "\/Date(1379417429000)\/",
      "Link": null,
      "Id": 2334106,
      "EnglishName": "RPO-01-13-222695         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334153",
      "CustomerId": 32533,
      "CustomerCode": "32533",
      "CustomerAS400Code": "32533",
      "CustomerEnglishName": "new war cust.",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29394,
      "PlateNumber": "GGG-56575",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1382565600000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 3255,
      "AppointmentArrivalTime": "\/Date(1379435340000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 335,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I000042658741",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "ll",
      "IsWarrantyApproved": true,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222699         ",
      "CreationDate": "\/Date(1379368800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "ll",
      "ModificationDate": "\/Date(1379368800000)\/",
      "Link": null,
      "Id": 2334153,
      "EnglishName": "RPO-01-13-222699         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334060",
      "CustomerId": 32529,
      "CustomerCode": "32529",
      "CustomerAS400Code": "32529",
      "CustomerEnglishName": "evaluation",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29391,
      "PlateNumber": "GGG-3243",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380146400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 5566756,
      "AppointmentArrivalTime": "\/Date(1379339520000)\/",
      "DeliveryDate": "\/Date(1379603985000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 202,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000sdfghjk",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "r",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222693         ",
      "CreationDate": "\/Date(1379282400000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "r",
      "ModificationDate": "\/Date(1379282400000)\/",
      "Link": null,
      "Id": 2334060,
      "EnglishName": "RPO-01-13-222693         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2334008",
      "CustomerId": 32527,
      "CustomerCode": "32527",
      "CustomerAS400Code": "32527",
      "CustomerEnglishName": "War cust3",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29389,
      "PlateNumber": "DFD-436",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 55,
      "AppointmentArrivalTime": "\/Date(1379323860000)\/",
      "DeliveryDate": "\/Date(1379604063000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 22,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000tttttt343",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "r",
      "IsWarrantyApproved": true,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222691         ",
      "CreationDate": "\/Date(1379282400000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "r",
      "ModificationDate": "\/Date(1379282400000)\/",
      "Link": null,
      "Id": 2334008,
      "EnglishName": "RPO-01-13-222691         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333980",
      "CustomerId": 32523,
      "CustomerCode": "32523",
      "CustomerAS400Code": "32523",
      "CustomerEnglishName": "Bghdad",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29385,
      "PlateNumber": "BGH-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1379246100000)\/",
      "DeliveryDate": "\/Date(1379246324000)\/",
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gbgh",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "b",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222688         ",
      "CreationDate": "\/Date(1379246322000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "b",
      "ModificationDate": "\/Date(1379246322000)\/",
      "Link": null,
      "Id": 2333980,
      "EnglishName": "RPO-01-13-222688         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333971",
      "CustomerId": 32522,
      "CustomerCode": "32522",
      "CustomerAS400Code": "32522",
      "CustomerEnglishName": "Adam",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29384,
      "PlateNumber": "ADA-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1379236740000)\/",
      "DeliveryDate": "\/Date(1379238151000)\/",
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gada",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "a",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222687         ",
      "CreationDate": "\/Date(1379238150000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "a",
      "ModificationDate": "\/Date(1379238150000)\/",
      "Link": null,
      "Id": 2333971,
      "EnglishName": "RPO-01-13-222687         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333959",
      "CustomerId": 32520,
      "CustomerCode": "32520",
      "CustomerAS400Code": "32520",
      "CustomerEnglishName": "Gbril",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29382,
      "PlateNumber": "GAB-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378996140000)\/",
      "DeliveryDate": "\/Date(1378999629000)\/",
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 87,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Ggab",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "gab",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222685         ",
      "CreationDate": "\/Date(1378999627000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "gab",
      "ModificationDate": "\/Date(1378999627000)\/",
      "Link": null,
      "Id": 2333959,
      "EnglishName": "RPO-01-13-222685         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333952",
      "CustomerId": 32519,
      "CustomerCode": "32519",
      "CustomerAS400Code": "32519",
      "CustomerEnglishName": "Faye2",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29381,
      "PlateNumber": "FAY-123",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378994100000)\/",
      "DeliveryDate": "\/Date(1379330845000)\/",
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gfay",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "fay",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222683         ",
      "CreationDate": "\/Date(1378994198000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "fay",
      "ModificationDate": "\/Date(1378994198000)\/",
      "Link": null,
      "Id": 2333952,
      "EnglishName": "RPO-01-13-222683         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333932",
      "CustomerId": 32514,
      "CustomerCode": "32514",
      "CustomerAS400Code": "32514",
      "CustomerEnglishName": "Edam",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29378,
      "PlateNumber": "EDA-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378985340000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Geda",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "eda",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222679         ",
      "CreationDate": "\/Date(1378985492000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "eda",
      "ModificationDate": "\/Date(1378985492000)\/",
      "Link": null,
      "Id": 2333932,
      "EnglishName": "RPO-01-13-222679         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333929",
      "CustomerId": 32513,
      "CustomerCode": "32513",
      "CustomerAS400Code": "32513",
      "CustomerEnglishName": "deya2",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29377,
      "PlateNumber": "DEY-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378984140000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 87,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gde",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "dey",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222678         ",
      "CreationDate": "\/Date(1378985086000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "dey",
      "ModificationDate": "\/Date(1378985086000)\/",
      "Link": null,
      "Id": 2333929,
      "EnglishName": "RPO-01-13-222678         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333914",
      "CustomerId": 32511,
      "CustomerCode": "32511",
      "CustomerAS400Code": "32511",
      "CustomerEnglishName": "Cenima",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29375,
      "PlateNumber": "CEN-123",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378978740000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gcen",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "cen",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222675         ",
      "CreationDate": "\/Date(1378979286000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "cen",
      "ModificationDate": "\/Date(1378979286000)\/",
      "Link": null,
      "Id": 2333914,
      "EnglishName": "RPO-01-13-222675         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333911",
      "CustomerId": 32510,
      "CustomerCode": "32510",
      "CustomerAS400Code": "32510",
      "CustomerEnglishName": "Bee",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29374,
      "PlateNumber": "BEE-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378977360000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gbee",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "bee",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222674         ",
      "CreationDate": "\/Date(1378977434000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "bee",
      "ModificationDate": "\/Date(1378977434000)\/",
      "Link": null,
      "Id": 2333911,
      "EnglishName": "RPO-01-13-222674         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333936",
      "CustomerId": 32516,
      "CustomerCode": "32516",
      "CustomerAS400Code": "32516",
      "CustomerEnglishName": "Cust15",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 6,
      "PlateNumber": "QOR-007591",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1379023200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 5463,
      "AppointmentArrivalTime": "\/Date(1378988160000)\/",
      "DeliveryDate": "\/Date(1378989716000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000000000659",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "test",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["P \u0026 P"],
      "Code": "RPO-01-13-222680         ",
      "CreationDate": "\/Date(1378936800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "test",
      "ModificationDate": "\/Date(1378936800000)\/",
      "Link": null,
      "Id": 2333936,
      "EnglishName": "RPO-01-13-222680         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333947",
      "CustomerId": 32518,
      "CustomerCode": "32518",
      "CustomerAS400Code": "32518",
      "CustomerEnglishName": "Cust16",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 8,
      "PlateNumber": "KIB-009823",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1379023200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 165140,
      "AppointmentArrivalTime": "\/Date(1378991460000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000000102292",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "test",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["P \u0026 P"],
      "Code": "RPO-01-13-222682         ",
      "CreationDate": "\/Date(1378936800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "test",
      "ModificationDate": "\/Date(1378936800000)\/",
      "Link": null,
      "Id": 2333947,
      "EnglishName": "RPO-01-13-222682         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333956",
      "CustomerId": 32517,
      "CustomerCode": "32517",
      "CustomerAS400Code": "32517",
      "CustomerEnglishName": "new product",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29380,
      "PlateNumber": "JIU-9889",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383170400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 67562,
      "AppointmentArrivalTime": "\/Date(1378995120000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 44,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000fgthtygh6",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "222",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222684         ",
      "CreationDate": "\/Date(1378936800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "222",
      "ModificationDate": "\/Date(1378936800000)\/",
      "Link": null,
      "Id": 2333956,
      "EnglishName": "RPO-01-13-222684         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333963",
      "CustomerId": 32521,
      "CustomerCode": "32521",
      "CustomerAS400Code": "32521",
      "CustomerEnglishName": "Hala",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29383,
      "PlateNumber": "HAL-13",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1379004660000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Ghak",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "hal",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech", "P \u0026 P"],
      "Code": "RPO-01-13-222686         ",
      "CreationDate": "\/Date(1378936800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "hal",
      "ModificationDate": "\/Date(1378936800000)\/",
      "Link": null,
      "Id": 2333963,
      "EnglishName": "RPO-01-13-222686         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333908",
      "CustomerId": 32509,
      "CustomerCode": "32509",
      "CustomerAS400Code": "32509",
      "CustomerEnglishName": "Ace",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29373,
      "PlateNumber": "ACE-132",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378977120000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gace",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "ace",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222673         ",
      "CreationDate": "\/Date(1378936800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "ace",
      "ModificationDate": "\/Date(1378936800000)\/",
      "Link": null,
      "Id": 2333908,
      "EnglishName": "RPO-01-13-222673         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333903",
      "CustomerId": 32508,
      "CustomerCode": "32508",
      "CustomerAS400Code": "32508",
      "CustomerEnglishName": "cust13",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 9,
      "PlateNumber": "QIB-009825",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1379023200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 120277,
      "AppointmentArrivalTime": "\/Date(1378974540000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000000102291",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "test",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech", "P \u0026 P"],
      "Code": "RPO-01-13-222672         ",
      "CreationDate": "\/Date(1378936800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 10,
      "StatusCode": "PRG",
      "StatusEnglishName": "In Progress",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 12,
      "DocumentTypeStatusModel": {
        "Id": 12,
        "StatusId": 10,
        "Code": "PRG",
        "StatusName": "In Progress",
        "StatusArabicName": null
      },
      "Comments": "test",
      "ModificationDate": "\/Date(1378936800000)\/",
      "Link": null,
      "Id": 2333903,
      "EnglishName": "RPO-01-13-222672         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333920",
      "CustomerId": 32512,
      "CustomerCode": "32512",
      "CustomerAS400Code": "32512",
      "CustomerEnglishName": "cust14",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 6,
      "PlateNumber": "QOR-007591",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1379023200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 5453,
      "AppointmentArrivalTime": "\/Date(1378979580000)\/",
      "DeliveryDate": "\/Date(1378983080000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000000000659",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "test",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["P \u0026 P"],
      "Code": "RPO-01-13-222677         ",
      "CreationDate": "\/Date(1378936800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "test",
      "ModificationDate": "\/Date(1378936800000)\/",
      "Link": null,
      "Id": 2333920,
      "EnglishName": "RPO-01-13-222677         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333895",
      "CustomerId": 24153,
      "CustomerCode": "24153",
      "CustomerAS400Code": "01-024651",
      "CustomerEnglishName": "ETILSALAT MISR",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 9577,
      "PlateNumber": "HY0-001294",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 115680,
      "AppointmentArrivalTime": "\/Date(1378917000000)\/",
      "DeliveryDate": "\/Date(1378919080000)\/",
      "RangeArabicName": "ياريس",
      "RangeCode": "NCP92",
      "RangeComments": null,
      "RangeEnglishName": "Yaris",
      "RangeId": 16,
      "EstimatedTotal": 11,
      "FlatRateModelArabicName": "NCP92",
      "FlatRateModelCode": "NCP92",
      "FlatRateModelEnglishName": "NCP92",
      "FlatRateModelId": 155,
      "Chassis": "JTDBW923201130598",
      "Year": null,
      "ModelEnglishName": "NCP92L-BEPRK ( YARIS )",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "ti",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222671         ",
      "CreationDate": "\/Date(1378919041000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "ti",
      "ModificationDate": "\/Date(1378919041000)\/",
      "Link": null,
      "Id": 2333895,
      "EnglishName": "RPO-01-13-222671         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333891",
      "CustomerId": 24153,
      "CustomerCode": "24153",
      "CustomerAS400Code": "01-024651",
      "CustomerEnglishName": "ETILSALAT MISR",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 9577,
      "PlateNumber": "HY0-001294",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 114680,
      "AppointmentArrivalTime": "\/Date(1378916760000)\/",
      "DeliveryDate": "\/Date(1378916961000)\/",
      "RangeArabicName": "ياريس",
      "RangeCode": "NCP92",
      "RangeComments": null,
      "RangeEnglishName": "Yaris",
      "RangeId": 16,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "NCP92",
      "FlatRateModelCode": "NCP92",
      "FlatRateModelEnglishName": "NCP92",
      "FlatRateModelId": 155,
      "Chassis": "JTDBW923201130598",
      "Year": null,
      "ModelEnglishName": "NCP92L-BEPRK ( YARIS )",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "eti",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222670         ",
      "CreationDate": "\/Date(1378916959000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "eti",
      "ModificationDate": "\/Date(1378916959000)\/",
      "Link": null,
      "Id": 2333891,
      "EnglishName": "RPO-01-13-222670         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333882",
      "CustomerId": 24153,
      "CustomerCode": "24153",
      "CustomerAS400Code": "01-024651",
      "CustomerEnglishName": "ETILSALAT MISR",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 9577,
      "PlateNumber": "HY0-001294",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 113680,
      "AppointmentArrivalTime": "\/Date(1378914300000)\/",
      "DeliveryDate": "\/Date(1378916259000)\/",
      "RangeArabicName": "ياريس",
      "RangeCode": "NCP92",
      "RangeComments": null,
      "RangeEnglishName": "Yaris",
      "RangeId": 16,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "NCP92",
      "FlatRateModelCode": "NCP92",
      "FlatRateModelEnglishName": "NCP92",
      "FlatRateModelId": 155,
      "Chassis": "JTDBW923201130598",
      "Year": null,
      "ModelEnglishName": "NCP92L-BEPRK ( YARIS )",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "eti",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222668         ",
      "CreationDate": "\/Date(1378916223000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "eti",
      "ModificationDate": "\/Date(1378916223000)\/",
      "Link": null,
      "Id": 2333882,
      "EnglishName": "RPO-01-13-222668         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333737",
      "CustomerId": 32490,
      "CustomerCode": "32490",
      "CustomerAS400Code": "32490",
      "CustomerEnglishName": "cust11",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 2,
      "PlateNumber": "ASW-000300",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 369408,
      "AppointmentArrivalTime": "\/Date(1378808880000)\/",
      "DeliveryDate": "\/Date(1378913958000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 1602,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000000042176",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "test",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech", "P \u0026 P"],
      "Code": "RPO-01-13-222649         ",
      "CreationDate": "\/Date(1378913953000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "test",
      "ModificationDate": "\/Date(1378913953000)\/",
      "Link": null,
      "Id": 2333737,
      "EnglishName": "RPO-01-13-222649         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333781",
      "CustomerId": 32498,
      "CustomerCode": "32498",
      "CustomerAS400Code": "32498",
      "CustomerEnglishName": "Genaidy",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29365,
      "PlateNumber": "GEN-1230",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 11000,
      "AppointmentArrivalTime": "\/Date(1378821900000)\/",
      "DeliveryDate": "\/Date(1378911774000)\/",
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Ggen",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "gen",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222657         ",
      "CreationDate": "\/Date(1378911758000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "gen",
      "ModificationDate": "\/Date(1378911758000)\/",
      "Link": null,
      "Id": 2333781,
      "EnglishName": "RPO-01-13-222657         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333791",
      "CustomerId": 32500,
      "CustomerCode": "32500",
      "CustomerAS400Code": "32500",
      "CustomerEnglishName": "Hend",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29367,
      "PlateNumber": "HWN-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378824780000)\/",
      "DeliveryDate": "\/Date(1378911512000)\/",
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Ghend",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "hen",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222659         ",
      "CreationDate": "\/Date(1378911504000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "hen",
      "ModificationDate": "\/Date(1378911504000)\/",
      "Link": null,
      "Id": 2333791,
      "EnglishName": "RPO-01-13-222659         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333799",
      "CustomerId": 32501,
      "CustomerCode": "32501",
      "CustomerAS400Code": "32501",
      "CustomerEnglishName": "ice",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29368,
      "PlateNumber": "ICE-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378825560000)\/",
      "DeliveryDate": "\/Date(1378911373000)\/",
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gice",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "ice",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222660         ",
      "CreationDate": "\/Date(1378911357000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "ice",
      "ModificationDate": "\/Date(1378911357000)\/",
      "Link": null,
      "Id": 2333799,
      "EnglishName": "RPO-01-13-222660         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333806",
      "CustomerId": 32502,
      "CustomerCode": "32502",
      "CustomerAS400Code": "32502",
      "CustomerEnglishName": "Justen",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29369,
      "PlateNumber": "JUS-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378830600000)\/",
      "DeliveryDate": "\/Date(1378911016000)\/",
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gjus",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "jus",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222661         ",
      "CreationDate": "\/Date(1378910995000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "jus",
      "ModificationDate": "\/Date(1378910995000)\/",
      "Link": null,
      "Id": 2333806,
      "EnglishName": "RPO-01-13-222661         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333812",
      "CustomerId": 32503,
      "CustomerCode": "32503",
      "CustomerAS400Code": "32503",
      "CustomerEnglishName": "Kabnoury",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29370,
      "PlateNumber": "LAB-123",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378833000000)\/",
      "DeliveryDate": "\/Date(1378910845000)\/",
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gkab",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "kab",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222662         ",
      "CreationDate": "\/Date(1378910817000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "kab",
      "ModificationDate": "\/Date(1378910817000)\/",
      "Link": null,
      "Id": 2333812,
      "EnglishName": "RPO-01-13-222662         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333836",
      "CustomerId": 30690,
      "CustomerCode": "30690",
      "CustomerAS400Code": "01-025764",
      "CustomerEnglishName": "EGYPTION DRILLING COMPANY(355)",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 28479,
      "PlateNumber": "ALX-018228",
      "PlateColorArabicName": "اتوبيس خاص",
      "PlateColorCode": "4",
      "PlateColorEnglishName": "Private Bus",
      "PlateColorId": 5,
      "PlateColor": "Gray",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 378866,
      "AppointmentArrivalTime": "\/Date(1378835040000)\/",
      "DeliveryDate": "\/Date(1378910781000)\/",
      "RangeArabicName": "لاند كروزر",
      "RangeCode": "HZJ78",
      "RangeComments": null,
      "RangeEnglishName": "Land Cruiser",
      "RangeId": 23,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "HZJ78",
      "FlatRateModelCode": "HZJ78",
      "FlatRateModelEnglishName": "HZJ78",
      "FlatRateModelId": 138,
      "Chassis": "JTERB71JX00014985",
      "Year": null,
      "ModelEnglishName": "HZJ78L-RJMRS",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "ث",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222664         ",
      "CreationDate": "\/Date(1378910778000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "ث",
      "ModificationDate": "\/Date(1378910778000)\/",
      "Link": null,
      "Id": 2333836,
      "EnglishName": "RPO-01-13-222664         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333865",
      "CustomerId": 32506,
      "CustomerCode": "32506",
      "CustomerAS400Code": "32506",
      "CustomerEnglishName": "cust13",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 9,
      "PlateNumber": "QIB-009825",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1378936800000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 119277,
      "AppointmentArrivalTime": "\/Date(1378907340000)\/",
      "DeliveryDate": "\/Date(1378907986000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000000102291",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "test",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222666         ",
      "CreationDate": "\/Date(1378907379000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "test",
      "ModificationDate": "\/Date(1378907379000)\/",
      "Link": null,
      "Id": 2333865,
      "EnglishName": "RPO-01-13-222666         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333870",
      "CustomerId": 32505,
      "CustomerCode": "32505",
      "CustomerAS400Code": "32505",
      "CustomerEnglishName": "Mai Mohamed Farag Ibraim",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29371,
      "PlateNumber": "KKK-6",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380146400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 2312,
      "AppointmentArrivalTime": "\/Date(1378907400000)\/",
      "DeliveryDate": "\/Date(1378913813000)\/",
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 259,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22G777777777777",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "22",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222667         ",
      "CreationDate": "\/Date(1378850400000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "22",
      "ModificationDate": "\/Date(1378850400000)\/",
      "Link": null,
      "Id": 2333870,
      "EnglishName": "RPO-01-13-222667         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333851",
      "CustomerId": 32504,
      "CustomerCode": "32504",
      "CustomerAS400Code": "32504",
      "CustomerEnglishName": "cust12",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 7,
      "PlateNumber": "QLB-040006",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1378936800000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 101000,
      "AppointmentArrivalTime": "\/Date(1378896360000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 99,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000098100130",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "test",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech", "P \u0026 P"],
      "Code": "RPO-01-13-222665         ",
      "CreationDate": "\/Date(1378850400000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "test",
      "ModificationDate": "\/Date(1378850400000)\/",
      "Link": null,
      "Id": 2333851,
      "EnglishName": "RPO-01-13-222665         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333887",
      "CustomerId": 32507,
      "CustomerCode": "32507",
      "CustomerAS400Code": "32507",
      "CustomerEnglishName": "test dep. slip",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29372,
      "PlateNumber": "SDG-345354",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380250800000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 22333,
      "AppointmentArrivalTime": "\/Date(1378915200000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000gyujtu675",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "1",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222669         ",
      "CreationDate": "\/Date(1378850400000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "1",
      "ModificationDate": "\/Date(1378850400000)\/",
      "Link": null,
      "Id": 2333887,
      "EnglishName": "RPO-01-13-222669         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333750",
      "CustomerId": 32493,
      "CustomerCode": "32493",
      "CustomerAS400Code": "32493",
      "CustomerEnglishName": "Bakr",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29360,
      "PlateNumber": "BAK-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378814580000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 178,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gbak",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "bak",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222651         ",
      "CreationDate": "\/Date(1378814671000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "bak",
      "ModificationDate": "\/Date(1378814671000)\/",
      "Link": null,
      "Id": 2333750,
      "EnglishName": "RPO-01-13-222651         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333743",
      "CustomerId": 32491,
      "CustomerCode": "32491",
      "CustomerAS400Code": "32491",
      "CustomerEnglishName": "test failed QC",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29358,
      "PlateNumber": "WDC-2343",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1382896800000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 444,
      "AppointmentArrivalTime": "\/Date(1378812904000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 66,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000edferferg3",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": null,
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222650         ",
      "CreationDate": "\/Date(1378812999000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 16,
      "StatusCode": "PFQ",
      "StatusEnglishName": "Passed Final QC",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 18,
      "DocumentTypeStatusModel": {
        "Id": 18,
        "StatusId": 16,
        "Code": "PFQ",
        "StatusName": "Passed Final QC",
        "StatusArabicName": null
      },
      "Comments": null,
      "ModificationDate": "\/Date(1378812999000)\/",
      "Link": null,
      "Id": 2333743,
      "EnglishName": "RPO-01-13-222650         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333729",
      "CustomerId": 16160,
      "CustomerCode": "16160",
      "CustomerAS400Code": "01-016054",
      "CustomerEnglishName": "`GAMAL ALBAKRY",
      "CustomerArabicName": "جمال البكري",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 5013,
      "PlateNumber": "SNE-000635",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1383190200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 2072317,
      "AppointmentArrivalTime": "\/Date(1378801920000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "كورولا",
      "RangeCode": "NZE120L",
      "RangeComments": null,
      "RangeEnglishName": "Corolla",
      "RangeId": 7,
      "EstimatedTotal": 264,
      "FlatRateModelArabicName": "كورولا ناقل سرعات يدوي تكييف وباور-BL0-1300CC",
      "FlatRateModelCode": "NZE120L",
      "FlatRateModelEnglishName": "1300 M",
      "FlatRateModelId": 7,
      "Chassis": "JTDBW23E653089556",
      "Year": null,
      "ModelEnglishName": "NZE120L-AEPDKV COROLLA",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "33",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222647         ",
      "CreationDate": "\/Date(1378808105000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 10,
      "StatusCode": "PRG",
      "StatusEnglishName": "In Progress",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 12,
      "DocumentTypeStatusModel": {
        "Id": 12,
        "StatusId": 10,
        "Code": "PRG",
        "StatusName": "In Progress",
        "StatusArabicName": null
      },
      "Comments": "33",
      "ModificationDate": "\/Date(1378808105000)\/",
      "Link": null,
      "Id": 2333729,
      "EnglishName": "RPO-01-13-222647         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333754",
      "CustomerId": 32494,
      "CustomerCode": "32494",
      "CustomerAS400Code": "32494",
      "CustomerEnglishName": "cerin",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29361,
      "PlateNumber": "CER-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378814700000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 89,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gcer",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "cer",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222652         ",
      "CreationDate": "\/Date(1378764000000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "cer",
      "ModificationDate": "\/Date(1378764000000)\/",
      "Link": null,
      "Id": 2333754,
      "EnglishName": "RPO-01-13-222652         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333761",
      "CustomerId": 32496,
      "CustomerCode": "32496",
      "CustomerAS400Code": "32496",
      "CustomerEnglishName": "Eba2",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29363,
      "PlateNumber": "EBA-123",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378815360000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Geba",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "eba",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222654         ",
      "CreationDate": "\/Date(1378764000000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "eba",
      "ModificationDate": "\/Date(1378764000000)\/",
      "Link": null,
      "Id": 2333761,
      "EnglishName": "RPO-01-13-222654         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333764",
      "CustomerId": 32497,
      "CustomerCode": "32497",
      "CustomerAS400Code": "32497",
      "CustomerEnglishName": "Fareeda",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29364,
      "PlateNumber": "FAR-123",
      "PlateColorArabicName": "اتوبيس خاص",
      "PlateColorCode": "4",
      "PlateColorEnglishName": "Private Bus",
      "PlateColorId": 5,
      "PlateColor": "Gray",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378816260000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 89,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gfar",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "far",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222655         ",
      "CreationDate": "\/Date(1378764000000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "far",
      "ModificationDate": "\/Date(1378764000000)\/",
      "Link": null,
      "Id": 2333764,
      "EnglishName": "RPO-01-13-222655         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333758",
      "CustomerId": 32495,
      "CustomerCode": "32495",
      "CustomerAS400Code": "32495",
      "CustomerEnglishName": "Daleeda",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29362,
      "PlateNumber": "DAL-123",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378815300000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 89,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gdal",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "dal",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222653         ",
      "CreationDate": "\/Date(1378764000000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 18,
      "StatusCode": "HLD",
      "StatusEnglishName": "Hold",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 20,
      "DocumentTypeStatusModel": {
        "Id": 20,
        "StatusId": 18,
        "Code": "HLD",
        "StatusName": "Hold",
        "StatusArabicName": null
      },
      "Comments": "dal",
      "ModificationDate": "\/Date(1378764000000)\/",
      "Link": null,
      "Id": 2333758,
      "EnglishName": "RPO-01-13-222653         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333785",
      "CustomerId": 32499,
      "CustomerCode": "32499",
      "CustomerAS400Code": "32499",
      "CustomerEnglishName": "NEW123",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29366,
      "PlateNumber": "DSF-4535",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380243600000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 4444,
      "AppointmentArrivalTime": "\/Date(1378821960000)\/",
      "DeliveryDate": "\/Date(1378902944000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 55726,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000435345t",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "44",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222658         ",
      "CreationDate": "\/Date(1378764000000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "44",
      "ModificationDate": "\/Date(1378764000000)\/",
      "Link": null,
      "Id": 2333785,
      "EnglishName": "RPO-01-13-222658         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333732",
      "CustomerId": 32489,
      "CustomerCode": "32489",
      "CustomerAS400Code": "32489",
      "CustomerEnglishName": "dddd",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29357,
      "PlateNumber": "SDF-2333",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1380319200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 2333,
      "AppointmentArrivalTime": "\/Date(1378802520000)\/",
      "DeliveryDate": "\/Date(1378818466000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 1,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000wewdef3",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "2",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222648         ",
      "CreationDate": "\/Date(1378764000000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "2",
      "ModificationDate": "\/Date(1378764000000)\/",
      "Link": null,
      "Id": 2333732,
      "EnglishName": "RPO-01-13-222648         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333721",
      "CustomerId": 32487,
      "CustomerCode": "32487",
      "CustomerAS400Code": "32487",
      "CustomerEnglishName": "efficiency REP",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29355,
      "PlateNumber": "ERE-32344",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1382047200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 34343,
      "AppointmentArrivalTime": "\/Date(1378740840000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000rrrrq",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "33",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222646         ",
      "CreationDate": "\/Date(1378740958000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "33",
      "ModificationDate": "\/Date(1378740958000)\/",
      "Link": null,
      "Id": 2333721,
      "EnglishName": "RPO-01-13-222646         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333718",
      "CustomerId": 4225,
      "CustomerCode": "4225",
      "CustomerAS400Code": "01-004087",
      "CustomerEnglishName": "ABD EL MAJED ASAD ABD EL HAMED",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 14556,
      "PlateNumber": "GIZ-409321",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1381442400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 310437,
      "AppointmentArrivalTime": "\/Date(1378738020000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "كورولا",
      "RangeCode": "NZE120L",
      "RangeComments": null,
      "RangeEnglishName": "Corolla",
      "RangeId": 7,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "كورولا ناقل سرعات يدوي تكييف وباور-BL0-1300CC",
      "FlatRateModelCode": "NZE120L",
      "FlatRateModelEnglishName": "1300 M",
      "FlatRateModelId": 7,
      "Chassis": "JTDBW23E853081458",
      "Year": null,
      "ModelEnglishName": "NZE120L-AEPDKV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "hh",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222645         ",
      "CreationDate": "\/Date(1378677600000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "hh",
      "ModificationDate": "\/Date(1378677600000)\/",
      "Link": null,
      "Id": 2333718,
      "EnglishName": "RPO-01-13-222645         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333692",
      "CustomerId": 32484,
      "CustomerCode": "32484",
      "CustomerAS400Code": "32484",
      "CustomerEnglishName": "Workshop status",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29352,
      "PlateNumber": "CVB-43566",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380319200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 433,
      "AppointmentArrivalTime": "\/Date(1378644360000)\/",
      "DeliveryDate": "\/Date(1378731734000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 89,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I000088888",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "433",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech", "P \u0026 P"],
      "Code": "RPO-01-13-222644         ",
      "CreationDate": "\/Date(1378654239000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "433",
      "ModificationDate": "\/Date(1378654239000)\/",
      "Link": null,
      "Id": 2333692,
      "EnglishName": "RPO-01-13-222644         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333690",
      "CustomerId": 32485,
      "CustomerCode": "32485",
      "CustomerAS400Code": "32485",
      "CustomerEnglishName": "223d",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29353,
      "PlateNumber": "RTE-5434",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 4534653,
      "AppointmentArrivalTime": "\/Date(1378644900000)\/",
      "DeliveryDate": "\/Date(1378736322000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 89,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I000054646tgf",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "gh",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech", "P \u0026 P"],
      "Code": "RPO-01-13-222643         ",
      "CreationDate": "\/Date(1378654010000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "gh",
      "ModificationDate": "\/Date(1378654010000)\/",
      "Link": null,
      "Id": 2333690,
      "EnglishName": "RPO-01-13-222643         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333675",
      "CustomerId": 32482,
      "CustomerCode": "32482",
      "CustomerAS400Code": "32482",
      "CustomerEnglishName": "Faten",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29350,
      "PlateNumber": "FAT-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378643040000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000001fate",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "fat",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222641         ",
      "CreationDate": "\/Date(1378643166000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "fat",
      "ModificationDate": "\/Date(1378643166000)\/",
      "Link": null,
      "Id": 2333675,
      "EnglishName": "RPO-01-13-222641         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333668",
      "CustomerId": 32481,
      "CustomerCode": "32481",
      "CustomerAS400Code": "32481",
      "CustomerEnglishName": "Erena",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29349,
      "PlateNumber": "ERE-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378642620000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000ere",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "ere",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222640         ",
      "CreationDate": "\/Date(1378642695000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "ere",
      "ModificationDate": "\/Date(1378642695000)\/",
      "Link": null,
      "Id": 2333668,
      "EnglishName": "RPO-01-13-222640         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333643",
      "CustomerId": 32479,
      "CustomerCode": "32479",
      "CustomerAS400Code": "32479",
      "CustomerEnglishName": "Dandy",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29347,
      "PlateNumber": "DAN-123",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378626240000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "عام",
      "RangeCode": "KDH212",
      "RangeComments": null,
      "RangeEnglishName": "General",
      "RangeId": 39,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KDH212",
      "FlatRateModelCode": "KDH212",
      "FlatRateModelEnglishName": "KDH212",
      "FlatRateModelId": 108,
      "Chassis": ".TGTS02PDan",
      "Year": null,
      "ModelEnglishName": "KDH212L-JEMDYV ( HIACE )",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "Dan",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222638         ",
      "CreationDate": "\/Date(1378591200000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "Dan",
      "ModificationDate": "\/Date(1378591200000)\/",
      "Link": null,
      "Id": 2333643,
      "EnglishName": "RPO-01-13-222638         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333652",
      "CustomerId": 32480,
      "CustomerCode": "32480",
      "CustomerAS400Code": "32480",
      "CustomerEnglishName": "test latest KM",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29348,
      "PlateNumber": "ASD-234",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380380400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 10000000400,
      "AppointmentArrivalTime": "\/Date(1378631947000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000sdfere33gfd",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "ffg",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222639         ",
      "CreationDate": "\/Date(1378591200000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 10,
      "StatusCode": "PRG",
      "StatusEnglishName": "In Progress",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 12,
      "DocumentTypeStatusModel": {
        "Id": 12,
        "StatusId": 10,
        "Code": "PRG",
        "StatusName": "In Progress",
        "StatusArabicName": null
      },
      "Comments": "ffg",
      "ModificationDate": "\/Date(1378591200000)\/",
      "Link": null,
      "Id": 2333652,
      "EnglishName": "RPO-01-13-222639         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333639",
      "CustomerId": 32477,
      "CustomerCode": "32477",
      "CustomerAS400Code": "32477",
      "CustomerEnglishName": "Badawy",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29345,
      "PlateNumber": "BAD-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378610520000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gbad",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "bad",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222637         ",
      "CreationDate": "\/Date(1378591200000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "bad",
      "ModificationDate": "\/Date(1378591200000)\/",
      "Link": null,
      "Id": 2333639,
      "EnglishName": "RPO-01-13-222637         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333636",
      "CustomerId": 32476,
      "CustomerCode": "32476",
      "CustomerAS400Code": "32476",
      "CustomerEnglishName": "Amal",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29344,
      "PlateNumber": "AMA-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1381010400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378600885000)\/",
      "DeliveryDate": "\/Date(1378821555000)\/",
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gama",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "ama",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222636         ",
      "CreationDate": "\/Date(1378591200000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "ama",
      "ModificationDate": "\/Date(1378591200000)\/",
      "Link": null,
      "Id": 2333636,
      "EnglishName": "RPO-01-13-222636         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333626",
      "CustomerId": 4278,
      "CustomerCode": "4278",
      "CustomerAS400Code": "01-004140",
      "CustomerEnglishName": "3EZAT MOHAMED SALEH",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 22970,
      "PlateNumber": "ISM-002911",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1382652000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 854232,
      "AppointmentArrivalTime": "\/Date(1378383660000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي أس",
      "RangeCode": "KDH222",
      "RangeComments": null,
      "RangeEnglishName": "Hi ace",
      "RangeId": 18,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KDH222",
      "FlatRateModelCode": "KDH222",
      "FlatRateModelEnglishName": "KDH222",
      "FlatRateModelId": 105,
      "Chassis": "JTGSS22P550007612",
      "Year": null,
      "ModelEnglishName": "KDH222L-LEMDYV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "ggh",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222635         ",
      "CreationDate": "\/Date(1378383718000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "ggh",
      "ModificationDate": "\/Date(1378383718000)\/",
      "Link": null,
      "Id": 2333626,
      "EnglishName": "RPO-01-13-222635         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333622",
      "CustomerId": 32473,
      "CustomerCode": "32473",
      "CustomerAS400Code": "32473",
      "CustomerEnglishName": "customer distribution1",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29341,
      "PlateNumber": "SDF-3433",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380319200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 11,
      "AppointmentArrivalTime": "\/Date(1378382640000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "weewfffffg",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "dd",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222634         ",
      "CreationDate": "\/Date(1378382762000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "dd",
      "ModificationDate": "\/Date(1378382762000)\/",
      "Link": null,
      "Id": 2333622,
      "EnglishName": "RPO-01-13-222634         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333613",
      "CustomerId": 32472,
      "CustomerCode": "32472",
      "CustomerAS400Code": "32472",
      "CustomerEnglishName": "Cust4",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29340,
      "PlateNumber": "GFH-316351",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380232800000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 12,
      "AppointmentArrivalTime": "\/Date(1378380052000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 64724,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "000000002525",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222633         ",
      "CreationDate": "\/Date(1378380132000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "",
      "ModificationDate": "\/Date(1378380132000)\/",
      "Link": null,
      "Id": 2333613,
      "EnglishName": "RPO-01-13-222633         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333551",
      "CustomerId": 32451,
      "CustomerCode": "32451",
      "CustomerAS400Code": "32451",
      "CustomerEnglishName": "menna test",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 18,
      "PlateNumber": "SOS-005030",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1378332000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 343,
      "AppointmentArrivalTime": "\/Date(1378224180000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 1,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000010101756",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "e",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222630         ",
      "CreationDate": "\/Date(1378245600000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "e",
      "ModificationDate": "\/Date(1378245600000)\/",
      "Link": null,
      "Id": 2333551,
      "EnglishName": "RPO-01-13-222630         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333567",
      "CustomerId": 32468,
      "CustomerCode": "32468",
      "CustomerAS400Code": "32468",
      "CustomerEnglishName": "check Daily Vehicle report",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29336,
      "PlateNumber": "JHD-3243",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380060000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 23,
      "AppointmentArrivalTime": "\/Date(1378300860000)\/",
      "DeliveryDate": "\/Date(1380052276000)\/",
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 18,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000asdsaerwe23",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "e",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222631         ",
      "CreationDate": "\/Date(1378245600000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "e",
      "ModificationDate": "\/Date(1378245600000)\/",
      "Link": null,
      "Id": 2333567,
      "EnglishName": "RPO-01-13-222631         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333579",
      "CustomerId": 15518,
      "CustomerCode": "15518",
      "CustomerAS400Code": "01-015404",
      "CustomerEnglishName": "ADEL IBRAHIM CO.FOR TRAVIL",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 19035,
      "PlateNumber": "FAY-000275",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1380146400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 67265,
      "AppointmentArrivalTime": "\/Date(1378300680000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "عام",
      "RangeCode": "KDH212",
      "RangeComments": null,
      "RangeEnglishName": "General",
      "RangeId": 39,
      "EstimatedTotal": 45,
      "FlatRateModelArabicName": "KDH212",
      "FlatRateModelCode": "KDH212",
      "FlatRateModelEnglishName": "KDH212",
      "FlatRateModelId": 108,
      "Chassis": "JTGRS12P980011501",
      "Year": null,
      "ModelEnglishName": "KDH212L-JEMDYV ( HIACE )",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "7",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222632         ",
      "CreationDate": "\/Date(1378245600000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 16,
      "StatusCode": "PFQ",
      "StatusEnglishName": "Passed Final QC",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 18,
      "DocumentTypeStatusModel": {
        "Id": 18,
        "StatusId": 16,
        "Code": "PFQ",
        "StatusName": "Passed Final QC",
        "StatusArabicName": null
      },
      "Comments": "7",
      "ModificationDate": "\/Date(1378245600000)\/",
      "Link": null,
      "Id": 2333579,
      "EnglishName": "RPO-01-13-222632         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333534",
      "CustomerId": 32469,
      "CustomerCode": "32469",
      "CustomerAS400Code": "32469",
      "CustomerEnglishName": "Ameena",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29337,
      "PlateNumber": "AME-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1381010400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378205258000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 137,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gami",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "r",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222629         ",
      "CreationDate": "\/Date(1378159200000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "r",
      "ModificationDate": "\/Date(1378159200000)\/",
      "Link": null,
      "Id": 2333534,
      "EnglishName": "RPO-01-13-222629         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333527",
      "CustomerId": 14292,
      "CustomerCode": "14292",
      "CustomerAS400Code": "01-014163",
      "CustomerEnglishName": ".OHAMMED ABD ELAZZEM",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 17693,
      "PlateNumber": "CAI-772178",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380319200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 185651,
      "AppointmentArrivalTime": "\/Date(1378199700000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "كورولا",
      "RangeCode": "NZE120L",
      "RangeComments": null,
      "RangeEnglishName": "Corolla",
      "RangeId": 7,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "كورولا ناقل سرعات يدوي تكييف وباور-BL0-1300CC",
      "FlatRateModelCode": "NZE120L",
      "FlatRateModelEnglishName": "1300 M",
      "FlatRateModelId": 7,
      "Chassis": "JTDBW23E363104659",
      "Year": null,
      "ModelEnglishName": "NZE120L-AWPDKV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "5555",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222627         ",
      "CreationDate": "\/Date(1378159200000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 10,
      "StatusCode": "PRG",
      "StatusEnglishName": "In Progress",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 12,
      "DocumentTypeStatusModel": {
        "Id": 12,
        "StatusId": 10,
        "Code": "PRG",
        "StatusName": "In Progress",
        "StatusArabicName": null
      },
      "Comments": "5555",
      "ModificationDate": "\/Date(1378159200000)\/",
      "Link": null,
      "Id": 2333527,
      "EnglishName": "RPO-01-13-222627         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333505",
      "CustomerId": 32464,
      "CustomerCode": "32464",
      "CustomerAS400Code": "32464",
      "CustomerEnglishName": "Badr",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29332,
      "PlateNumber": "BAD-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378127760000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "عام",
      "RangeCode": "KDH212",
      "RangeComments": null,
      "RangeEnglishName": "General",
      "RangeId": 39,
      "EstimatedTotal": 2376,
      "FlatRateModelArabicName": "KDH212",
      "FlatRateModelCode": "KDH212",
      "FlatRateModelEnglishName": "KDH212",
      "FlatRateModelId": 108,
      "Chassis": ".TGTS02Pbad",
      "Year": null,
      "ModelEnglishName": "KDH212L-JEMDYV ( HIACE )",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "b",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222624         ",
      "CreationDate": "\/Date(1378127828000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "b",
      "ModificationDate": "\/Date(1378127828000)\/",
      "Link": null,
      "Id": 2333505,
      "EnglishName": "RPO-01-13-222624         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333501",
      "CustomerId": 32463,
      "CustomerCode": "32463",
      "CustomerAS400Code": "32463",
      "CustomerEnglishName": "Anwar",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29331,
      "PlateNumber": "ANW-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378126920000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 198,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Ganw",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "a",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222623         ",
      "CreationDate": "\/Date(1378127026000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "a",
      "ModificationDate": "\/Date(1378127026000)\/",
      "Link": null,
      "Id": 2333501,
      "EnglishName": "RPO-01-13-222623         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333498",
      "CustomerId": 32462,
      "CustomerCode": "32462",
      "CustomerAS400Code": "32462",
      "CustomerEnglishName": "cus4",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 10,
      "PlateNumber": "GIZ-051805",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1380146400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 212000,
      "AppointmentArrivalTime": "\/Date(1378124280000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 44704,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000980012025",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "tes",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222622         ",
      "CreationDate": "\/Date(1378124312000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 10,
      "StatusCode": "PRG",
      "StatusEnglishName": "In Progress",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 12,
      "DocumentTypeStatusModel": {
        "Id": 12,
        "StatusId": 10,
        "Code": "PRG",
        "StatusName": "In Progress",
        "StatusArabicName": null
      },
      "Comments": "tes",
      "ModificationDate": "\/Date(1378124312000)\/",
      "Link": null,
      "Id": 2333498,
      "EnglishName": "RPO-01-13-222622         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333488",
      "CustomerId": 32460,
      "CustomerCode": "32460",
      "CustomerAS400Code": "32460",
      "CustomerEnglishName": "cus2",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 3,
      "PlateNumber": "GIZ-9999992",
      "PlateColorArabicName": "اتوبيس خاص",
      "PlateColorCode": "4",
      "PlateColorEnglishName": "Private Bus",
      "PlateColorId": 5,
      "PlateColor": "Gray",
      "PromiseDate": "\/Date(1380146400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 126,
      "AppointmentArrivalTime": "\/Date(1378114140000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 11264,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000000123456",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "test",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222620         ",
      "CreationDate": "\/Date(1378114319000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "test",
      "ModificationDate": "\/Date(1378114319000)\/",
      "Link": null,
      "Id": 2333488,
      "EnglishName": "RPO-01-13-222620         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333492",
      "CustomerId": 32461,
      "CustomerCode": "32461",
      "CustomerAS400Code": "32461",
      "CustomerEnglishName": "Cust3",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 4,
      "PlateNumber": "QLB-176921",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1379973600000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1110000,
      "AppointmentArrivalTime": "\/Date(1378117380000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 44704,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000000176921",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "test",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222621         ",
      "CreationDate": "\/Date(1378072800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "test",
      "ModificationDate": "\/Date(1378072800000)\/",
      "Link": null,
      "Id": 2333492,
      "EnglishName": "RPO-01-13-222621         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333514",
      "CustomerId": 32467,
      "CustomerCode": "32467",
      "CustomerAS400Code": "32467",
      "CustomerEnglishName": "Eab",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29335,
      "PlateNumber": "EAB-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1381010400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378131585000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 353,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000001eab",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "df",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222626         ",
      "CreationDate": "\/Date(1378072800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "df",
      "ModificationDate": "\/Date(1378072800000)\/",
      "Link": null,
      "Id": 2333514,
      "EnglishName": "RPO-01-13-222626         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333510",
      "CustomerId": 32466,
      "CustomerCode": "32466",
      "CustomerAS400Code": "32466",
      "CustomerEnglishName": "Dongol",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29334,
      "PlateNumber": "DON-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378128240000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 177,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000don",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "d",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222625         ",
      "CreationDate": "\/Date(1378072800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "d",
      "ModificationDate": "\/Date(1378072800000)\/",
      "Link": null,
      "Id": 2333510,
      "EnglishName": "RPO-01-13-222625         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333456",
      "CustomerId": 32450,
      "CustomerCode": "32450",
      "CustomerAS400Code": "32450",
      "CustomerEnglishName": "Cust1",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29329,
      "PlateNumber": "KKK-156564",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380232800000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1378024736000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "000000001112",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": null,
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222619         ",
      "CreationDate": "\/Date(1378024851000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 16,
      "StatusCode": "PFQ",
      "StatusEnglishName": "Passed Final QC",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 18,
      "DocumentTypeStatusModel": {
        "Id": 18,
        "StatusId": 16,
        "Code": "PFQ",
        "StatusName": "Passed Final QC",
        "StatusArabicName": null
      },
      "Comments": null,
      "ModificationDate": "\/Date(1378024851000)\/",
      "Link": null,
      "Id": 2333456,
      "EnglishName": "RPO-01-13-222619         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333431",
      "CustomerId": 32444,
      "CustomerCode": "32444",
      "CustomerAS400Code": "32444",
      "CustomerEnglishName": "Hend",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29326,
      "PlateNumber": "HEN-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1377786120000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 396,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Ghen",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "h",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222618         ",
      "CreationDate": "\/Date(1377786227000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "h",
      "ModificationDate": "\/Date(1377786227000)\/",
      "Link": null,
      "Id": 2333431,
      "EnglishName": "RPO-01-13-222618         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333424",
      "CustomerId": 32432,
      "CustomerCode": "32432",
      "CustomerAS400Code": "32432",
      "CustomerEnglishName": "ynmt",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29323,
      "PlateNumber": "DFD-33454",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380232800000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 433,
      "AppointmentArrivalTime": "\/Date(1377779760000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 2773,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000dfgdsfer",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "dd",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222617         ",
      "CreationDate": "\/Date(1377727200000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "dd",
      "ModificationDate": "\/Date(1377727200000)\/",
      "Link": null,
      "Id": 2333424,
      "EnglishName": "RPO-01-13-222617         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333360",
      "CustomerId": 32412,
      "CustomerCode": "32412",
      "CustomerAS400Code": "32412",
      "CustomerEnglishName": "Egaby",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29315,
      "PlateNumber": "EGA-1334",
      "PlateColorArabicName": "اتوبيس خاص",
      "PlateColorCode": "4",
      "PlateColorEnglishName": "Private Bus",
      "PlateColorId": 5,
      "PlateColor": "Gray",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1377706680000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000ega",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "e",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222615         ",
      "CreationDate": "\/Date(1377706722000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "e",
      "ModificationDate": "\/Date(1377706722000)\/",
      "Link": null,
      "Id": 2333360,
      "EnglishName": "RPO-01-13-222615         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333357",
      "CustomerId": 32411,
      "CustomerCode": "32411",
      "CustomerAS400Code": "32411",
      "CustomerEnglishName": "Domaira",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29314,
      "PlateNumber": "DOM-123",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1377706200000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000dom",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "d",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222614         ",
      "CreationDate": "\/Date(1377706294000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "d",
      "ModificationDate": "\/Date(1377706294000)\/",
      "Link": null,
      "Id": 2333357,
      "EnglishName": "RPO-01-13-222614         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333354",
      "CustomerId": 32410,
      "CustomerCode": "32410",
      "CustomerAS400Code": "32410",
      "CustomerEnglishName": "cici",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29313,
      "PlateNumber": "CIC-2213",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1377705780000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000cic",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "c",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222613         ",
      "CreationDate": "\/Date(1377705858000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "c",
      "ModificationDate": "\/Date(1377705858000)\/",
      "Link": null,
      "Id": 2333354,
      "EnglishName": "RPO-01-13-222613         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333351",
      "CustomerId": 32409,
      "CustomerCode": "32409",
      "CustomerAS400Code": "32409",
      "CustomerEnglishName": "Belal",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29312,
      "PlateNumber": "BEL-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1377705300000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "عام",
      "RangeCode": "KDH212",
      "RangeComments": null,
      "RangeEnglishName": "General",
      "RangeId": 39,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KDH212",
      "FlatRateModelCode": "KDH212",
      "FlatRateModelEnglishName": "KDH212",
      "FlatRateModelId": 108,
      "Chassis": ".TGTS02Pbel",
      "Year": null,
      "ModelEnglishName": "KDH212L-JEMDYV ( HIACE )",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "b",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222612         ",
      "CreationDate": "\/Date(1377705415000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "b",
      "ModificationDate": "\/Date(1377705415000)\/",
      "Link": null,
      "Id": 2333351,
      "EnglishName": "RPO-01-13-222612         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333348",
      "CustomerId": 32408,
      "CustomerCode": "32408",
      "CustomerAS400Code": "32408",
      "CustomerEnglishName": "Ayman",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29311,
      "PlateNumber": "AAA-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1377704160000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22Gaaa",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "a",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222611         ",
      "CreationDate": "\/Date(1377704229000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "a",
      "ModificationDate": "\/Date(1377704229000)\/",
      "Link": null,
      "Id": 2333348,
      "EnglishName": "RPO-01-13-222611         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333363",
      "CustomerId": 32413,
      "CustomerCode": "32413",
      "CustomerAS400Code": "32413",
      "CustomerEnglishName": "Fateema",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29316,
      "PlateNumber": "FAT-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1377708840000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000001fat",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "f",
      "IsWarrantyApproved": false,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222616         ",
      "CreationDate": "\/Date(1377640800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 16,
      "StatusCode": "PFQ",
      "StatusEnglishName": "Passed Final QC",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 18,
      "DocumentTypeStatusModel": {
        "Id": 18,
        "StatusId": 16,
        "Code": "PFQ",
        "StatusName": "Passed Final QC",
        "StatusArabicName": null
      },
      "Comments": "f",
      "ModificationDate": "\/Date(1377640800000)\/",
      "Link": null,
      "Id": 2333363,
      "EnglishName": "RPO-01-13-222616         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333233",
      "CustomerId": 15115,
      "CustomerCode": "15115",
      "CustomerAS400Code": "01-014996",
      "CustomerEnglishName": ".ILLK  ENNETH LOUIS",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 1054,
      "PlateNumber": "DIP-012308",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1382565600000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 787311,
      "AppointmentArrivalTime": "\/Date(1377501120000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 3213,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "UT32F13C8X0156522",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "warranty",
      "IsWarrantyApproved": false,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222610         ",
      "CreationDate": "\/Date(1377468000000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 18,
      "StatusCode": "HLD",
      "StatusEnglishName": "Hold",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 20,
      "DocumentTypeStatusModel": {
        "Id": 20,
        "StatusId": 18,
        "Code": "HLD",
        "StatusName": "Hold",
        "StatusArabicName": null
      },
      "Comments": "warranty",
      "ModificationDate": "\/Date(1377468000000)\/",
      "Link": null,
      "Id": 2333233,
      "EnglishName": "RPO-01-13-222610         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333223",
      "CustomerId": 32404,
      "CustomerCode": "32404",
      "CustomerAS400Code": "32404",
      "CustomerEnglishName": "ahmed mohamed fouad",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29307,
      "PlateNumber": "SFG-222",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 333,
      "AppointmentArrivalTime": "\/Date(1377441360000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 6209,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "mkhjkh7865",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "xdasxas",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222609         ",
      "CreationDate": "\/Date(1377381600000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 18,
      "StatusCode": "HLD",
      "StatusEnglishName": "Hold",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 20,
      "DocumentTypeStatusModel": {
        "Id": 20,
        "StatusId": 18,
        "Code": "HLD",
        "StatusName": "Hold",
        "StatusArabicName": null
      },
      "Comments": "xdasxas",
      "ModificationDate": "\/Date(1377381600000)\/",
      "Link": null,
      "Id": 2333223,
      "EnglishName": "RPO-01-13-222609         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333189",
      "CustomerId": 32403,
      "CustomerCode": "32403",
      "CustomerAS400Code": "32403",
      "CustomerEnglishName": "Fay2a",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29306,
      "PlateNumber": "21L-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1378591200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1377173258000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "كورولا",
      "RangeCode": "ZZE121L",
      "RangeComments": null,
      "RangeEnglishName": "Corolla",
      "RangeId": 7,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "كورولا 1600 جميع الكماليات فتحة سقف اوتوماتيك-BG6",
      "FlatRateModelCode": "ZZE121L",
      "FlatRateModelEnglishName": " 1600 F/O Auto",
      "FlatRateModelId": 6,
      "Chassis": "ZZE121L-21l",
      "Year": null,
      "ModelEnglishName": "ZZE121L-AEMDK",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "",
      "IsWarrantyApproved": null,
      "IsCancelApproved": true,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222608         ",
      "CreationDate": "\/Date(1377173376000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 6,
      "StatusCode": "CNL",
      "StatusEnglishName": "Canceled",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 10,
      "DocumentTypeStatusModel": {
        "Id": 10,
        "StatusId": 6,
        "Code": "CNL",
        "StatusName": "Canceled",
        "StatusArabicName": null
      },
      "Comments": "",
      "ModificationDate": "\/Date(1377173376000)\/",
      "Link": null,
      "Id": 2333189,
      "EnglishName": "RPO-01-13-222608         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333186",
      "CustomerId": 32401,
      "CustomerCode": "32401",
      "CustomerAS400Code": "32401",
      "CustomerEnglishName": "Dandy",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29304,
      "PlateNumber": "LN1-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1378591200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1377167239000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 264,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000LN1ln1",
      "Year": null,
      "ModelEnglishName": "LN145L-PRMDS",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "dd",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222607         ",
      "CreationDate": "\/Date(1377122400000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "dd",
      "ModificationDate": "\/Date(1377122400000)\/",
      "Link": null,
      "Id": 2333186,
      "EnglishName": "RPO-01-13-222607         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333139",
      "CustomerId": 32395,
      "CustomerCode": "32395",
      "CustomerAS400Code": "32395",
      "CustomerEnglishName": "Mohy",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29300,
      "PlateNumber": "MOH-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1376825400000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "000000YNynymo",
      "Year": null,
      "ModelEnglishName": "YN85L-PRKRS  Hilux",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "m",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222605         ",
      "CreationDate": "\/Date(1376776800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 18,
      "StatusCode": "HLD",
      "StatusEnglishName": "Hold",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 20,
      "DocumentTypeStatusModel": {
        "Id": 20,
        "StatusId": 18,
        "Code": "HLD",
        "StatusName": "Hold",
        "StatusArabicName": null
      },
      "Comments": "m",
      "ModificationDate": "\/Date(1376776800000)\/",
      "Link": null,
      "Id": 2333139,
      "EnglishName": "RPO-01-13-222605         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333145",
      "CustomerId": 32396,
      "CustomerCode": "32396",
      "CustomerAS400Code": "32396",
      "CustomerEnglishName": "Nohair",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29301,
      "PlateNumber": "HZB-123",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1376826600000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "كوستر",
      "RangeCode": "HZB50",
      "RangeComments": null,
      "RangeEnglishName": "Coaster",
      "RangeId": 22,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "HZB50",
      "FlatRateModelCode": "HZB50",
      "FlatRateModelEnglishName": "HZB50",
      "FlatRateModelId": 63,
      "Chassis": "00000HZBhzb",
      "Year": null,
      "ModelEnglishName": "HZB50L-ZGMSS Coaster",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "n",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222606         ",
      "CreationDate": "\/Date(1376776800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 18,
      "StatusCode": "HLD",
      "StatusEnglishName": "Hold",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 20,
      "DocumentTypeStatusModel": {
        "Id": 20,
        "StatusId": 18,
        "Code": "HLD",
        "StatusName": "Hold",
        "StatusArabicName": null
      },
      "Comments": "n",
      "ModificationDate": "\/Date(1376776800000)\/",
      "Link": null,
      "Id": 2333145,
      "EnglishName": "RPO-01-13-222606         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333117",
      "CustomerId": 32380,
      "CustomerCode": "32380",
      "CustomerAS400Code": "32380",
      "CustomerEnglishName": "Walid",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29285,
      "PlateNumber": "WWW-123",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1376604900000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "كوستر",
      "RangeCode": "HZB50",
      "RangeComments": null,
      "RangeEnglishName": "Coaster",
      "RangeId": 22,
      "EstimatedTotal": 616,
      "FlatRateModelArabicName": "HZB50",
      "FlatRateModelCode": "HZB50",
      "FlatRateModelEnglishName": "HZB50",
      "FlatRateModelId": 63,
      "Chassis": "000000JTJTW",
      "Year": null,
      "ModelEnglishName": "HZB50L-ZGMSS Coaster",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "w",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222603         ",
      "CreationDate": "\/Date(1376604955000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "w",
      "ModificationDate": "\/Date(1376604955000)\/",
      "Link": null,
      "Id": 2333117,
      "EnglishName": "RPO-01-13-222603         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333120",
      "CustomerId": 32381,
      "CustomerCode": "32381",
      "CustomerAS400Code": "32381",
      "CustomerEnglishName": "Xena",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29286,
      "PlateNumber": "XQDX-123",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1376612100000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 266,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "000000YNyny",
      "Year": null,
      "ModelEnglishName": "YN85L-PRKRS  Hilux",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "z",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222604         ",
      "CreationDate": "\/Date(1376604000000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "z",
      "ModificationDate": "\/Date(1376604000000)\/",
      "Link": null,
      "Id": 2333120,
      "EnglishName": "RPO-01-13-222604         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333113",
      "CustomerId": 32378,
      "CustomerCode": "32378",
      "CustomerAS400Code": "32378",
      "CustomerEnglishName": "Teeto",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29283,
      "PlateNumber": "TTT-123",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1376601720000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "كوستر",
      "RangeCode": "HZB50",
      "RangeComments": null,
      "RangeEnglishName": "Coaster",
      "RangeId": 22,
      "EstimatedTotal": 528,
      "FlatRateModelArabicName": "HZB50",
      "FlatRateModelCode": "HZB50",
      "FlatRateModelEnglishName": "HZB50",
      "FlatRateModelId": 63,
      "Chassis": "000000JTjtj",
      "Year": null,
      "ModelEnglishName": "HZB50L-ZGMSS Coaster",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "ttt",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222602         ",
      "CreationDate": "\/Date(1376601781000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "ttt",
      "ModificationDate": "\/Date(1376601781000)\/",
      "Link": null,
      "Id": 2333113,
      "EnglishName": "RPO-01-13-222602         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333110",
      "CustomerId": 32377,
      "CustomerCode": "32377",
      "CustomerAS400Code": "32377",
      "CustomerEnglishName": "Samy",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29282,
      "PlateNumber": "SSS-1232",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1376601480000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 354,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "000000INinn",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "sss",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222601         ",
      "CreationDate": "\/Date(1376601591000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "sss",
      "ModificationDate": "\/Date(1376601591000)\/",
      "Link": null,
      "Id": 2333110,
      "EnglishName": "RPO-01-13-222601         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333107",
      "CustomerId": 32376,
      "CustomerCode": "32376",
      "CustomerAS400Code": "32376",
      "CustomerEnglishName": "Ranya",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29281,
      "PlateNumber": "RRR-123",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1376598360000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 354,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "000000ELelel",
      "Year": null,
      "ModelEnglishName": "EL50L-AEMDSV Tercel",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "rrrr",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222600         ",
      "CreationDate": "\/Date(1376598476000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "rrrr",
      "ModificationDate": "\/Date(1376598476000)\/",
      "Link": null,
      "Id": 2333107,
      "EnglishName": "RPO-01-13-222600         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333104",
      "CustomerId": 32375,
      "CustomerCode": "32375",
      "CustomerAS400Code": "32375",
      "CustomerEnglishName": "Qamar",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29280,
      "PlateNumber": "QQQ-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1376597580000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000080808",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "qqq",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222599         ",
      "CreationDate": "\/Date(1376597690000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "qqq",
      "ModificationDate": "\/Date(1376597690000)\/",
      "Link": null,
      "Id": 2333104,
      "EnglishName": "RPO-01-13-222599         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333101",
      "CustomerId": 32374,
      "CustomerCode": "32374",
      "CustomerAS400Code": "32374",
      "CustomerEnglishName": "Parak",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29279,
      "PlateNumber": "PPP-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1376595060000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000031313",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "p",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222598         ",
      "CreationDate": "\/Date(1376595204000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "p",
      "ModificationDate": "\/Date(1376595204000)\/",
      "Link": null,
      "Id": 2333101,
      "EnglishName": "RPO-01-13-222598         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333098",
      "CustomerId": 32373,
      "CustomerCode": "32373",
      "CustomerAS400Code": "32373",
      "CustomerEnglishName": "OssOss",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29278,
      "PlateNumber": "OOO-123",
      "PlateColorArabicName": "اتوبيس خاص",
      "PlateColorCode": "4",
      "PlateColorEnglishName": "Private Bus",
      "PlateColorId": 5,
      "PlateColor": "Gray",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1376594760000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "كوستر",
      "RangeCode": "HZB50",
      "RangeComments": null,
      "RangeEnglishName": "Coaster",
      "RangeId": 22,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "HZB50",
      "FlatRateModelCode": "HZB50",
      "FlatRateModelEnglishName": "HZB50",
      "FlatRateModelId": 63,
      "Chassis": "00000018181",
      "Year": null,
      "ModelEnglishName": "HZB50L-ZGMSS Coaster",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "o",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222597         ",
      "CreationDate": "\/Date(1376594846000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "o",
      "ModificationDate": "\/Date(1376594846000)\/",
      "Link": null,
      "Id": 2333098,
      "EnglishName": "RPO-01-13-222597         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333095",
      "CustomerId": 32372,
      "CustomerCode": "32372",
      "CustomerAS400Code": "32372",
      "CustomerEnglishName": "Noha",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29277,
      "PlateNumber": "MNN-123",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1376593680000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000014141",
      "Year": null,
      "ModelEnglishName": "LN145L-TRMDS",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "n",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222596         ",
      "CreationDate": "\/Date(1376593766000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "n",
      "ModificationDate": "\/Date(1376593766000)\/",
      "Link": null,
      "Id": 2333095,
      "EnglishName": "RPO-01-13-222596         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333092",
      "CustomerId": 32371,
      "CustomerCode": "32371",
      "CustomerAS400Code": "32371",
      "CustomerEnglishName": "Mohga",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29276,
      "PlateNumber": "MOM-213",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1376593380000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "0000000Oooo",
      "Year": null,
      "ModelEnglishName": "AE101L-DEHDKA",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "mm",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222595         ",
      "CreationDate": "\/Date(1376593511000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "mm",
      "ModificationDate": "\/Date(1376593511000)\/",
      "Link": null,
      "Id": 2333092,
      "EnglishName": "RPO-01-13-222595         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333089",
      "CustomerId": 32370,
      "CustomerCode": "32370",
      "CustomerAS400Code": "32370",
      "CustomerEnglishName": "Meemo",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29275,
      "PlateNumber": "MM-123",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1376592540000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000001mmm",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "mn",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222594         ",
      "CreationDate": "\/Date(1376592715000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "mn",
      "ModificationDate": "\/Date(1376592715000)\/",
      "Link": null,
      "Id": 2333089,
      "EnglishName": "RPO-01-13-222594         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333074",
      "CustomerId": 32366,
      "CustomerCode": "32366",
      "CustomerAS400Code": "32366",
      "CustomerEnglishName": "Meehan",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29271,
      "PlateNumber": "QAW-321",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1376560740000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000001000",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "123321",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222591         ",
      "CreationDate": "\/Date(1376560994000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "123321",
      "ModificationDate": "\/Date(1376560994000)\/",
      "Link": null,
      "Id": 2333074,
      "EnglishName": "RPO-01-13-222591         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333078",
      "CustomerId": 32367,
      "CustomerCode": "32367",
      "CustomerAS400Code": "32367",
      "CustomerEnglishName": "New New",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29272,
      "PlateNumber": "GDTG-333435",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380319200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 444,
      "AppointmentArrivalTime": "\/Date(1376566260000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 264,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000jiuik099",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "bnm",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222592         ",
      "CreationDate": "\/Date(1376517600000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "bnm",
      "ModificationDate": "\/Date(1376517600000)\/",
      "Link": null,
      "Id": 2333078,
      "EnglishName": "RPO-01-13-222592         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333082",
      "CustomerId": 32368,
      "CustomerCode": "32368",
      "CustomerAS400Code": "32368",
      "CustomerEnglishName": "bbbbb",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29273,
      "PlateNumber": "FEF-243",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 33,
      "AppointmentArrivalTime": "\/Date(1376574120000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 180,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "43443343435",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "3",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222593         ",
      "CreationDate": "\/Date(1376517600000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "3",
      "ModificationDate": "\/Date(1376517600000)\/",
      "Link": null,
      "Id": 2333082,
      "EnglishName": "RPO-01-13-222593         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333045",
      "CustomerId": 32358,
      "CustomerCode": "32358",
      "CustomerAS400Code": "32358",
      "CustomerEnglishName": "Al Shaf3y",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29263,
      "PlateNumber": "14A-aaa",
      "PlateColorArabicName": null,
      "PlateColorCode": "LT",
      "PlateColorEnglishName": "License Type",
      "PlateColorId": 12,
      "PlateColor": null,
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1376395680000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 125,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000014aaa",
      "Year": null,
      "ModelEnglishName": "LN145L-TRMDS",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "A",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222590         ",
      "CreationDate": "\/Date(1376344800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "A",
      "ModificationDate": "\/Date(1376344800000)\/",
      "Link": null,
      "Id": 2333045,
      "EnglishName": "RPO-01-13-222590         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333011",
      "CustomerId": 32349,
      "CustomerCode": "32349",
      "CustomerAS400Code": "32349",
      "CustomerEnglishName": "El Kber 2awy",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29254,
      "PlateNumber": "HJK-2154",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 100,
      "AppointmentArrivalTime": "\/Date(1376311200000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 0,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "JTEBU11F123",
      "Year": null,
      "ModelEnglishName": "GRJ150L-GKAEKV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "بيبيسب",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222587         ",
      "CreationDate": "\/Date(1376316247000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 16,
      "StatusCode": "PFQ",
      "StatusEnglishName": "Passed Final QC",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 18,
      "DocumentTypeStatusModel": {
        "Id": 18,
        "StatusId": 16,
        "Code": "PFQ",
        "StatusName": "Passed Final QC",
        "StatusArabicName": null
      },
      "Comments": "بيبيسب",
      "ModificationDate": "\/Date(1376316247000)\/",
      "Link": null,
      "Id": 2333011,
      "EnglishName": "RPO-01-13-222587         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333008",
      "CustomerId": 32348,
      "CustomerCode": "32348",
      "CustomerAS400Code": "32348",
      "CustomerEnglishName": "Maher",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29253,
      "PlateNumber": "951-951",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1376309760000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22G951",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "cdfddfd",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222586         ",
      "CreationDate": "\/Date(1376314455000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "cdfddfd",
      "ModificationDate": "\/Date(1376314455000)\/",
      "Link": null,
      "Id": 2333008,
      "EnglishName": "RPO-01-13-222586         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333016",
      "CustomerId": 32353,
      "CustomerCode": "32353",
      "CustomerAS400Code": "32353",
      "CustomerEnglishName": "test",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29258,
      "PlateNumber": "SDZ-4234",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 33,
      "AppointmentArrivalTime": "\/Date(1376319120000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "عام",
      "RangeCode": "GRJ200",
      "RangeComments": null,
      "RangeEnglishName": "General",
      "RangeId": 39,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "GRJ200",
      "FlatRateModelCode": "GRJ200",
      "FlatRateModelEnglishName": "GRJ200",
      "FlatRateModelId": 76,
      "Chassis": "JTMDU09Jaadsd",
      "Year": null,
      "ModelEnglishName": "GRJ200L-GPANKV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "ass",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222588         ",
      "CreationDate": "\/Date(1376258400000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "ass",
      "ModificationDate": "\/Date(1376258400000)\/",
      "Link": null,
      "Id": 2333016,
      "EnglishName": "RPO-01-13-222588         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2333019",
      "CustomerId": 32354,
      "CustomerCode": "32354",
      "CustomerAS400Code": "32354",
      "CustomerEnglishName": "test 2",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29259,
      "PlateNumber": "HGJ-233",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 33,
      "AppointmentArrivalTime": "\/Date(1376319840000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "عام",
      "RangeCode": "GSV40",
      "RangeComments": null,
      "RangeEnglishName": "General",
      "RangeId": 39,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "GSV40",
      "FlatRateModelCode": "GSV40",
      "FlatRateModelEnglishName": "GSV40",
      "FlatRateModelId": 186,
      "Chassis": "JMYSRCY2dfdfd",
      "Year": null,
      "ModelEnglishName": "GSV40L-JETGKV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "saa",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222589         ",
      "CreationDate": "\/Date(1376258400000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "saa",
      "ModificationDate": "\/Date(1376258400000)\/",
      "Link": null,
      "Id": 2333019,
      "EnglishName": "RPO-01-13-222589         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2332989",
      "CustomerId": 22656,
      "CustomerCode": "22656",
      "CustomerAS400Code": "01-022973",
      "CustomerEnglishName": "AYMAN ABD EL-AZEM AASRAN",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 11579,
      "PlateNumber": "KCT-008695",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 208840,
      "AppointmentArrivalTime": "\/Date(1375862520000)\/",
      "DeliveryDate": "\/Date(1376298350000)\/",
      "RangeArabicName": "عام",
      "RangeCode": "ZZE141",
      "RangeComments": null,
      "RangeEnglishName": "General",
      "RangeId": 39,
      "EstimatedTotal": 193,
      "FlatRateModelArabicName": "ZZE141",
      "FlatRateModelCode": "ZZE141",
      "FlatRateModelEnglishName": "ZZE141",
      "FlatRateModelId": 163,
      "Chassis": "JTDBZ42E58J001942",
      "Year": null,
      "ModelEnglishName": "ZZE141L-AEPDKV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "jjhk",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222585         ",
      "CreationDate": "\/Date(1375866655000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 15,
      "StatusCode": "DLV",
      "StatusEnglishName": "Delivered",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 17,
      "DocumentTypeStatusModel": {
        "Id": 17,
        "StatusId": 15,
        "Code": "DLV",
        "StatusName": "Delivered",
        "StatusArabicName": null
      },
      "Comments": "jjhk",
      "ModificationDate": "\/Date(1375866655000)\/",
      "Link": null,
      "Id": 2332989,
      "EnglishName": "RPO-01-13-222585         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2332977",
      "CustomerId": 32338,
      "CustomerCode": "32338",
      "CustomerAS400Code": "32338",
      "CustomerEnglishName": "eyad",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29247,
      "PlateNumber": "321-321",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1375811760000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 463,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22G321",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "123456",
      "IsWarrantyApproved": null,
      "IsCancelApproved": true,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222584         ",
      "CreationDate": "\/Date(1375740000000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 6,
      "StatusCode": "CNL",
      "StatusEnglishName": "Canceled",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 10,
      "DocumentTypeStatusModel": {
        "Id": 10,
        "StatusId": 6,
        "Code": "CNL",
        "StatusName": "Canceled",
        "StatusArabicName": null
      },
      "Comments": "123456",
      "ModificationDate": "\/Date(1375740000000)\/",
      "Link": null,
      "Id": 2332977,
      "EnglishName": "RPO-01-13-222584         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2332951",
      "CustomerId": 32333,
      "CustomerCode": "32333",
      "CustomerAS400Code": "32333",
      "CustomerEnglishName": "nermin",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29245,
      "PlateNumber": "000-000",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1378591200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1375348075000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 198,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22G000",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222583         ",
      "CreationDate": "\/Date(1375350831000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "",
      "ModificationDate": "\/Date(1375350831000)\/",
      "Link": null,
      "Id": 2332951,
      "EnglishName": "RPO-01-13-222583         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2332894",
      "CustomerId": 49,
      "CustomerCode": "051050",
      "CustomerAS400Code": "01-051050",
      "CustomerEnglishName": "ayman eltalaway",
      "CustomerArabicName": "شركة موبينيل",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 2246,
      "PlateNumber": "CAI-513706",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 2723970,
      "AppointmentArrivalTime": "\/Date(1375109820000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 412,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "EE110000003019073",
      "Year": null,
      "ModelEnglishName": "EE110L-AEKRS Corolla",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "dfxd",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech", "P \u0026 P"],
      "Code": "RPO-01-13-222582         ",
      "CreationDate": "\/Date(1375048800000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "dfxd",
      "ModificationDate": "\/Date(1375048800000)\/",
      "Link": null,
      "Id": 2332894,
      "EnglishName": "RPO-01-13-222582         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2332855",
      "CustomerId": 32325,
      "CustomerCode": "32325",
      "CustomerAS400Code": "32325",
      "CustomerEnglishName": "cus2",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 90,
      "PlateNumber": "SUZ-013052",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1375221600000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 193687,
      "AppointmentArrivalTime": "\/Date(1374997380000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": null,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "6T1BE33K13X397738",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "jhygyjgh",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222581         ",
      "CreationDate": "\/Date(1374997690000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "jhygyjgh",
      "ModificationDate": "\/Date(1374997690000)\/",
      "Link": null,
      "Id": 2332855,
      "EnglishName": "RPO-01-13-222581         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2332835",
      "CustomerId": 32323,
      "CustomerCode": "32323",
      "CustomerAS400Code": "32323",
      "CustomerEnglishName": "new1",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 1,
      "PlateNumber": "CAI-436431",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1374703200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 266700,
      "AppointmentArrivalTime": "\/Date(1374664020000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": null,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000181018203",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "test",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222580         ",
      "CreationDate": "\/Date(1374666743000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "test",
      "ModificationDate": "\/Date(1374666743000)\/",
      "Link": null,
      "Id": 2332835,
      "EnglishName": "RPO-01-13-222580         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2332833",
      "CustomerId": 32324,
      "CustomerCode": "32324",
      "CustomerAS400Code": "32324",
      "CustomerEnglishName": "new new",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29238,
      "PlateNumber": "WEQ-12312",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1375308000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 211,
      "AppointmentArrivalTime": "\/Date(1374665169000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 110,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000jhkjnk",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222579         ",
      "CreationDate": "\/Date(1374666360000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "",
      "ModificationDate": "\/Date(1374666360000)\/",
      "Link": null,
      "Id": 2332833,
      "EnglishName": "RPO-01-13-222579         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2332826",
      "CustomerId": 32319,
      "CustomerCode": "32319",
      "CustomerAS400Code": "32319",
      "CustomerEnglishName": "RO1-1 job order",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29234,
      "PlateNumber": "SDS-23",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1375617600000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 747,
      "AppointmentArrivalTime": "\/Date(1374660339000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "00000000jk",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222578         ",
      "CreationDate": "\/Date(1374661650000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "",
      "ModificationDate": "\/Date(1374661650000)\/",
      "Link": null,
      "Id": 2332826,
      "EnglishName": "RPO-01-13-222578         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2332823",
      "CustomerId": 32320,
      "CustomerCode": "32320",
      "CustomerAS400Code": "32320",
      "CustomerEnglishName": "RO2- 2 JO -1 completed",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29235,
      "PlateNumber": "ASX-3242",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1375567200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 313,
      "AppointmentArrivalTime": "\/Date(1374660652000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 106,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I000012321321",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "DARK GREEN M.M.",
      "BodyColorTypeId": 11,
      "TrimColorTypeEnglishName": "DARK BLUE",
      "TrimColorTypeId": 25,
      "Recommendation": "",
      "Remarks": "jhgvfhjv",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222577         ",
      "CreationDate": "\/Date(1374661549000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "jhgvfhjv",
      "ModificationDate": "\/Date(1374661549000)\/",
      "Link": null,
      "Id": 2332823,
      "EnglishName": "RPO-01-13-222577         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2332820",
      "CustomerId": 32321,
      "CustomerCode": "32321",
      "CustomerAS400Code": "32321",
      "CustomerEnglishName": "RO3 - 2JO - 2 completed",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29236,
      "PlateNumber": "OPO-232",
      "PlateColorArabicName": "اتوبيس خاص",
      "PlateColorCode": "4",
      "PlateColorEnglishName": "Private Bus",
      "PlateColorId": 5,
      "PlateColor": "Gray",
      "PromiseDate": "\/Date(1375480800000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 4524,
      "AppointmentArrivalTime": "\/Date(1374660828000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 132,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000kjhkbh",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222576         ",
      "CreationDate": "\/Date(1374661456000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": "",
      "ModificationDate": "\/Date(1374661456000)\/",
      "Link": null,
      "Id": 2332820,
      "EnglishName": "RPO-01-13-222576         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2326802",
      "CustomerId": 15707,
      "CustomerCode": "15707",
      "CustomerAS400Code": "01-015595",
      "CustomerEnglishName": "HANY SAIED",
      "CustomerArabicName": "هاني سعيد",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 12352,
      "PlateNumber": "AWG-000678",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1368457200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 52207,
      "AppointmentArrivalTime": "\/Date(1368442899000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "عام",
      "RangeCode": "ZZE141",
      "RangeComments": null,
      "RangeEnglishName": "General",
      "RangeId": 39,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "ZZE141",
      "FlatRateModelCode": "ZZE141",
      "FlatRateModelEnglishName": "ZZE141",
      "FlatRateModelId": 163,
      "Chassis": "JTDBZ42E08J006000",
      "Year": null,
      "ModelEnglishName": "ZZE141L-AEPDKV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": null,
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222114         ",
      "CreationDate": "\/Date(1374635773000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 13,
      "StatusCode": "RIN",
      "StatusEnglishName": "Ready For Invoicing",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 15,
      "DocumentTypeStatusModel": {
        "Id": 15,
        "StatusId": 13,
        "Code": "RIN",
        "StatusName": "Ready For Invoicing",
        "StatusArabicName": null
      },
      "Comments": null,
      "ModificationDate": "\/Date(1374635773000)\/",
      "Link": null,
      "Id": 2326802,
      "EnglishName": "RPO-01-13-222114         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2327164",
      "CustomerId": 31623,
      "CustomerCode": "31623",
      "CustomerAS400Code": "01-025872",
      "CustomerEnglishName": "WATER CO",
      "CustomerArabicName": "الشركه المصريه لمياه الشرب",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 28749,
      "PlateNumber": "TME-000269",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1380492000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 14496,
      "AppointmentArrivalTime": "\/Date(1368520970000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي أس",
      "RangeCode": "KDH222",
      "RangeComments": null,
      "RangeEnglishName": "Hi ace",
      "RangeId": 18,
      "EstimatedTotal": 796,
      "FlatRateModelArabicName": "KDH222",
      "FlatRateModelCode": "KDH222",
      "FlatRateModelEnglishName": "KDH222",
      "FlatRateModelId": 105,
      "Chassis": "JTGSS22P0C0097782",
      "Year": null,
      "ModelEnglishName": "KDH222L-LEMDYV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "w",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222142         ",
      "CreationDate": "\/Date(1374530400000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "w",
      "ModificationDate": "\/Date(1374530400000)\/",
      "Link": null,
      "Id": 2327164,
      "EnglishName": "RPO-01-13-222142         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2332627",
      "CustomerId": 32307,
      "CustomerCode": "32307",
      "CustomerAS400Code": "32307",
      "CustomerEnglishName": "Maha fwzy Sadk",
      "CustomerArabicName": null,
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29225,
      "PlateNumber": "WED-3233",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1374271200000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 66,
      "AppointmentArrivalTime": "\/Date(1373536680000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 44,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "?Z1I0000fgrty65",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "remarks",
      "IsWarrantyApproved": null,
      "IsCancelApproved": true,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222574         ",
      "CreationDate": "\/Date(1373536945000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 6,
      "StatusCode": "CNL",
      "StatusEnglishName": "Canceled",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 10,
      "DocumentTypeStatusModel": {
        "Id": 10,
        "StatusId": 6,
        "Code": "CNL",
        "StatusName": "Canceled",
        "StatusArabicName": null
      },
      "Comments": "remarks",
      "ModificationDate": "\/Date(1373536945000)\/",
      "Link": null,
      "Id": 2332627,
      "EnglishName": "RPO-01-13-222574         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2332621",
      "CustomerId": 32305,
      "CustomerCode": "32305",
      "CustomerAS400Code": "32305",
      "CustomerEnglishName": "Rasha Morsy",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29223,
      "PlateNumber": "KKK-23123",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1375221600000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 2,
      "AppointmentArrivalTime": "\/Date(1373532180000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "JTHGM46Ftyruu67",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "sdsd",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222572         ",
      "CreationDate": "\/Date(1373534893000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "sdsd",
      "ModificationDate": "\/Date(1373534893000)\/",
      "Link": null,
      "Id": 2332621,
      "EnglishName": "RPO-01-13-222572         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2332625",
      "CustomerId": 32306,
      "CustomerCode": "32306",
      "CustomerAS400Code": "32306",
      "CustomerEnglishName": "test1",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29224,
      "PlateNumber": "KJK-12341",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 66,
      "AppointmentArrivalTime": "\/Date(1373535540000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "عام",
      "RangeCode": "GRJ200",
      "RangeComments": null,
      "RangeEnglishName": "General",
      "RangeId": 39,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "GRJ200",
      "FlatRateModelCode": "GRJ200",
      "FlatRateModelEnglishName": "GRJ200",
      "FlatRateModelId": 76,
      "Chassis": "00000000fhbfyjhy",
      "Year": null,
      "ModelEnglishName": "GRJ200L-GNMNKV (PRADO)",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "sds",
      "IsWarrantyApproved": null,
      "IsCancelApproved": true,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222573         ",
      "CreationDate": "\/Date(1373493600000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 6,
      "StatusCode": "CNL",
      "StatusEnglishName": "Canceled",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 10,
      "DocumentTypeStatusModel": {
        "Id": 10,
        "StatusId": 6,
        "Code": "CNL",
        "StatusName": "Canceled",
        "StatusArabicName": null
      },
      "Comments": "sds",
      "ModificationDate": "\/Date(1373493600000)\/",
      "Link": null,
      "Id": 2332625,
      "EnglishName": "RPO-01-13-222573         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2332630",
      "CustomerId": 32308,
      "CustomerCode": "32308",
      "CustomerAS400Code": "32308",
      "CustomerEnglishName": "Mandarin",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29226,
      "PlateNumber": "123-123",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1377900000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1234,
      "AppointmentArrivalTime": "\/Date(1373538911000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22G123",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "dsass",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222575         ",
      "CreationDate": "\/Date(1373493600000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "dsass",
      "ModificationDate": "\/Date(1373493600000)\/",
      "Link": null,
      "Id": 2332630,
      "EnglishName": "RPO-01-13-222575         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2332349",
      "CustomerId": 1,
      "CustomerCode": "01-026001",
      "CustomerAS400Code": "01-026001",
      "CustomerEnglishName": "MINISTRY OF HEALTH A.I",
      "CustomerArabicName": "وزارة الصحة و السكان",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 999,
      "PlateNumber": "GIZ-002292",
      "PlateColorArabicName": "اجرة",
      "PlateColorCode": "3",
      "PlateColorEnglishName": "Taxi",
      "PlateColorId": 3,
      "PlateColor": "Orange",
      "PromiseDate": "\/Date(1375221600000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 217119,
      "AppointmentArrivalTime": "\/Date(1372689180000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "",
      "RangeCode": "@@@",
      "RangeComments": "Data Migration",
      "RangeEnglishName": "Default Range",
      "RangeId": 1,
      "EstimatedTotal": null,
      "FlatRateModelArabicName": "",
      "FlatRateModelCode": "@@@",
      "FlatRateModelEnglishName": "Default Flat Rate Model",
      "FlatRateModelId": 1,
      "Chassis": "RZH114L0008102066",
      "Year": null,
      "ModelEnglishName": "Default Model",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "a",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222571         ",
      "CreationDate": "\/Date(1372690312000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 1,
      "StatusCode": "OPN",
      "StatusEnglishName": "Opened",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 9,
      "DocumentTypeStatusModel": {
        "Id": 9,
        "StatusId": 1,
        "Code": "OPN",
        "StatusName": "Opened",
        "StatusArabicName": null
      },
      "Comments": "a",
      "ModificationDate": "\/Date(1372690312000)\/",
      "Link": null,
      "Id": 2332349,
      "EnglishName": "RPO-01-13-222571         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2332311",
      "CustomerId": 32290,
      "CustomerCode": "32290",
      "CustomerAS400Code": "32290",
      "CustomerEnglishName": "Reda",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29210,
      "PlateNumber": "321-4556",
      "PlateColorArabicName": "نقل",
      "PlateColorCode": "2",
      "PlateColorEnglishName": "Carriage",
      "PlateColorId": 2,
      "PlateColor": "Red",
      "PromiseDate": "\/Date(1373148000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1372247618000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 176,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22G888",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222569         ",
      "CreationDate": "\/Date(1372247709000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 10,
      "StatusCode": "PRG",
      "StatusEnglishName": "In Progress",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 12,
      "DocumentTypeStatusModel": {
        "Id": 12,
        "StatusId": 10,
        "Code": "PRG",
        "StatusName": "In Progress",
        "StatusArabicName": null
      },
      "Comments": "",
      "ModificationDate": "\/Date(1372247709000)\/",
      "Link": null,
      "Id": 2332311,
      "EnglishName": "RPO-01-13-222569         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2332308",
      "CustomerId": 32289,
      "CustomerCode": "32289",
      "CustomerAS400Code": "32289",
      "CustomerEnglishName": "Gamil",
      "CustomerArabicName": "",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 29209,
      "PlateNumber": "235-678",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1373148000000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 1000,
      "AppointmentArrivalTime": "\/Date(1372246977000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "هاي لوكس",
      "RangeCode": "KUN25",
      "RangeComments": null,
      "RangeEnglishName": "Hi lux",
      "RangeId": 17,
      "EstimatedTotal": 89,
      "FlatRateModelArabicName": "KUN25",
      "FlatRateModelCode": "KUN25",
      "FlatRateModelEnglishName": "KUN25",
      "FlatRateModelId": 43,
      "Chassis": ",ROFR22G999",
      "Year": null,
      "ModelEnglishName": "KUN25L-PRMDHV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": "",
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222568         ",
      "CreationDate": "\/Date(1372247061000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": "",
      "ModificationDate": "\/Date(1372247061000)\/",
      "Link": null,
      "Id": 2332308,
      "EnglishName": "RPO-01-13-222568         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2332066",
      "CustomerId": 7268,
      "CustomerCode": "7268",
      "CustomerAS400Code": "01-007135",
      "CustomerEnglishName": "QAROON FOR PETROLUM",
      "CustomerArabicName": "شركة قارون للبترول",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 24935,
      "PlateNumber": "DYK-000673",
      "PlateColorArabicName": "حكومة",
      "PlateColorCode": "9",
      "PlateColorEnglishName": "Government",
      "PlateColorId": 4,
      "PlateColor": "White",
      "PromiseDate": "\/Date(1383822635028)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 8657,
      "AppointmentArrivalTime": "\/Date(1370522772000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "كوستر",
      "RangeCode": "HZB50",
      "RangeComments": null,
      "RangeEnglishName": "Coaster",
      "RangeId": 22,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "HZB50",
      "FlatRateModelCode": "HZB50",
      "FlatRateModelEnglishName": "HZB50",
      "FlatRateModelId": 63,
      "Chassis": "JTGFB518001032210",
      "Year": null,
      "ModelEnglishName": "HZB50L-ZGMSS Coaster",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": null,
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222567         ",
      "CreationDate": "\/Date(1372008582000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 12,
      "StatusCode": "PEN",
      "StatusEnglishName": "Pending",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 14,
      "DocumentTypeStatusModel": {
        "Id": 14,
        "StatusId": 12,
        "Code": "PEN",
        "StatusName": "Pending",
        "StatusArabicName": null
      },
      "Comments": null,
      "ModificationDate": "\/Date(1372008582000)\/",
      "Link": null,
      "Id": 2332066,
      "EnglishName": "RPO-01-13-222567         ",
      "Selected": false,
      "ErrorMessages": []
    }, {
      "ROLinkUrl": "/Service/RepairOrder?id=2331788",
      "CustomerId": 25001,
      "CustomerCode": "25001",
      "CustomerAS400Code": "50-020991",
      "CustomerEnglishName": "EAST DELTA ELEC.PRODUCTION CO.",
      "CustomerArabicName": "شركة شرق الدلتا لإنتاج الكهرباء",
      "CustomerLaborDiscount": 0,
      "CustomerMaterialDiscount": 0,
      "VehicleId": 7305,
      "PlateNumber": "ISM-112170",
      "PlateColorArabicName": "ملاكي",
      "PlateColorCode": "1",
      "PlateColorEnglishName": "Private",
      "PlateColorId": 1,
      "PlateColor": "Blue",
      "PromiseDate": "\/Date(1369742400000)\/",
      "OperationCount": 0,
      "ServiceAdvisorId": 1,
      "ServiceAdvisor": "01 GCSSD",
      "LatestSpeedo": 79616,
      "AppointmentArrivalTime": "\/Date(1369722464000)\/",
      "DeliveryDate": null,
      "RangeArabicName": "عام",
      "RangeCode": "ZRE141",
      "RangeComments": null,
      "RangeEnglishName": "General",
      "RangeId": 39,
      "EstimatedTotal": 88,
      "FlatRateModelArabicName": "ZRE141",
      "FlatRateModelCode": "ZRE141",
      "FlatRateModelEnglishName": "ZRE141",
      "FlatRateModelId": 212,
      "Chassis": "JTDBV42EXB9003447",
      "Year": null,
      "ModelEnglishName": "ZRE141L-AEPDKV",
      "BodyColorTypeEnglishName": "",
      "BodyColorTypeId": 0,
      "TrimColorTypeEnglishName": "",
      "TrimColorTypeId": 0,
      "Recommendation": "",
      "Remarks": null,
      "IsWarrantyApproved": null,
      "IsCancelApproved": null,
      "JobOrderSummaries": [],
      "WorkshopCodes": ["Mech"],
      "Code": "RPO-01-13-222550         ",
      "CreationDate": "\/Date(1369723264000)\/",
      "BranchId": 1,
      "BranchCode": "01 ",
      "BranchEnglishName": "Al Obour",
      "BranchArabicName": "Al Obour",
      "BaseDocumentTypeId": 0,
      "BaseDocumentTypeCode": null,
      "BaseDocumentTypeEnglishName": null,
      "BaseDocumentTypeArabichName": null,
      "StatusId": 10,
      "StatusCode": "PRG",
      "StatusEnglishName": "In Progress",
      "StatusArabicName": null,
      "DocumentTypeStatusId": 12,
      "DocumentTypeStatusModel": {
        "Id": 12,
        "StatusId": 10,
        "Code": "PRG",
        "StatusName": "In Progress",
        "StatusArabicName": null
      },
      "Comments": null,
      "ModificationDate": "\/Date(1369723264000)\/",
      "Link": null,
      "Id": 2331788,
      "EnglishName": "RPO-01-13-222550         ",
      "Selected": false,
      "ErrorMessages": []
    }];

Test runner

Ready to run.

Testing in
TestOps/sec
ko.mapping
viewmodel = ko.mapping.fromJS(model);
ready
ko.viewmodel
viewmodel = ko.viewmodel.fromModel(model);
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.