POST api/InAppConsultationShipment/UpdateInAppConsultationShipment

Request Information

URI Parameters

None.

Body Parameters

InAppConsultationShipmentDto
NameDescriptionTypeAdditional information
InAppConsultationShipmentId

integer

None.

InAppConsultationId

integer

None.

InAppConsultationOrderId

integer

None.

InAppConsultationTransactionId

integer

None.

PharmacistId

integer

None.

PatientId

integer

None.

ShipmentId

string

None.

ShipmentDate

date

None.

AWBNumber

string

None.

CourierName

string

None.

ShipmentStatus

byte

None.

RecordStatus

byte

None.

CreatedDate

date

None.

InAppConsultationShipmentFileDtoList

Collection of InAppConsultationShipmentFileDto

None.

Request Formats

application/json, text/json

Sample:
{
  "InAppConsultationShipmentId": 1,
  "InAppConsultationId": 2,
  "InAppConsultationOrderId": 3,
  "InAppConsultationTransactionId": 1,
  "PharmacistId": 4,
  "PatientId": 5,
  "ShipmentId": "sample string 6",
  "ShipmentDate": "2026-04-22T15:59:11.9031253+05:30",
  "AWBNumber": "sample string 7",
  "CourierName": "sample string 8",
  "ShipmentStatus": 64,
  "RecordStatus": 64,
  "CreatedDate": "2026-04-22T15:59:11.9031253+05:30",
  "InAppConsultationShipmentFileDtoList": [
    {
      "InAppConsultationShipmentFileId": 1,
      "InAppConsultationShipmentId": 2,
      "FileName": "sample string 3",
      "FileType": 64,
      "FilePath": "sample string 5",
      "CreatedDate": "2026-04-22T15:59:11.9031253+05:30",
      "RecordStatus": 64
    },
    {
      "InAppConsultationShipmentFileId": 1,
      "InAppConsultationShipmentId": 2,
      "FileName": "sample string 3",
      "FileType": 64,
      "FilePath": "sample string 5",
      "CreatedDate": "2026-04-22T15:59:11.9031253+05:30",
      "RecordStatus": 64
    }
  ]
}

application/xml, text/xml

Sample:
<InAppConsultationShipmentDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Parihaar.Models">
  <AWBNumber>sample string 7</AWBNumber>
  <CourierName>sample string 8</CourierName>
  <CreatedDate>2026-04-22T15:59:11.9031253+05:30</CreatedDate>
  <InAppConsultationId>2</InAppConsultationId>
  <InAppConsultationOrderId>3</InAppConsultationOrderId>
  <InAppConsultationShipmentFileDtoList>
    <InAppConsultationShipmentFileDto>
      <CreatedDate>2026-04-22T15:59:11.9031253+05:30</CreatedDate>
      <FileName>sample string 3</FileName>
      <FilePath>sample string 5</FilePath>
      <FileType>64</FileType>
      <InAppConsultationShipmentFileId>1</InAppConsultationShipmentFileId>
      <InAppConsultationShipmentId>2</InAppConsultationShipmentId>
      <RecordStatus>64</RecordStatus>
    </InAppConsultationShipmentFileDto>
    <InAppConsultationShipmentFileDto>
      <CreatedDate>2026-04-22T15:59:11.9031253+05:30</CreatedDate>
      <FileName>sample string 3</FileName>
      <FilePath>sample string 5</FilePath>
      <FileType>64</FileType>
      <InAppConsultationShipmentFileId>1</InAppConsultationShipmentFileId>
      <InAppConsultationShipmentId>2</InAppConsultationShipmentId>
      <RecordStatus>64</RecordStatus>
    </InAppConsultationShipmentFileDto>
  </InAppConsultationShipmentFileDtoList>
  <InAppConsultationShipmentId>1</InAppConsultationShipmentId>
  <InAppConsultationTransactionId>1</InAppConsultationTransactionId>
  <PatientId>5</PatientId>
  <PharmacistId>4</PharmacistId>
  <RecordStatus>64</RecordStatus>
  <ShipmentDate>2026-04-22T15:59:11.9031253+05:30</ShipmentDate>
  <ShipmentId>sample string 6</ShipmentId>
  <ShipmentStatus>64</ShipmentStatus>
</InAppConsultationShipmentDto>

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.