/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { GeneralLookup } from './general-lookup'; import { WebitelCasesCreateCaseRelatedCaseInput } from './webitel-cases-create-case-related-case-input'; import { WebitelCasesInputCaseLink } from './webitel-cases-input-case-link'; /** * Input structure for creating a new case. * @export * @interface WebitelCasesInputCreateCase */ export interface WebitelCasesInputCreateCase { /** * * @type {GeneralLookup} * @memberof WebitelCasesInputCreateCase */ assignee?: GeneralLookup; /** * * @type {GeneralLookup} * @memberof WebitelCasesInputCreateCase */ close_reason?: GeneralLookup; /** * * @type {GeneralLookup} * @memberof WebitelCasesInputCreateCase */ close_reason_group?: GeneralLookup; /** * Optional close information. * @type {string} * @memberof WebitelCasesInputCreateCase */ close_result?: string; /** * Optional contact information. * @type {string} * @memberof WebitelCasesInputCreateCase */ contact_info?: string; /** * Custom data extension fields .. * @type {object} * @memberof WebitelCasesInputCreateCase */ custom?: object; /** * Optional description of the case. * @type {string} * @memberof WebitelCasesInputCreateCase */ description?: string; /** * * @type {GeneralLookup} * @memberof WebitelCasesInputCreateCase */ group?: GeneralLookup; /** * * @type {GeneralLookup} * @memberof WebitelCasesInputCreateCase */ impacted?: GeneralLookup; /** * List of links attached to the case. * @type {Array} * @memberof WebitelCasesInputCreateCase */ links?: Array; /** * * @type {GeneralLookup} * @memberof WebitelCasesInputCreateCase */ priority?: GeneralLookup; /** * API-only rating information. * @type {string} * @memberof WebitelCasesInputCreateCase */ rating?: string; /** * API-only rating information. * @type {string} * @memberof WebitelCasesInputCreateCase */ rating_comment?: string; /** * List of related cases. * @type {Array} * @memberof WebitelCasesInputCreateCase */ related?: Array; /** * * @type {GeneralLookup} * @memberof WebitelCasesInputCreateCase */ reporter?: GeneralLookup; /** * * @type {GeneralLookup} * @memberof WebitelCasesInputCreateCase */ service?: GeneralLookup; /** * * @type {GeneralLookup} * @memberof WebitelCasesInputCreateCase */ source?: GeneralLookup; /** * * @type {GeneralLookup} * @memberof WebitelCasesInputCreateCase */ status?: GeneralLookup; /** * * @type {GeneralLookup} * @memberof WebitelCasesInputCreateCase */ status_condition?: GeneralLookup; /** * Required subject of the case. * @type {string} * @memberof WebitelCasesInputCreateCase */ subject?: string; /** * * @type {GeneralLookup} * @memberof WebitelCasesInputCreateCase */ userID?: GeneralLookup; } //# sourceMappingURL=webitel-cases-input-create-case.d.ts.map