# UpdateShipmentCarrierAndMethod

updateShipmentCarrierAndMethod

## PUT /updateShipmentCarrierAndMethod

> update ShipmentCarrierAndMethod

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"tags":[{"name":"updateShipmentCarrierAndMethod","description":"updateShipmentCarrierAndMethod"}],"servers":[{"url":"https://dev-maarg.hotwax.io/rest/s1/poorti"}],"security":[{"basicAuth":[]},{"api_key":[]}],"components":{"securitySchemes":{"basicAuth":{"type":"http","scheme":"basic"},"api_key":{"type":"apiKey","name":"api_key","in":"header","description":"HTTP Header api_key"}},"schemas":{"co.hotwax.poorti.FulfillmentServices.updateShipmentCarrierAndMethod.In":{"type":"object","properties":{"shipmentId":{"type":"string"},"shipmentRouteSegmentId":{"type":"string"},"deliveryId":{"type":"string"},"originFacilityId":{"type":"string"},"destFacilityId":{"type":"string"},"originContactMechId":{"type":"string"},"originTelecomNumberId":{"type":"string"},"destContactMechId":{"type":"string"},"destTelecomNumberId":{"type":"string"},"carrierPartyId":{"type":"string"},"shipmentMethodTypeId":{"type":"string"},"carrierServiceStatusId":{"type":"string"},"carrierDeliveryZone":{"type":"string"},"carrierRestrictionCodes":{"type":"string"},"carrierRestrictionDesc":{"type":"string"},"billingWeight":{"type":"number"},"billingWeightUomId":{"type":"string"},"actualTransportCost":{"type":"number"},"actualServiceCost":{"type":"number"},"actualOtherCost":{"type":"number"},"actualCost":{"type":"number"},"currencyUomId":{"type":"string"},"actualStartDate":{"type":"string","format":"date-time"},"actualArrivalDate":{"type":"string","format":"date-time"},"estimatedStartDate":{"type":"string","format":"date-time"},"estimatedArrivalDate":{"type":"string","format":"date-time"},"trackingIdNumber":{"type":"string"},"trackingDigest":{"type":"string"},"updatedByUserLoginId":{"type":"string"},"lastUpdatedDate":{"type":"string","format":"date-time"},"homeDeliveryType":{"type":"string"},"homeDeliveryDate":{"type":"string","format":"date-time"},"thirdPartyAccountNumber":{"type":"string"},"thirdPartyPostalCode":{"type":"string"},"thirdPartyCountryGeoCode":{"type":"string"},"upsHighValueReport":{"type":"string"},"trackingUrl":{"type":"string"},"codReturnLabelImage":{"type":"string"},"codReturnLabelHtml":{"type":"string"},"codCollectionAmount":{"type":"number"},"carrierAccountNumber":{"type":"string"},"carrierService":{"type":"string"},"isGenerateThirdPartyLabel":{"type":"string"},"isTrackingRequired":{"type":"string"},"referenceNumber":{"type":"string"},"actualCarrierCode":{"type":"string"},"labelImage":{"type":"string"},"labelImageUrl":{"type":"string"},"labelHtml":{"type":"string"},"requestedDeliveryDate":{"type":"string","format":"date"},"requestedDeliveryTime":{"type":"string"},"requestedShipMethTypeId":{"type":"string"},"deliveryWindow":{"type":"number","format":"double"},"gatewayRateId":{"type":"string"},"lastUpdatedStamp":{"type":"string","format":"date-time"},"orderId":{"type":"string"},"shipGroupSeqId":{"type":"string"},"shippingEstimateAmount":{"type":"string"}}}}},"paths":{"/updateShipmentCarrierAndMethod":{"put":{"tags":["updateShipmentCarrierAndMethod"],"summary":"update ShipmentCarrierAndMethod","description":null,"responses":{"401":{"description":"Authentication required"},"403":{"description":"Access Forbidden (no authz)"},"429":{"description":"Too Many Requests (tarpit)"},"500":{"description":"General Error"}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/co.hotwax.poorti.FulfillmentServices.updateShipmentCarrierAndMethod.In"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/co.hotwax.poorti.FulfillmentServices.updateShipmentCarrierAndMethod.In"}}},"required":true}}}}}
```
