POST api/POShipment/Update

Request Information

URI Parameters

None.

Body Parameters

POShipmentViewModel
NameDescriptionTypeAdditional information
ShipmentID

integer

None.

ShipmentNumber

string

None.

ShipmentName

string

None.

CompanyDetailID

integer

None.

POID

integer

None.

CarpID

string

None.

Appointment

string

None.

AppointmentDate

date

None.

AppointmentString

string

None.

AttachedFileNames

string

None.

Remarks

string

None.

IsMailSent

boolean

None.

ShipmentStatus

string

None.

LoginId

integer

None.

PONumber

string

None.

PODate

date

None.

LocationID

integer

None.

LocationName

string

None.

OtherReference

string

None.

ShipmentType

string

None.

lstItem

Collection of POOrderItemViewModel

None.

Request Formats

application/json, text/json

Sample:
{
  "lstItem": [
    {
      "PODetailsID": 1,
      "CompanyDetailID": 2,
      "POID": 3,
      "ItemID": 4,
      "UOMID": 5,
      "CaseSize": 6,
      "CasePack": 7,
      "Qty": 8,
      "Rate": 9.0,
      "TaxRate": 10.0,
      "TaxAmount": 11.0,
      "DirectCost": 12.0,
      "TotalAmount": 13.0,
      "BrandID": 14,
      "BrandName": "sample string 15",
      "ProductGroupID": 16,
      "ProductGroupName": "sample string 17",
      "CategoryID": 18,
      "CategoryName": "sample string 19",
      "ItemCode": "sample string 20",
      "MultiplierValue": 21.0,
      "UOM": "sample string 22",
      "PODate": "2025-12-16T11:05:04.5366255+00:00",
      "LocationName": "sample string 24",
      "VendorName": "sample string 25",
      "ItemName": "sample string 26",
      "VendorItemCode": "sample string 27",
      "POQty": 28,
      "ShipmentQty": 29,
      "AvailableQty": 30,
      "SlNo": 31,
      "VendorItem": "sample string 32",
      "Total": 33.0,
      "HSNCode": "sample string 34"
    },
    {
      "PODetailsID": 1,
      "CompanyDetailID": 2,
      "POID": 3,
      "ItemID": 4,
      "UOMID": 5,
      "CaseSize": 6,
      "CasePack": 7,
      "Qty": 8,
      "Rate": 9.0,
      "TaxRate": 10.0,
      "TaxAmount": 11.0,
      "DirectCost": 12.0,
      "TotalAmount": 13.0,
      "BrandID": 14,
      "BrandName": "sample string 15",
      "ProductGroupID": 16,
      "ProductGroupName": "sample string 17",
      "CategoryID": 18,
      "CategoryName": "sample string 19",
      "ItemCode": "sample string 20",
      "MultiplierValue": 21.0,
      "UOM": "sample string 22",
      "PODate": "2025-12-16T11:05:04.5366255+00:00",
      "LocationName": "sample string 24",
      "VendorName": "sample string 25",
      "ItemName": "sample string 26",
      "VendorItemCode": "sample string 27",
      "POQty": 28,
      "ShipmentQty": 29,
      "AvailableQty": 30,
      "SlNo": 31,
      "VendorItem": "sample string 32",
      "Total": 33.0,
      "HSNCode": "sample string 34"
    }
  ],
  "ShipmentID": 1,
  "ShipmentNumber": "sample string 2",
  "ShipmentName": "sample string 3",
  "CompanyDetailID": 4,
  "POID": 5,
  "CarpID": "sample string 6",
  "Appointment": "sample string 7",
  "AppointmentDate": "2025-12-16T11:05:04.5366255+00:00",
  "AppointmentString": "sample string 9",
  "AttachedFileNames": "sample string 10",
  "Remarks": "sample string 11",
  "IsMailSent": true,
  "ShipmentStatus": "sample string 13",
  "LoginId": 14,
  "PONumber": "sample string 15",
  "PODate": "2025-12-16T11:05:04.5366255+00:00",
  "LocationID": 17,
  "LocationName": "sample string 18",
  "OtherReference": "sample string 19",
  "ShipmentType": "sample string 20"
}

application/xml, text/xml

Sample:
<POShipmentViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAL.ViewModel">
  <Appointment>sample string 7</Appointment>
  <AppointmentDate>2025-12-16T11:05:04.5366255+00:00</AppointmentDate>
  <AppointmentString>sample string 9</AppointmentString>
  <AttachedFileNames>sample string 10</AttachedFileNames>
  <CarpID>sample string 6</CarpID>
  <CompanyDetailID>4</CompanyDetailID>
  <IsMailSent>true</IsMailSent>
  <LocationID>17</LocationID>
  <LocationName>sample string 18</LocationName>
  <LoginId>14</LoginId>
  <OtherReference>sample string 19</OtherReference>
  <PODate>2025-12-16T11:05:04.5366255+00:00</PODate>
  <POID>5</POID>
  <PONumber>sample string 15</PONumber>
  <Remarks>sample string 11</Remarks>
  <ShipmentID>1</ShipmentID>
  <ShipmentName>sample string 3</ShipmentName>
  <ShipmentNumber>sample string 2</ShipmentNumber>
  <ShipmentStatus>sample string 13</ShipmentStatus>
  <ShipmentType>sample string 20</ShipmentType>
  <lstItem>
    <POOrderItemViewModel>
      <AvailableQty>30</AvailableQty>
      <BrandID>14</BrandID>
      <BrandName>sample string 15</BrandName>
      <CasePack>7</CasePack>
      <CaseSize>6</CaseSize>
      <CategoryID>18</CategoryID>
      <CategoryName>sample string 19</CategoryName>
      <CompanyDetailID>2</CompanyDetailID>
      <DirectCost>12</DirectCost>
      <HSNCode>sample string 34</HSNCode>
      <ItemCode>sample string 20</ItemCode>
      <ItemID>4</ItemID>
      <ItemName>sample string 26</ItemName>
      <LocationName>sample string 24</LocationName>
      <MultiplierValue>21</MultiplierValue>
      <PODate>2025-12-16T11:05:04.5366255+00:00</PODate>
      <PODetailsID>1</PODetailsID>
      <POID>3</POID>
      <POQty>28</POQty>
      <ProductGroupID>16</ProductGroupID>
      <ProductGroupName>sample string 17</ProductGroupName>
      <Qty>8</Qty>
      <Rate>9</Rate>
      <ShipmentQty>29</ShipmentQty>
      <SlNo>31</SlNo>
      <TaxAmount>11</TaxAmount>
      <TaxRate>10</TaxRate>
      <Total>33</Total>
      <TotalAmount>13</TotalAmount>
      <UOM>sample string 22</UOM>
      <UOMID>5</UOMID>
      <VendorItem>sample string 32</VendorItem>
      <VendorItemCode>sample string 27</VendorItemCode>
      <VendorName>sample string 25</VendorName>
    </POOrderItemViewModel>
    <POOrderItemViewModel>
      <AvailableQty>30</AvailableQty>
      <BrandID>14</BrandID>
      <BrandName>sample string 15</BrandName>
      <CasePack>7</CasePack>
      <CaseSize>6</CaseSize>
      <CategoryID>18</CategoryID>
      <CategoryName>sample string 19</CategoryName>
      <CompanyDetailID>2</CompanyDetailID>
      <DirectCost>12</DirectCost>
      <HSNCode>sample string 34</HSNCode>
      <ItemCode>sample string 20</ItemCode>
      <ItemID>4</ItemID>
      <ItemName>sample string 26</ItemName>
      <LocationName>sample string 24</LocationName>
      <MultiplierValue>21</MultiplierValue>
      <PODate>2025-12-16T11:05:04.5366255+00:00</PODate>
      <PODetailsID>1</PODetailsID>
      <POID>3</POID>
      <POQty>28</POQty>
      <ProductGroupID>16</ProductGroupID>
      <ProductGroupName>sample string 17</ProductGroupName>
      <Qty>8</Qty>
      <Rate>9</Rate>
      <ShipmentQty>29</ShipmentQty>
      <SlNo>31</SlNo>
      <TaxAmount>11</TaxAmount>
      <TaxRate>10</TaxRate>
      <Total>33</Total>
      <TotalAmount>13</TotalAmount>
      <UOM>sample string 22</UOM>
      <UOMID>5</UOMID>
      <VendorItem>sample string 32</VendorItem>
      <VendorItemCode>sample string 27</VendorItemCode>
      <VendorName>sample string 25</VendorName>
    </POOrderItemViewModel>
  </lstItem>
</POShipmentViewModel>

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.