PartnerCreateCompleteOrderModelErrorsResponseWrapper
- errorType: object · ErrorsResponsenullable
Response The problems, when the call failed.
nullon success.Check this before reading
response. Note that a2xxstatus does not guarantee this is null: order creation returns200with this populated when the order was not created.- errorsType: array object[] | null · ErrorResponse[]
Every problem found with the request. A single call can report several at once, so read the whole array rather than only the first entry.
A single problem with a request. Errors arrive as an array under
errorResponse.errors.
- responseType: object · PartnerCreateCompleteOrderModelnullable
The payload, when the call succeeded.
nullwhenerrorResponseis populated.- paymentType: object · CreatePaymentModelrequired
Payment details including card information and payment option. Required.
- searchType: array integer[] Format: int32
Result Plan Ids requiredArray of searchResultPlanId values from a previous plan search. Required. These IDs identify which specific plans the customer wants to purchase. Typically contains a single plan ID, but can include multiple for bundled purchases.
- userType: object · PartnersUserDetailsMainModel
Details requiredCustomer billing and contact information. Required. Includes name, email, phone, and address details.
- deviceType: string | null
Optional. Device type for analytics tracking. Common values: "Desktop", "Mobile", "Tablet"
- partnerType: string | null
Your unique partner identifier provided during onboarding. Optional — if omitted, resolved automatically from your authentication token.
- selectedType: array integer[] | null Format: int32
Addon Ids Optional. Array of add-on IDs to include with the order. Add-on IDs are returned in the plan search results under each plan's addons array.