POST api/Job/ProcessUndeliveredProduct

Request Information

URI Parameters

None.

Body Parameters

ProcessUndeliveredProductModel
Name Description Type Additional information
TaskProblemTypeId

byte

None.

TaskListId

string

None.

ReceiptTypeId

integer

None.

ImagePath

string

None.

ImageName

string

None.

ImageType

integer

None.

LigaId

string

None.

TaskId

string

None.

Address

string

None.

SubscriberId

string

None.

Subscriber

string

None.

ProductId

string

None.

Product

string

None.

ProductType

string

None.

Quantity

integer

None.

ReceiptProductQuantity

integer

None.

StatusId

integer

None.

Status

string

None.

DeliveryTime

date

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

ProvidedLatitude

decimal number

None.

ProvidedLongitude

decimal number

None.

SwipeRadius

string

None.

ServiceProviderId

integer

None.

IsTransferred

boolean

None.

IsDelayed

boolean

None.

RecepitDetail

string

None.

ResolvedByName

string

None.

ExtraInfo

string

None.

ManualScanValue

integer

None.

IsAutoScan

boolean

None.

Sequence

integer

None.

IsSaltCode90Applicable

boolean

None.

DeliverySequence

integer

None.

ProblemDescription

string

None.

Street

string

None.

JobId

integer

None.

JobNumber

string

None.

ReceiptType

integer

None.

ActionType

string

None.

LabelLess

string

None.

BoxId

string

None.

IsBoxOpen

boolean

None.

TaskReceiptId

integer

None.

ReceiptImagePath

string

None.

OriginalJobNumber

string

None.

TaskReceiptCount

integer

None.

PhotoRequired

integer

None.

CustomerNo

string

None.

LocationType

string

None.

DeliveredQuantity

integer

None.

ByDistributor

boolean

None.

DeviceId

integer

None.

HasHelpingImage

boolean

None.

HouseId

string

None.

AddressSequence

integer

None.

PhotoReceiptType

string

None.

AfloText

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TaskProblemTypeId": 64,
  "TaskListId": "sample string 1",
  "ReceiptTypeId": 2,
  "ImagePath": "sample string 3",
  "ImageName": "sample string 4",
  "ImageType": 5,
  "LigaId": "sample string 6",
  "TaskId": "sample string 7",
  "Address": "sample string 8",
  "SubscriberId": "sample string 9",
  "Subscriber": "sample string 10",
  "ProductId": "sample string 11",
  "Product": "sample string 12",
  "ProductType": "sample string 13",
  "Quantity": 1,
  "ReceiptProductQuantity": 1,
  "StatusId": 14,
  "Status": "sample string 15",
  "DeliveryTime": "2025-06-28T14:15:44.0699295Z",
  "Latitude": 1.0,
  "Longitude": 1.0,
  "ProvidedLatitude": 1.0,
  "ProvidedLongitude": 1.0,
  "SwipeRadius": "sample string 16",
  "ServiceProviderId": 17,
  "IsTransferred": true,
  "IsDelayed": true,
  "RecepitDetail": "sample string 20",
  "ResolvedByName": "sample string 21",
  "ExtraInfo": "sample string 22",
  "ManualScanValue": 1,
  "IsAutoScan": true,
  "Sequence": 23,
  "IsSaltCode90Applicable": true,
  "DeliverySequence": 1,
  "ProblemDescription": "sample string 25",
  "Street": "sample string 26",
  "JobId": 27,
  "JobNumber": "sample string 28",
  "ReceiptType": 29,
  "ActionType": "sample string 30",
  "LabelLess": "sample string 31",
  "BoxId": "sample string 32",
  "IsBoxOpen": true,
  "TaskReceiptId": 1,
  "ReceiptImagePath": "sample string 33",
  "OriginalJobNumber": "sample string 34",
  "TaskReceiptCount": 1,
  "PhotoRequired": 35,
  "CustomerNo": "sample string 36",
  "LocationType": "sample string 37",
  "DeliveredQuantity": 1,
  "ByDistributor": true,
  "DeviceId": 1,
  "HasHelpingImage": true,
  "HouseId": "sample string 40",
  "AddressSequence": 41,
  "PhotoReceiptType": "sample string 42",
  "AfloText": "sample string 43"
}

text/html

Sample:
{"TaskProblemTypeId":64,"TaskListId":"sample string 1","ReceiptTypeId":2,"ImagePath":"sample string 3","ImageName":"sample string 4","ImageType":5,"LigaId":"sample string 6","TaskId":"sample string 7","Address":"sample string 8","SubscriberId":"sample string 9","Subscriber":"sample string 10","ProductId":"sample string 11","Product":"sample string 12","ProductType":"sample string 13","Quantity":1,"ReceiptProductQuantity":1,"StatusId":14,"Status":"sample string 15","DeliveryTime":"2025-06-28T14:15:44.0699295Z","Latitude":1.0,"Longitude":1.0,"ProvidedLatitude":1.0,"ProvidedLongitude":1.0,"SwipeRadius":"sample string 16","ServiceProviderId":17,"IsTransferred":true,"IsDelayed":true,"RecepitDetail":"sample string 20","ResolvedByName":"sample string 21","ExtraInfo":"sample string 22","ManualScanValue":1,"IsAutoScan":true,"Sequence":23,"IsSaltCode90Applicable":true,"DeliverySequence":1,"ProblemDescription":"sample string 25","Street":"sample string 26","JobId":27,"JobNumber":"sample string 28","ReceiptType":29,"ActionType":"sample string 30","LabelLess":"sample string 31","BoxId":"sample string 32","IsBoxOpen":true,"TaskReceiptId":1,"ReceiptImagePath":"sample string 33","OriginalJobNumber":"sample string 34","TaskReceiptCount":1,"PhotoRequired":35,"CustomerNo":"sample string 36","LocationType":"sample string 37","DeliveredQuantity":1,"ByDistributor":true,"DeviceId":1,"HasHelpingImage":true,"HouseId":"sample string 40","AddressSequence":41,"PhotoReceiptType":"sample string 42","AfloText":"sample string 43"}

application/xml, text/xml

Sample:
<ProcessUndeliveredProductModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.PriorityTask">
  <ActionType xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 30</ActionType>
  <Address xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 8</Address>
  <AddressSequence xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">41</AddressSequence>
  <AfloText xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 43</AfloText>
  <BoxId xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 32</BoxId>
  <ByDistributor xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">true</ByDistributor>
  <CustomerNo xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 36</CustomerNo>
  <DeliveredQuantity xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">1</DeliveredQuantity>
  <DeliverySequence xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">1</DeliverySequence>
  <DeliveryTime xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">2025-06-28T14:15:44.0699295Z</DeliveryTime>
  <DeviceId xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">1</DeviceId>
  <ExtraInfo xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 22</ExtraInfo>
  <HasHelpingImage xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">true</HasHelpingImage>
  <HouseId xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 40</HouseId>
  <IsAutoScan xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">true</IsAutoScan>
  <IsBoxOpen xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">true</IsBoxOpen>
  <IsDelayed xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">true</IsDelayed>
  <IsSaltCode90Applicable xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">true</IsSaltCode90Applicable>
  <IsTransferred xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">true</IsTransferred>
  <JobId xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">27</JobId>
  <JobNumber xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 28</JobNumber>
  <LabelLess xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 31</LabelLess>
  <Latitude xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">1</Latitude>
  <LigaId xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 6</LigaId>
  <LocationType xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 37</LocationType>
  <Longitude xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">1</Longitude>
  <ManualScanValue xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">1</ManualScanValue>
  <OriginalJobNumber xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 34</OriginalJobNumber>
  <PhotoReceiptType xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 42</PhotoReceiptType>
  <PhotoRequired xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">35</PhotoRequired>
  <ProblemDescription xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 25</ProblemDescription>
  <Product xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 12</Product>
  <ProductId xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 11</ProductId>
  <ProductType xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 13</ProductType>
  <ProvidedLatitude xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">1</ProvidedLatitude>
  <ProvidedLongitude xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">1</ProvidedLongitude>
  <Quantity xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">1</Quantity>
  <ReceiptImagePath xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 33</ReceiptImagePath>
  <ReceiptProductQuantity xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">1</ReceiptProductQuantity>
  <ReceiptType xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">29</ReceiptType>
  <RecepitDetail xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 20</RecepitDetail>
  <ResolvedByName xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 21</ResolvedByName>
  <Sequence xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">23</Sequence>
  <ServiceProviderId xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">17</ServiceProviderId>
  <Status xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 15</Status>
  <StatusId xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">14</StatusId>
  <Street xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 26</Street>
  <Subscriber xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 10</Subscriber>
  <SubscriberId xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 9</SubscriberId>
  <SwipeRadius xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 16</SwipeRadius>
  <TaskId xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">sample string 7</TaskId>
  <TaskReceiptCount xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">1</TaskReceiptCount>
  <TaskReceiptId xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">1</TaskReceiptId>
  <ImageName>sample string 4</ImageName>
  <ImagePath>sample string 3</ImagePath>
  <ImageType>5</ImageType>
  <ReceiptTypeId>2</ReceiptTypeId>
  <TaskListId>sample string 1</TaskListId>
  <TaskProblemTypeId>64</TaskProblemTypeId>
</ProcessUndeliveredProductModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.