POST DispatchedReport/UpdateDispatchedStatus

Request Information

URI Parameters

None.

Body Parameters

DispatchedDetail
NameDescriptionTypeAdditional information
DispatchedStatus

string

None.

DispayDate

string

None.

FromDate

date

None.

ToDate

date

None.

DispatchedDetailsId

integer

None.

TransMainId

integer

None.

InvoiceNo

integer

None.

Date

date

None.

PartyName

string

None.

Address

string

None.

MobileNo

string

None.

IsDispatched

boolean

None.

DispatchedDate

date

None.

DispatchedBy

integer

None.

DispatchedItems

Collection of DispatchedItem

None.

APIKey

string

None.

UserId

integer

None.

CustomerId

integer

None.

VisitId

integer

None.

ExpFromDate

date

None.

ExpToDate

date

None.

SearchWord

string

None.

NoOfRecord

integer

None.

Status

string

None.

FollowUpFromDate

date

None.

FollowUpToDate

date

None.

VisitFromDate

date

None.

VisitToDate

date

None.

DocNo

string

None.

ClientId

integer

None.

FollowUpStatus

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

WebAPIResponse
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Data

Object

None.

Error

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Data": {},
  "Error": "sample string 4"
}

application/xml, text/xml

Sample:
<WebAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAL">
  <Data />
  <Error>sample string 4</Error>
  <Message>sample string 2</Message>
  <Success>true</Success>
</WebAPIResponse>