No documentation available.
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
{
"QuoteId": 1,
"PortalId": 1,
"AccountId": 1,
"QuoteOrderStateId": 1,
"ShippingId": 1,
"PaymentTypeId": 1,
"ShippingAddressId": 1,
"BillingAddressId": 1,
"ApproverAccountId": 1,
"QuoteOrderLineQuantity": 2.0,
"QuoteItemLineId": 3,
"IsBillingAddressSameAsShippingAddress": true,
"QuotesUpdateStatus": true,
"AdditionalInstruction": "sample string 5",
"ExternalId": "sample string 6",
"UserName": "sample string 7",
"QuoteStatus": "sample string 8",
"Total": 1.0,
"QuoteIds": "sample string 9",
"Created": "2021-02-24T09:43:15.5645065-08:00",
"Modified": "2021-02-24T09:43:15.5645065-08:00",
"QuoteDate": "2021-02-24T09:43:15.5645065-08:00",
"QuoteLineItem": {
"$id": "2",
"$values": [
{
"$id": "3",
"QuoteLineItemId": 1,
"QuoteId": 2,
"ProductId": 3,
"SKU": "sample string 4",
"Quantity": 5.0,
"AddOnValueIds": "sample string 6",
"BundleItemsIds": "sample string 7"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"QuoteLineItemList": {
"$id": "4",
"QuotesLineItems": {
"$id": "5",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"PageIndex": 1,
"PageSize": 1,
"TotalResults": 1,
"TotalPages": 1
},
"ShippingMethodName": "sample string 10",
"IsDeleteDraft": true,
"BaseUrl": "sample string 12",
"ParentAccountId": 13,
"QuoteAddress": {
"$id": "6",
"AccountId": 1,
"AddressId": 2,
"City": "sample string 3",
"CompanyName": "sample string 4",
"CountryCode": "sample string 5",
"FirstName": "sample string 6",
"IsDefaultBilling": true,
"IsDefaultShipping": true,
"LastName": "sample string 9",
"MiddleName": "sample string 10",
"Name": "sample string 11",
"PhoneNumber": "sample string 12",
"PostalCode": "sample string 13",
"StateCode": "sample string 14",
"StreetAddress1": "sample string 15",
"StreetAddress2": "sample string 16",
"ValidAddress": true,
"Email": "sample string 18",
"SetUserBillingAddress": true
}
}