-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAddOrder.json
50 lines (50 loc) · 1.25 KB
/
AddOrder.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"Order":{
"Header":{
"Comments":"My order comments",
"PONumber":"MyPO"
},
"Classification":{
"CampaignID":"",
"Source": {
"Description":"Salesforce"
},
"CustomerProject": {
"ID":"03-01"
}
},
"ShipTo":[
{
"Key":1,
"Rush":"true",
"FirstName":"Gabe",
"LastName":"Peluso",
"Address1":"123 Any St.",
"City":"Danvers",
"State":"MA",
"PostalCode":"01923",
"SpecialHandling": {
"Description":"Fedex Ground"
}
}
],
"Offers":[
{
"Quantity":5,
"OfferId":"FS_VNR",
"ShipToKey":1
}
],
"OrderedBy": {
"FirstName":"Gabe",
"LastName":"Peluso",
"Address1":"123 Any St.",
"Address2":"Apt. #2",
"City":"Danvers",
"State":"MA",
"PostalCode":"01923",
"Country":"US",
"Email":"[email protected]"
}
}
}