POST v3/Order
Request Information
URI Parameters
None.
Body Parameters
SignZone.Enterprise.Models.PublicApi.V3.Order| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerInstructions | Collection of string |
None. |
|
| CustomerOrderNumber | string |
None. |
|
| OrderContact | SignZone.Enterprise.Models.PublicApi.Contact |
None. |
|
| OrderItems | Collection of SignZone.Enterprise.Models.PublicApi.V3.OrderItem |
Required |
|
| PaymentTerms | string |
None. |
|
| PaymentType | SignZone.Enterprise.Models.PublicApi.PaymentTypes |
None. |
|
| PoNumber | string |
None. |
|
| PromotionCode | string |
None. |
|
| ProofEmail | string |
None. |
|
| RequestedInHand | date |
None. |
|
| RequestedShipDate | date |
None. |
|
| ShipToAddress | SignZone.Enterprise.Models.PublicApi.Address |
Required |
|
| SignZoneCustomerNumber | string |
Required |
|
| ThirdPartyShippingAccount | string |
None. |
|
| TestOnly | boolean |
None. |
|
| ShippingCarrier | string |
None. |
|
| ShippingMethod | string |
None. |
|
| CustomLabelLink | string |
None. |
|
| ShippingInstructions | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerInstructions": [
"sample string 1",
"sample string 2"
],
"CustomerOrderNumber": "sample string 1",
"OrderContact": {
"Name": "sample string 1",
"PhoneNumber": "sample string 2",
"Email": "sample string 3"
},
"OrderItems": [
{
"Sku": "sample string 1",
"Quantity": 2.0,
"LineNumber": "sample string 3",
"ParentLineNumber": "sample string 4",
"CustomerLineNumber": "sample string 5",
"CustomerLineReference": "sample string 6",
"Uom": "sample string 7",
"Description": "sample string 8",
"UnitPrice": 1.0,
"ArtWorkLink": "sample string 9",
"CustomerInstructions": "sample string 10",
"ImprintLocationCodes": [
"sample string 1",
"sample string 2"
],
"ArtworkApproval": "sample string 11",
"ArtTypeCode": "sample string 12"
},
{
"Sku": "sample string 1",
"Quantity": 2.0,
"LineNumber": "sample string 3",
"ParentLineNumber": "sample string 4",
"CustomerLineNumber": "sample string 5",
"CustomerLineReference": "sample string 6",
"Uom": "sample string 7",
"Description": "sample string 8",
"UnitPrice": 1.0,
"ArtWorkLink": "sample string 9",
"CustomerInstructions": "sample string 10",
"ImprintLocationCodes": [
"sample string 1",
"sample string 2"
],
"ArtworkApproval": "sample string 11",
"ArtTypeCode": "sample string 12"
}
],
"PaymentTerms": "sample string 2",
"PaymentType": "Blank",
"PoNumber": "sample string 3",
"PromotionCode": "sample string 4",
"ProofEmail": "sample string 5",
"RequestedInHand": "2026-02-03T19:58:04.3080821-06:00",
"RequestedShipDate": "2026-02-03T19:58:04.3080821-06:00",
"ShipToAddress": {
"CompanyName": "sample string 1",
"StreetAddress1": "sample string 2",
"StreetAddress2": "sample string 3",
"City": "sample string 4",
"State": "sample string 5",
"Zip": "sample string 6",
"Country": "sample string 7",
"Contact": "sample string 8"
},
"SignZoneCustomerNumber": "sample string 6",
"ThirdPartyShippingAccount": "sample string 7",
"TestOnly": true,
"ShippingCarrier": "sample string 8",
"ShippingMethod": "sample string 9",
"CustomLabelLink": "sample string 10",
"ShippingInstructions": "sample string 11"
}
application/xml, text/xml
Sample:
<Order xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CustomerInstructions>
<CustomerInstructions>sample string 1</CustomerInstructions>
<CustomerInstructions>sample string 2</CustomerInstructions>
</CustomerInstructions>
<CustomerOrderNumber>sample string 1</CustomerOrderNumber>
<OrderContact>
<Name>sample string 1</Name>
<PhoneNumber>sample string 2</PhoneNumber>
<Email>sample string 3</Email>
</OrderContact>
<OrderItems>
<OrderItem>
<Sku>sample string 1</Sku>
<Quantity>2</Quantity>
<LineNumber>sample string 3</LineNumber>
<ParentLineNumber>sample string 4</ParentLineNumber>
<CustomerLineNumber>sample string 5</CustomerLineNumber>
<CustomerLineReference>sample string 6</CustomerLineReference>
<Uom>sample string 7</Uom>
<Description>sample string 8</Description>
<UnitPrice>1</UnitPrice>
<ArtWorkLink>sample string 9</ArtWorkLink>
<CustomerInstructions>sample string 10</CustomerInstructions>
<ImprintLocationCodes>
<string>sample string 1</string>
<string>sample string 2</string>
</ImprintLocationCodes>
<ArtworkApproval>sample string 11</ArtworkApproval>
<ArtTypeCode>sample string 12</ArtTypeCode>
</OrderItem>
<OrderItem>
<Sku>sample string 1</Sku>
<Quantity>2</Quantity>
<LineNumber>sample string 3</LineNumber>
<ParentLineNumber>sample string 4</ParentLineNumber>
<CustomerLineNumber>sample string 5</CustomerLineNumber>
<CustomerLineReference>sample string 6</CustomerLineReference>
<Uom>sample string 7</Uom>
<Description>sample string 8</Description>
<UnitPrice>1</UnitPrice>
<ArtWorkLink>sample string 9</ArtWorkLink>
<CustomerInstructions>sample string 10</CustomerInstructions>
<ImprintLocationCodes>
<string>sample string 1</string>
<string>sample string 2</string>
</ImprintLocationCodes>
<ArtworkApproval>sample string 11</ArtworkApproval>
<ArtTypeCode>sample string 12</ArtTypeCode>
</OrderItem>
</OrderItems>
<PaymentTerms>sample string 2</PaymentTerms>
<PaymentType>Blank</PaymentType>
<PoNumber>sample string 3</PoNumber>
<PromotionCode>sample string 4</PromotionCode>
<ProofEmail>sample string 5</ProofEmail>
<RequestedInHand>2026-02-03T19:58:04.3080821-06:00</RequestedInHand>
<RequestedShipDate>2026-02-03T19:58:04.3080821-06:00</RequestedShipDate>
<ShipToAddress>
<CompanyName>sample string 1</CompanyName>
<StreetAddress1>sample string 2</StreetAddress1>
<StreetAddress2>sample string 3</StreetAddress2>
<City>sample string 4</City>
<State>sample string 5</State>
<Zip>sample string 6</Zip>
<Country>sample string 7</Country>
<Contact>sample string 8</Contact>
</ShipToAddress>
<SignZoneCustomerNumber>sample string 6</SignZoneCustomerNumber>
<ThirdPartyShippingAccount>sample string 7</ThirdPartyShippingAccount>
<TestOnly>true</TestOnly>
<ShippingCarrier>sample string 8</ShippingCarrier>
<ShippingMethod>sample string 9</ShippingMethod>
<CustomLabelLink>sample string 10</CustomLabelLink>
<ShippingInstructions>sample string 11</ShippingInstructions>
</Order>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.