POST api/Report/ReAssignInstallerAsync

Request Information

URI Parameters

None.

Body Parameters

ManuallyAssignedItem
NameDescriptionTypeAdditional information
ReportCardView

ReportCardViewModel

None.

JobN

string

None.

SelectedInstallerID

integer

None.

InstallerCallOut

InstallerCallOutModel

None.

RWorkOrderInstallers

Collection of WorkOrderInstaller

None.

Request Formats

application/json, text/json

Sample:
{
  "ReportCardView": {
    "BatchID": "sample string 1",
    "branchID": 2,
    "SelectedDate": "2026-01-12T22:26:24.7230222+00:00",
    "DollarLimits": 4.1,
    "MaxJobsCount": 5,
    "AssignModeCode": 6,
    "MinimumClusterPay": 7.1,
    "AllowOneBigJobOnly": true,
    "InstallersIDs": [
      1,
      2
    ]
  },
  "JobN": "sample string 1",
  "SelectedInstallerID": 2,
  "InstallerCallOut": {
    "InstallerID": 1,
    "CallOutReason": "sample string 2",
    "status": "sample string 3",
    "JobN": "sample string 4"
  },
  "RWorkOrderInstallers": [
    {
      "WorkOrderID": "sample string 1",
      "JobID": "sample string 2",
      "InstallerID": 3,
      "InstallerTag": 4,
      "Property": "sample string 5",
      "Score": "sample string 6",
      "PropertyID": 7,
      "Tag": 8,
      "TagReassigned": 9,
      "Longitude": 10.1,
      "Latitude": 11.1
    },
    {
      "WorkOrderID": "sample string 1",
      "JobID": "sample string 2",
      "InstallerID": 3,
      "InstallerTag": 4,
      "Property": "sample string 5",
      "Score": "sample string 6",
      "PropertyID": 7,
      "Tag": 8,
      "TagReassigned": 9,
      "Longitude": 10.1,
      "Latitude": 11.1
    }
  ]
}

application/xml, text/xml

Sample:
<ManuallyAssignedItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INSCHEDULER_WEB_API.Models.Report">
  <InstallerCallOut>
    <CallOutReason>sample string 2</CallOutReason>
    <InstallerID>1</InstallerID>
    <JobN>sample string 4</JobN>
    <status>sample string 3</status>
  </InstallerCallOut>
  <JobN>sample string 1</JobN>
  <RWorkOrderInstallers xmlns:d2p1="http://schemas.datacontract.org/2004/07/INSCHEDULER_WEB_API.Core">
    <d2p1:WorkOrderInstaller>
      <d2p1:InstallerID>3</d2p1:InstallerID>
      <d2p1:InstallerTag>4</d2p1:InstallerTag>
      <d2p1:JobID>sample string 2</d2p1:JobID>
      <d2p1:Latitude>11.1</d2p1:Latitude>
      <d2p1:Longitude>10.1</d2p1:Longitude>
      <d2p1:Property>sample string 5</d2p1:Property>
      <d2p1:PropertyID>7</d2p1:PropertyID>
      <d2p1:Score>sample string 6</d2p1:Score>
      <d2p1:Tag>8</d2p1:Tag>
      <d2p1:TagReassigned>9</d2p1:TagReassigned>
      <d2p1:WorkOrderID>sample string 1</d2p1:WorkOrderID>
    </d2p1:WorkOrderInstaller>
    <d2p1:WorkOrderInstaller>
      <d2p1:InstallerID>3</d2p1:InstallerID>
      <d2p1:InstallerTag>4</d2p1:InstallerTag>
      <d2p1:JobID>sample string 2</d2p1:JobID>
      <d2p1:Latitude>11.1</d2p1:Latitude>
      <d2p1:Longitude>10.1</d2p1:Longitude>
      <d2p1:Property>sample string 5</d2p1:Property>
      <d2p1:PropertyID>7</d2p1:PropertyID>
      <d2p1:Score>sample string 6</d2p1:Score>
      <d2p1:Tag>8</d2p1:Tag>
      <d2p1:TagReassigned>9</d2p1:TagReassigned>
      <d2p1:WorkOrderID>sample string 1</d2p1:WorkOrderID>
    </d2p1:WorkOrderInstaller>
  </RWorkOrderInstallers>
  <ReportCardView>
    <AllowOneBigJobOnly>true</AllowOneBigJobOnly>
    <AssignModeCode>6</AssignModeCode>
    <BatchID>sample string 1</BatchID>
    <DollarLimits>4.1</DollarLimits>
    <InstallersIDs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </InstallersIDs>
    <MaxJobsCount>5</MaxJobsCount>
    <MinimumClusterPay>7.1</MinimumClusterPay>
    <SelectedDate>2026-01-12T22:26:24.7230222+00:00</SelectedDate>
    <branchID>2</branchID>
  </ReportCardView>
  <SelectedInstallerID>2</SelectedInstallerID>
</ManuallyAssignedItem>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.