{
    "BuyerUserID": "",
    "ipAddress": [
        "123.16.53.148"
    ],
    "CustomerName": "test",
    "CustomerStatus": "",
    "Email": "test@test.com",
    "Phone": "123-123-1231",
    "Password": "",
    "Rewards": "",
    "Favorite": [
        {
            "Product": "",
            "Format": "",
            "Form": ""
        }
    ],
    "Addresses": [
        {
            "AddressName": "test",
            "AddressExtraName": "",
            "AddressDetail": "test",
            "AddressStreet": "test",
            "AddressUnit": "test",
            "AddressBuilding": "",
            "AddressCity": "test",
            "AddressState": "CA",
            "AddressZip": "123123",
            "AddressCountry": "USA"
        }
    ],
    "Payments": [
        {
            "CCLast4Digit": "1231",
            "CCName": "123123",
            "CCNumber": "1231231231231231",
            "CCExpMonth": "11",
            "CCExpYear": "2034",
            "CCcode": "123"
        },
        {
            "PaypalType": "",
            "PaypalName": "",
            "PaypalEmail": "",
            "PaypalUniqueId": "",
            "PaypalStatus": ""
        }
    ],
    "Recipe": [
        {
            "RecipeDate": "",
            "RecipeName": "",
            "RecipeFormat": "",
            "RecipeQuantity": "",
            "Serving": "",
            "RecipeCost": "",
            "RecipeTime": "",
            "Steps": [
                {
                    "Step": "",
                    "Format": "",
                    "Ingredient": "",
                    "StepQuantity": "",
                    "StepMultiplier": ""
                }
            ]
        }
    ],
    "Order": [
        {
            "OrderId": "",
            "OrderStaff": "",
            "OrderDate": "",
            "OrderTotal": "49.75",
            "OrderDiscount": "0",
            "OrderReward": "",
            "OrderCoupon": "0",
            "OrderCouponCode": "",
            "OrderStatus": "",
            "OrderLastUpDate": "",
            "OrderDeliveryDate": "",
            "OrderLabelId": "",
            "OrderLabelPrint": "",
            "OrderTracking": "",
            "OrderCarrier": "",
            "OrderCarrierService": "",
            "OrderCarrierServiceAccount": "",
            "OrderShipWeightTotal": "NaN",
            "OrderBoxsize": "",
            "OrderCarrierFeeRetail": "",
            "OrderCarrierFeeCost": "",
            "OrderRetailer": "",
            "OrderNotes": "",
            "OrderAddressType": "",
            "OrderPaymentType": "",
            "OrderPaid": "",
            "OrderItems": [
                {
                    "OrderProduct": "",
                    "OrderProductID": "",
                    "OrderProductSKU": "",
                    "OrderFormat": "",
                    "OrderAttribute": "",
                    "OrderShipWeight": "",
                    "OrderQuantity": "",
                    "OrderQuantityMissing": "",
                    "OrderPrice": "",
                    "OrderItemDiscount": "",
                    "OrderCost": "",
                    "OrderSubCategory": "",
                    "OrderTaskPoint": ""
                }
            ]
        }
    ]
}