POST api/orders/fulfillment

Request Information

URI Parameters

None.

Body Parameters

FulfillmentOrder
NameDescriptionTypeAdditional information
OrderNo

integer

None.

UserNo

string

None.

TypeId

string

None.

ItemArray

string

None.

CustomerPoNumber

string

None.

ShipToName

string

None.

ShipToAddress1

string

None.

ShipToAddress2

string

None.

ShipToCity

string

None.

ShipToState

string

None.

ShipToZipCode

string

None.

ShipToCountry

string

None.

CarrierId

string

None.

DeliveryInstructions

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderNo": 1,
  "UserNo": "sample string 2",
  "TypeId": "sample string 3",
  "ItemArray": "sample string 4",
  "CustomerPoNumber": "sample string 5",
  "ShipToName": "sample string 6",
  "ShipToAddress1": "sample string 7",
  "ShipToAddress2": "sample string 8",
  "ShipToCity": "sample string 9",
  "ShipToState": "sample string 10",
  "ShipToZipCode": "sample string 11",
  "ShipToCountry": "sample string 12",
  "CarrierId": "sample string 13",
  "DeliveryInstructions": "sample string 14"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.