POST api/Report/DeliveryStatusUpdationReport

Request Information

URI Parameters

None.

Body Parameters

DeliveryStatusUpdationReport
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCodeList

string

None.

AllotedTo

string

None.

StartDate

integer

None.

EndDate

integer

None.

DocumentTypeList

string

None.

ApplyDeliveryDateFilter

boolean

None.

DeliveryOnStartDate

integer

None.

DeliveryOnEndDate

integer

None.

StatusList

string

None.

DownloadReport

boolean

None.

DeliveryOrderAt

string

None.

DeliveryOrderStatus

string

None.

DeliveryVehicle

string

None.

DeliveryZone

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BranchCodeList": "sample string 4",
  "AllotedTo": "sample string 5",
  "StartDate": 6,
  "EndDate": 7,
  "DocumentTypeList": "sample string 8",
  "ApplyDeliveryDateFilter": true,
  "DeliveryOnStartDate": 10,
  "DeliveryOnEndDate": 11,
  "StatusList": "sample string 12",
  "DownloadReport": true,
  "DeliveryOrderAt": "sample string 14",
  "DeliveryOrderStatus": "sample string 15",
  "DeliveryVehicle": "sample string 16",
  "DeliveryZone": "sample string 17"
}

application/xml, text/xml

Sample:
<DeliveryStatusUpdationReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <AllotedTo>sample string 5</AllotedTo>
  <ApplyDeliveryDateFilter>true</ApplyDeliveryDateFilter>
  <BranchCodeList>sample string 4</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <DBName>sample string 1</DBName>
  <DeliveryOnEndDate>11</DeliveryOnEndDate>
  <DeliveryOnStartDate>10</DeliveryOnStartDate>
  <DeliveryOrderAt>sample string 14</DeliveryOrderAt>
  <DeliveryOrderStatus>sample string 15</DeliveryOrderStatus>
  <DeliveryVehicle>sample string 16</DeliveryVehicle>
  <DeliveryZone>sample string 17</DeliveryZone>
  <DocumentTypeList>sample string 8</DocumentTypeList>
  <DownloadReport>true</DownloadReport>
  <EndDate>7</EndDate>
  <StartDate>6</StartDate>
  <StatusList>sample string 12</StatusList>
  <UserInternalCode>sample string 3</UserInternalCode>
</DeliveryStatusUpdationReport>

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.