POST v6/order/scheduleA/customer/save

Request Information

URI Parameters

None.

Body Parameters

OrderScheduleAModelv6
NameDescriptionTypeAdditional information
OrderId

integer

None.

CustomerPO

string

None.

SalesOrg

string

None.

ContactName

string

None.

ContactPhone

string

None.

ContactEmail

string

None.

ThirdPartyAccount

string

None.

DeliveryFreight

string

None.

Notes

string

None.

QuoteFreightQuote

string

None.

QuoteTrackingInfo

string

None.

QuoteThirdPartyAccountNo

string

None.

StartDate

date

None.

PickUpDateTime

date

None.

DeliveryDate

date

None.

SalesRep

integer

None.

Handler

integer

None.

DeliveryTypeId

integer

None.

DeliveryLocation

string

None.

OriginLocation

integer

None.

Region

string

None.

QuoteServiceLevelId

integer

None.

QuoteCarrierId

integer

None.

OrderQuoted

boolean

None.

ReturnLocationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "orderId": 1,
  "customerPO": "sample string 2",
  "salesOrg": "sample string 3",
  "contactName": "sample string 4",
  "contactPhone": "sample string 5",
  "contactEmail": "sample string 6",
  "thirdPartyAccount": "sample string 7",
  "deliveryFreight": "sample string 8",
  "notes": "sample string 9",
  "quoteFreightQuote": "sample string 10",
  "quoteTrackingInfo": "sample string 11",
  "quoteThirdPartyAccountNo": "sample string 12",
  "startDate": "2025-11-08T08:22:33.5437464+00:00",
  "pickUpDateTime": "2025-11-08T08:22:33.5437464+00:00",
  "deliveryDate": "2025-11-08T08:22:33.5437464+00:00",
  "salesRep": 13,
  "handler": 14,
  "deliveryTypeId": 15,
  "deliveryLocation": "sample string 16",
  "originLocation": 17,
  "region": "sample string 18",
  "quoteServiceLevelId": 19,
  "quoteCarrierId": 20,
  "orderQuoted": true,
  "returnLocationId": 22
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.