yellowgrid-api-ts 3.2.276 → 3.2.278
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +37 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +79 -0
- package/api.ts +6448 -2386
- package/common.ts +2 -2
- package/dist/api.d.ts +5989 -3577
- package/dist/api.js +6189 -2600
- package/dist/models/ReasonEnum.d.ts +18 -0
- package/dist/models/ReasonEnum.js +20 -0
- package/dist/models/ResolutionEnum.d.ts +18 -0
- package/dist/models/ResolutionEnum.js +20 -0
- package/dist/models/RmaItemCreditTypeEnum.d.ts +13 -0
- package/dist/models/RmaItemCreditTypeEnum.js +15 -0
- package/dist/models/RmaItemResolutionEnum.d.ts +28 -0
- package/dist/models/RmaItemResolutionEnum.js +30 -0
- package/dist/models/RmaItemStatusEnum.d.ts +18 -0
- package/dist/models/RmaItemStatusEnum.js +20 -0
- package/dist/models/RmaStatusEnum.d.ts +33 -0
- package/dist/models/RmaStatusEnum.js +35 -0
- package/docs/AbstractOrderRequestDTO.md +4 -4
- package/docs/AccountAddressesDTO.md +3 -3
- package/docs/AccountContactEntity.md +13 -13
- package/docs/AccountContactModel.md +13 -13
- package/docs/AccountContactRequestModel.md +9 -9
- package/docs/AccountDetailedSummaryDTO.md +10 -10
- package/docs/AccountFinanceDTO.md +10 -10
- package/docs/AccountRequestModel.md +11 -11
- package/docs/AccountSummaryDTO.md +3 -3
- package/docs/AccountsApi.md +48 -0
- package/docs/AccountsResponseModel.md +4 -4
- package/docs/AddressDTO.md +12 -6
- package/docs/AddressModel.md +5 -5
- package/docs/AddressRequestModel.md +4 -4
- package/docs/AdminCustomerRmasModel.md +27 -0
- package/docs/AdminNumberPortDTO.md +7 -7
- package/docs/AdminOrderRequestDTO.md +4 -4
- package/docs/AdminRmaDTO.md +67 -0
- package/docs/AdminRmaItemDTO.md +51 -0
- package/docs/AdminRmaNoteDTO.md +27 -0
- package/docs/AdminRmaSummaryDTO.md +39 -0
- package/docs/AdminUserModel.md +5 -5
- package/docs/AgentHoursGraphModel.md +4 -4
- package/docs/AgentHoursGraphMonthModel.md +2 -2
- package/docs/ApiLogEntity.md +12 -12
- package/docs/AreaCodeModel.md +2 -2
- package/docs/AttachmentModel.md +5 -5
- package/docs/AttributeSetEnum.md +2 -2
- package/docs/AuditLogEntity.md +9 -9
- package/docs/AuthCodeResponseModel.md +1 -1
- package/docs/AxisDataDTO.md +1 -1
- package/docs/BasicItemDTO.md +2 -2
- package/docs/BasicProductDTO.md +2 -2
- package/docs/BatchDTO.md +17 -17
- package/docs/BatchEntity.md +17 -17
- package/docs/BrandedVideoSummaryDTO.md +47 -0
- package/docs/BrandedVideosApi.md +424 -0
- package/docs/BrandedVideosSummariesModel.md +27 -0
- package/docs/CallBarringModel.md +5 -5
- package/docs/ClientDetailsModel.md +7 -7
- package/docs/ClientModel.md +4 -4
- package/docs/CollectionDateDTO.md +27 -0
- package/docs/CollectionDatesRequestDTO.md +23 -0
- package/docs/CompanyContractModel.md +5 -5
- package/docs/ContactInfoModel.md +5 -5
- package/docs/ConversationModel.md +8 -8
- package/docs/CourierPriceEntity.md +10 -10
- package/docs/CreditAccountEntity.md +23 -23
- package/docs/CreditNoteDTO.md +5 -1
- package/docs/CreditNoteEntity.md +5 -5
- package/docs/CreditNoteItemDTO.md +3 -1
- package/docs/CreditNoteItemEntity.md +7 -5
- package/docs/CreditNoteItemModel.md +7 -5
- package/docs/CreditNoteModel.md +5 -5
- package/docs/CrmActivitiesResponseDTO.md +2 -2
- package/docs/CrmActivityDTO.md +3 -3
- package/docs/CrmContactDTO.md +7 -7
- package/docs/CrmDateActivitiesDTO.md +1 -1
- package/docs/CrmNoteEntity.md +10 -10
- package/docs/CrmNoteModel.md +10 -10
- package/docs/CustomerCoordinatesDTO.md +5 -5
- package/docs/CustomerInformationModel.md +4 -4
- package/docs/CustomerItemRequestDTO.md +2 -2
- package/docs/CustomerListAccountDTO.md +13 -13
- package/docs/CustomerOrderRequestDTO.md +4 -4
- package/docs/CustomerPriceListEnum.md +2 -2
- package/docs/CustomerRmasModel.md +27 -0
- package/docs/CustomerSummaryReportDTO.md +6 -6
- package/docs/DdiRangeRequestModel.md +3 -3
- package/docs/DdiRangesRequestModel.md +1 -1
- package/docs/DetailedItemRequestDTO.md +2 -2
- package/docs/DetailedOrderRequestDTO.md +4 -4
- package/docs/DivertRequestModel.md +1 -1
- package/docs/DivertResponseModel.md +2 -2
- package/docs/EdTechProClientEntity.md +4 -4
- package/docs/EdTechProSchoolModel.md +11 -11
- package/docs/EdTechProSchoolsModel.md +4 -4
- package/docs/EdTechProSetupModel.md +5 -5
- package/docs/EmailRequestModel.md +21 -0
- package/docs/EventDTO.md +8 -8
- package/docs/EventRequestDTO.md +3 -3
- package/docs/EventSubscriptionModel.md +2 -2
- package/docs/EventUpdateDTO.md +4 -4
- package/docs/EventUpdateEntity.md +5 -5
- package/docs/EventUpdateRequestDTO.md +3 -3
- package/docs/ExpiringKeyDTO.md +5 -5
- package/docs/FraudManagementModel.md +2 -2
- package/docs/FreshdeskCompanyTicketsModel.md +4 -4
- package/docs/FreshdeskTicketEntity.md +6 -6
- package/docs/FtpAccountsEntity.md +5 -5
- package/docs/GenericFileModel.md +3 -3
- package/docs/GraphDTO.md +6 -6
- package/docs/HostingChangeResponseModel.md +5 -5
- package/docs/HostingRegionDTO.md +3 -3
- package/docs/InstallationDetailsDTO.md +3 -3
- package/docs/InstanceAutoFailoverEntity.md +5 -5
- package/docs/InstanceDeletionScheduleEntity.md +4 -4
- package/docs/InstanceEntity.md +21 -21
- package/docs/InstanceFailoverEntity.md +11 -11
- package/docs/InstanceMonitoringEntity.md +3 -3
- package/docs/InstanceMonitoringLogEntity.md +6 -6
- package/docs/InstanceScheduledTasksEntity.md +6 -6
- package/docs/InstanceTcxDetailsEntity.md +10 -10
- package/docs/InstanceUserCredentialsEntity.md +5 -5
- package/docs/ItemDTO.md +2 -2
- package/docs/ItemDiscountEntity.md +6 -6
- package/docs/ItemEntity.md +21 -21
- package/docs/ItemResolutionRequestModel.md +21 -0
- package/docs/LinkedOrderEntity.md +2 -2
- package/docs/MFARequiredModel.md +2 -2
- package/docs/MacAddressDTO.md +2 -2
- package/docs/MacAddressRequestModel.md +21 -0
- package/docs/MonthlyUsageModel.md +2 -2
- package/docs/MultiTenantChangeResponseModel.md +4 -4
- package/docs/NameRequestModel.md +21 -0
- package/docs/NavigationModel.md +4 -4
- package/docs/NoteRequestModel.md +21 -0
- package/docs/NumberPortDTO.md +7 -7
- package/docs/NumberPortNoteDTO.md +5 -5
- package/docs/NumberPortRangeDTO.md +2 -2
- package/docs/NumberPortingApi.md +21 -21
- package/docs/NumberPortsModel.md +4 -4
- package/docs/OAuth20Api.md +3 -3
- package/docs/OfflineInstancesEntity.md +5 -5
- package/docs/OrderDTO.md +3 -3
- package/docs/OrderDetailsDTO.md +10 -10
- package/docs/OrderEntity.md +56 -56
- package/docs/OrderItemDTO.md +2 -2
- package/docs/OrderRequestModel.md +6 -6
- package/docs/OrderSummariesModel.md +4 -4
- package/docs/OrderSummaryDTO.md +10 -10
- package/docs/OrderTotalModel.md +7 -7
- package/docs/OrderedItemEntity.md +14 -14
- package/docs/OrderedItemModel.md +14 -14
- package/docs/OrdersApi.md +55 -0
- package/docs/PartnerDTO.md +10 -10
- package/docs/PasswordSenderDTO.md +2 -2
- package/docs/PasswordSenderEntity.md +7 -7
- package/docs/PortalAccountModel.md +23 -23
- package/docs/PortalLoginModel.md +7 -7
- package/docs/PostGenerateReport200Response.md +8 -8
- package/docs/PriceListItemModel.md +2 -2
- package/docs/PrinterEntity.md +5 -5
- package/docs/PrizesEntity.md +6 -6
- package/docs/ProductDetailedSummaryDTO.md +2 -2
- package/docs/ProductPriceListItemModel.md +2 -2
- package/docs/ProductSearchResultsModel.md +1 -1
- package/docs/ProductSerialInfoDTO.md +27 -0
- package/docs/ProductSerialInfoModel.md +3 -3
- package/docs/ProductSummaryDTO.md +2 -2
- package/docs/PromoCodesEntity.md +8 -8
- package/docs/PromoItemModel.md +8 -8
- package/docs/PromoItemsEntity.md +8 -8
- package/docs/PromoModel.md +8 -8
- package/docs/PromoSummariesModel.md +4 -4
- package/docs/PromoSummaryDTO.md +3 -3
- package/docs/ProspectDTO.md +7 -7
- package/docs/ProspectEntity.md +11 -11
- package/docs/ProvisioningModel.md +3 -3
- package/docs/ProvisioningRequestEntity.md +3 -3
- package/docs/RMAApi.md +1749 -0
- package/docs/ReasonRequestModel.md +21 -0
- package/docs/RecordingBackupAzureModel.md +4 -4
- package/docs/RemoteStorageDTO.md +4 -4
- package/docs/ReportRequestDTO.md +1 -1
- package/docs/ResolutionRequestModel.md +21 -0
- package/docs/ResourceNotReadyException.md +3 -3
- package/docs/RmaCollectionDTO.md +27 -0
- package/docs/RmaCreditItemRequestDTO.md +25 -0
- package/docs/RmaDTO.md +47 -0
- package/docs/RmaItemDTO.md +35 -0
- package/docs/RmaItemRequestDTO.md +25 -0
- package/docs/RmaOrderDTO.md +33 -0
- package/docs/RmaOrderItemDTO.md +37 -0
- package/docs/RmaOrderSummaryDTO.md +25 -0
- package/docs/RmaReplacementOrderItemDTO.md +23 -0
- package/docs/RmaReplacementOrderRequestDTO.md +21 -0
- package/docs/RmaRequestDTO.md +36 -0
- package/docs/RmaReturnDTO.md +31 -0
- package/docs/RmaSummaryDTO.md +31 -0
- package/docs/RmaSummaryItemDTO.md +23 -0
- package/docs/RootAccessModel.md +3 -3
- package/docs/S3BucketEntity.md +4 -4
- package/docs/ScannedItemModel.md +1 -1
- package/docs/ScopeModel.md +2 -2
- package/docs/SerialNumberRequestModel.md +21 -0
- package/docs/SeriesDTO.md +3 -3
- package/docs/ServiceHealthDTO.md +2 -2
- package/docs/ServiceStatusDTO.md +4 -4
- package/docs/ShipmentAddressEntity.md +11 -11
- package/docs/ShipmentDTO.md +4 -4
- package/docs/ShipmentEntity.md +12 -12
- package/docs/ShipmentItemDTO.md +2 -2
- package/docs/ShipmentItemEntity.md +5 -5
- package/docs/ShipmentItemModel.md +5 -5
- package/docs/ShipmentModel.md +12 -12
- package/docs/ShipmentRequestDTO.md +4 -4
- package/docs/ShippingApi.md +56 -0
- package/docs/ShippingConsignmentModel.md +4 -4
- package/docs/ShippingInformationDTO.md +3 -3
- package/docs/ShippingRequestDTO.md +3 -3
- package/docs/ShippingServiceDTO.md +2 -2
- package/docs/ShippingServiceModel.md +4 -4
- package/docs/ShippingServicesModel.md +1 -1
- package/docs/SipTrunkChangeResponseModel.md +5 -5
- package/docs/SipTrunkCreationRequestModel.md +6 -6
- package/docs/SipTrunkEntity.md +12 -12
- package/docs/SipTrunksResponseModel.md +4 -4
- package/docs/SmsAccountDTO.md +6 -6
- package/docs/SmsAccountEntity.md +6 -6
- package/docs/SmsAccountRequestDTO.md +5 -5
- package/docs/SmsDataModel.md +1 -1
- package/docs/SmsMessageModel.md +3 -3
- package/docs/SmsNumbersEntity.md +2 -2
- package/docs/SmsPayloadModel.md +3 -3
- package/docs/SmsPhoneNumberModel.md +1 -1
- package/docs/SmsResponseModel.md +3 -3
- package/docs/SmsWhitelistEntity.md +2 -2
- package/docs/StockOrderCourierEntity.md +4 -4
- package/docs/StockOrderDeductionModel.md +4 -4
- package/docs/StockOrderDeductionRequestModel.md +2 -2
- package/docs/StockOrderDeductionsEntity.md +4 -4
- package/docs/StockOrderEntity.md +22 -22
- package/docs/StockOrderItemEntity.md +7 -7
- package/docs/StockOrderItemModel.md +7 -7
- package/docs/StockOrderItemRequestModel.md +4 -4
- package/docs/StockOrderModel.md +14 -14
- package/docs/StockOrderProductEntity.md +6 -6
- package/docs/StockOrderRequestModel.md +3 -3
- package/docs/StockOrderSupplierEntity.md +9 -9
- package/docs/StockOrderSupplierModel.md +9 -9
- package/docs/StockOrdersModel.md +4 -4
- package/docs/StockProductModel.md +6 -6
- package/docs/StockProductPriceModel.md +1 -1
- package/docs/StockProductSummariesModel.md +4 -4
- package/docs/StockProductSummaryModel.md +6 -6
- package/docs/StockReportItemModel.md +6 -6
- package/docs/StockReportModel.md +5 -5
- package/docs/StockTransactionsEntity.md +8 -8
- package/docs/SupplierEntity.md +9 -9
- package/docs/SupplierItemEntity.md +8 -8
- package/docs/SupplierItemModel.md +8 -8
- package/docs/SupplierItemsResultsDTO.md +1 -1
- package/docs/SupplierModel.md +9 -9
- package/docs/SupplierProductModel.md +3 -3
- package/docs/SupplierProductResultsModel.md +4 -4
- package/docs/SupportTicketModel.md +10 -10
- package/docs/TableDTO.md +3 -3
- package/docs/TableDataDTO.md +1 -1
- package/docs/TableHistoryEntity.md +8 -8
- package/docs/TableRowDTO.md +1 -1
- package/docs/TcxBackupEntity.md +9 -9
- package/docs/TcxBackupModel.md +9 -9
- package/docs/TcxBillingEntity.md +10 -10
- package/docs/TcxBulkLicenceDetailsModel.md +2 -2
- package/docs/TcxDeadLicenceEntity.md +3 -3
- package/docs/TcxExtsEntity.md +8 -8
- package/docs/TcxInstallationModel.md +17 -17
- package/docs/TcxInstallationsModel.md +4 -4
- package/docs/TcxKeySummaryDTO.md +3 -3
- package/docs/TcxKeysEntity.md +6 -6
- package/docs/TcxLicenceDetailsErrorModel.md +4 -4
- package/docs/TcxLicenceDetailsModel.md +11 -11
- package/docs/TcxMacsEntity.md +3 -3
- package/docs/TcxMultiTenantModel.md +7 -7
- package/docs/TcxMultiTenantUserModel.md +3 -3
- package/docs/TcxMultiTenantsModel.md +4 -4
- package/docs/TcxNumbersEntity.md +3 -3
- package/docs/TcxOfficeHoursEntity.md +15 -15
- package/docs/TcxPhoneModel.md +6 -6
- package/docs/TcxPhonesEntity.md +6 -6
- package/docs/TcxRemoteStorageModel.md +4 -4
- package/docs/TcxSbcDTO.md +7 -7
- package/docs/TcxSbcEntity.md +16 -16
- package/docs/TcxSbcModel.md +16 -16
- package/docs/TcxSbcResponseDTO.md +2 -2
- package/docs/TcxSetupEntity.md +25 -25
- package/docs/TcxSetupsModel.md +4 -4
- package/docs/TcxSipTrunksEntity.md +13 -13
- package/docs/TcxTemplateXmlEnum.md +2 -2
- package/docs/TcxUsersEntity.md +6 -6
- package/docs/TcxWizardConfigModel.md +2 -2
- package/docs/TcxWizardModel.md +9 -9
- package/docs/TechSupportCompanySummaryDTO.md +5 -5
- package/docs/ThumbnailDTO.md +25 -0
- package/docs/TicketSummaryModel.md +6 -6
- package/docs/TicketTimeDTO.md +9 -9
- package/docs/TicketsApi.md +10 -10
- package/docs/TokenResponseModel.md +3 -3
- package/docs/UpgradeOrderResponseModel.md +2 -2
- package/docs/UpgradeRequestModel.md +4 -4
- package/docs/UserEntity.md +10 -10
- package/docs/VideoRequestEntity.md +51 -0
- package/docs/XeroLogEntity.md +10 -10
- package/git_push.sh +14 -17
- package/models/ReasonEnum.ts +19 -0
- package/models/ResolutionEnum.ts +19 -0
- package/models/RmaItemCreditTypeEnum.ts +14 -0
- package/models/RmaItemResolutionEnum.ts +29 -0
- package/models/RmaItemStatusEnum.ts +19 -0
- package/models/RmaStatusEnum.ts +34 -0
- package/openapitools.json +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,424 @@
|
|
|
1
|
+
# BrandedVideosApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://bitbucket.org*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**deleteDeleteVideoRequest**](#deletedeletevideorequest) | **DELETE** /marketing/videos/{id} | |
|
|
8
|
+
|[**getDownloadLogo**](#getdownloadlogo) | **GET** /marketing/videos/logo | |
|
|
9
|
+
|[**getGetBrandedVideos**](#getgetbrandedvideos) | **GET** /marketing/videos | |
|
|
10
|
+
|[**getGetThumbnails**](#getgetthumbnails) | **GET** /marketing/videos/thumbnails | |
|
|
11
|
+
|[**postDownloadLogo**](#postdownloadlogo) | **POST** /marketing/videos/logo | |
|
|
12
|
+
|[**postSendBrandedVideoEmail**](#postsendbrandedvideoemail) | **POST** /marketing/videos/{id}/send | |
|
|
13
|
+
|[**postUploadVideo**](#postuploadvideo) | **POST** /marketing/videos/{id}/upload | |
|
|
14
|
+
|
|
15
|
+
# **deleteDeleteVideoRequest**
|
|
16
|
+
> deleteDeleteVideoRequest()
|
|
17
|
+
|
|
18
|
+
Send Branded Video Email
|
|
19
|
+
|
|
20
|
+
### Example
|
|
21
|
+
|
|
22
|
+
```typescript
|
|
23
|
+
import {
|
|
24
|
+
BrandedVideosApi,
|
|
25
|
+
Configuration
|
|
26
|
+
} from 'yellowgrid-api-ts';
|
|
27
|
+
|
|
28
|
+
const configuration = new Configuration();
|
|
29
|
+
const apiInstance = new BrandedVideosApi(configuration);
|
|
30
|
+
|
|
31
|
+
let id: number; //Video ID (default to undefined)
|
|
32
|
+
let customerId: number; //Customer ID (optional) (default to undefined)
|
|
33
|
+
|
|
34
|
+
const { status, data } = await apiInstance.deleteDeleteVideoRequest(
|
|
35
|
+
id,
|
|
36
|
+
customerId
|
|
37
|
+
);
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
### Parameters
|
|
41
|
+
|
|
42
|
+
|Name | Type | Description | Notes|
|
|
43
|
+
|------------- | ------------- | ------------- | -------------|
|
|
44
|
+
| **id** | [**number**] | Video ID | defaults to undefined|
|
|
45
|
+
| **customerId** | [**number**] | Customer ID | (optional) defaults to undefined|
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Return type
|
|
49
|
+
|
|
50
|
+
void (empty response body)
|
|
51
|
+
|
|
52
|
+
### Authorization
|
|
53
|
+
|
|
54
|
+
No authorization required
|
|
55
|
+
|
|
56
|
+
### HTTP request headers
|
|
57
|
+
|
|
58
|
+
- **Content-Type**: Not defined
|
|
59
|
+
- **Accept**: Not defined
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### HTTP response details
|
|
63
|
+
| Status code | Description | Response headers |
|
|
64
|
+
|-------------|-------------|------------------|
|
|
65
|
+
|**200** | No Response | - |
|
|
66
|
+
|**400** | Bad Request | - |
|
|
67
|
+
|**401** | Unauthorised | - |
|
|
68
|
+
|**403** | Access Denied | - |
|
|
69
|
+
|
|
70
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
71
|
+
|
|
72
|
+
# **getDownloadLogo**
|
|
73
|
+
> string getDownloadLogo()
|
|
74
|
+
|
|
75
|
+
Get Customer Logo
|
|
76
|
+
|
|
77
|
+
### Example
|
|
78
|
+
|
|
79
|
+
```typescript
|
|
80
|
+
import {
|
|
81
|
+
BrandedVideosApi,
|
|
82
|
+
Configuration
|
|
83
|
+
} from 'yellowgrid-api-ts';
|
|
84
|
+
|
|
85
|
+
const configuration = new Configuration();
|
|
86
|
+
const apiInstance = new BrandedVideosApi(configuration);
|
|
87
|
+
|
|
88
|
+
let customerId: number; //Customer ID (optional) (default to undefined)
|
|
89
|
+
|
|
90
|
+
const { status, data } = await apiInstance.getDownloadLogo(
|
|
91
|
+
customerId
|
|
92
|
+
);
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
### Parameters
|
|
96
|
+
|
|
97
|
+
|Name | Type | Description | Notes|
|
|
98
|
+
|------------- | ------------- | ------------- | -------------|
|
|
99
|
+
| **customerId** | [**number**] | Customer ID | (optional) defaults to undefined|
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Return type
|
|
103
|
+
|
|
104
|
+
**string**
|
|
105
|
+
|
|
106
|
+
### Authorization
|
|
107
|
+
|
|
108
|
+
No authorization required
|
|
109
|
+
|
|
110
|
+
### HTTP request headers
|
|
111
|
+
|
|
112
|
+
- **Content-Type**: Not defined
|
|
113
|
+
- **Accept**: application/json
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
### HTTP response details
|
|
117
|
+
| Status code | Description | Response headers |
|
|
118
|
+
|-------------|-------------|------------------|
|
|
119
|
+
|**200** | Logo URL | - |
|
|
120
|
+
|**400** | Bad Request | - |
|
|
121
|
+
|**401** | Unauthorised | - |
|
|
122
|
+
|**403** | Access Denied | - |
|
|
123
|
+
|
|
124
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
125
|
+
|
|
126
|
+
# **getGetBrandedVideos**
|
|
127
|
+
> BrandedVideosSummariesModel getGetBrandedVideos()
|
|
128
|
+
|
|
129
|
+
Get Branded Videos
|
|
130
|
+
|
|
131
|
+
### Example
|
|
132
|
+
|
|
133
|
+
```typescript
|
|
134
|
+
import {
|
|
135
|
+
BrandedVideosApi,
|
|
136
|
+
Configuration
|
|
137
|
+
} from 'yellowgrid-api-ts';
|
|
138
|
+
|
|
139
|
+
const configuration = new Configuration();
|
|
140
|
+
const apiInstance = new BrandedVideosApi(configuration);
|
|
141
|
+
|
|
142
|
+
let pageSize: number; //Number Of Results (optional) (default to 20)
|
|
143
|
+
let page: number; //Page Number (optional) (default to 1)
|
|
144
|
+
let search: string; //Search (optional) (default to undefined)
|
|
145
|
+
let type: 'paid' | 'reward' | 'sample'; //Type (optional) (default to undefined)
|
|
146
|
+
let outstanding: boolean; //Outstanding (optional) (default to undefined)
|
|
147
|
+
let overdue: boolean; //Overdue (optional) (default to undefined)
|
|
148
|
+
let customerId: number; //Customer ID (optional) (default to undefined)
|
|
149
|
+
|
|
150
|
+
const { status, data } = await apiInstance.getGetBrandedVideos(
|
|
151
|
+
pageSize,
|
|
152
|
+
page,
|
|
153
|
+
search,
|
|
154
|
+
type,
|
|
155
|
+
outstanding,
|
|
156
|
+
overdue,
|
|
157
|
+
customerId
|
|
158
|
+
);
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
### Parameters
|
|
162
|
+
|
|
163
|
+
|Name | Type | Description | Notes|
|
|
164
|
+
|------------- | ------------- | ------------- | -------------|
|
|
165
|
+
| **pageSize** | [**number**] | Number Of Results | (optional) defaults to 20|
|
|
166
|
+
| **page** | [**number**] | Page Number | (optional) defaults to 1|
|
|
167
|
+
| **search** | [**string**] | Search | (optional) defaults to undefined|
|
|
168
|
+
| **type** | [**'paid' | 'reward' | 'sample'**]**Array<'paid' | 'reward' | 'sample'>** | Type | (optional) defaults to undefined|
|
|
169
|
+
| **outstanding** | [**boolean**] | Outstanding | (optional) defaults to undefined|
|
|
170
|
+
| **overdue** | [**boolean**] | Overdue | (optional) defaults to undefined|
|
|
171
|
+
| **customerId** | [**number**] | Customer ID | (optional) defaults to undefined|
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Return type
|
|
175
|
+
|
|
176
|
+
**BrandedVideosSummariesModel**
|
|
177
|
+
|
|
178
|
+
### Authorization
|
|
179
|
+
|
|
180
|
+
No authorization required
|
|
181
|
+
|
|
182
|
+
### HTTP request headers
|
|
183
|
+
|
|
184
|
+
- **Content-Type**: Not defined
|
|
185
|
+
- **Accept**: application/json
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### HTTP response details
|
|
189
|
+
| Status code | Description | Response headers |
|
|
190
|
+
|-------------|-------------|------------------|
|
|
191
|
+
|**200** | Branded Video Summaries | - |
|
|
192
|
+
|**400** | Bad Request | - |
|
|
193
|
+
|**401** | Unauthorised | - |
|
|
194
|
+
|**403** | Access Denied | - |
|
|
195
|
+
|
|
196
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
197
|
+
|
|
198
|
+
# **getGetThumbnails**
|
|
199
|
+
> Array<ThumbnailDTO> getGetThumbnails()
|
|
200
|
+
|
|
201
|
+
Get Thumbnails
|
|
202
|
+
|
|
203
|
+
### Example
|
|
204
|
+
|
|
205
|
+
```typescript
|
|
206
|
+
import {
|
|
207
|
+
BrandedVideosApi,
|
|
208
|
+
Configuration
|
|
209
|
+
} from 'yellowgrid-api-ts';
|
|
210
|
+
|
|
211
|
+
const configuration = new Configuration();
|
|
212
|
+
const apiInstance = new BrandedVideosApi(configuration);
|
|
213
|
+
|
|
214
|
+
const { status, data } = await apiInstance.getGetThumbnails();
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
### Parameters
|
|
218
|
+
This endpoint does not have any parameters.
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
### Return type
|
|
222
|
+
|
|
223
|
+
**Array<ThumbnailDTO>**
|
|
224
|
+
|
|
225
|
+
### Authorization
|
|
226
|
+
|
|
227
|
+
No authorization required
|
|
228
|
+
|
|
229
|
+
### HTTP request headers
|
|
230
|
+
|
|
231
|
+
- **Content-Type**: Not defined
|
|
232
|
+
- **Accept**: application/json
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
### HTTP response details
|
|
236
|
+
| Status code | Description | Response headers |
|
|
237
|
+
|-------------|-------------|------------------|
|
|
238
|
+
|**200** | Thumbnails | - |
|
|
239
|
+
|**400** | Bad Request | - |
|
|
240
|
+
|**401** | Unauthorised | - |
|
|
241
|
+
|**403** | Access Denied | - |
|
|
242
|
+
|
|
243
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
244
|
+
|
|
245
|
+
# **postDownloadLogo**
|
|
246
|
+
> postDownloadLogo()
|
|
247
|
+
|
|
248
|
+
Upload logo
|
|
249
|
+
|
|
250
|
+
### Example
|
|
251
|
+
|
|
252
|
+
```typescript
|
|
253
|
+
import {
|
|
254
|
+
BrandedVideosApi,
|
|
255
|
+
Configuration
|
|
256
|
+
} from 'yellowgrid-api-ts';
|
|
257
|
+
|
|
258
|
+
const configuration = new Configuration();
|
|
259
|
+
const apiInstance = new BrandedVideosApi(configuration);
|
|
260
|
+
|
|
261
|
+
let logo: File; //Logo (default to undefined)
|
|
262
|
+
let customerId: number; //Customer ID (optional) (default to undefined)
|
|
263
|
+
|
|
264
|
+
const { status, data } = await apiInstance.postDownloadLogo(
|
|
265
|
+
logo,
|
|
266
|
+
customerId
|
|
267
|
+
);
|
|
268
|
+
```
|
|
269
|
+
|
|
270
|
+
### Parameters
|
|
271
|
+
|
|
272
|
+
|Name | Type | Description | Notes|
|
|
273
|
+
|------------- | ------------- | ------------- | -------------|
|
|
274
|
+
| **logo** | [**File**] | Logo | defaults to undefined|
|
|
275
|
+
| **customerId** | [**number**] | Customer ID | (optional) defaults to undefined|
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
### Return type
|
|
279
|
+
|
|
280
|
+
void (empty response body)
|
|
281
|
+
|
|
282
|
+
### Authorization
|
|
283
|
+
|
|
284
|
+
No authorization required
|
|
285
|
+
|
|
286
|
+
### HTTP request headers
|
|
287
|
+
|
|
288
|
+
- **Content-Type**: multipart/form-data
|
|
289
|
+
- **Accept**: Not defined
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
### HTTP response details
|
|
293
|
+
| Status code | Description | Response headers |
|
|
294
|
+
|-------------|-------------|------------------|
|
|
295
|
+
|**200** | No Response | - |
|
|
296
|
+
|**400** | Bad Request | - |
|
|
297
|
+
|**401** | Unauthorised | - |
|
|
298
|
+
|**403** | Access Denied | - |
|
|
299
|
+
|
|
300
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
301
|
+
|
|
302
|
+
# **postSendBrandedVideoEmail**
|
|
303
|
+
> postSendBrandedVideoEmail()
|
|
304
|
+
|
|
305
|
+
Send Branded Video Email
|
|
306
|
+
|
|
307
|
+
### Example
|
|
308
|
+
|
|
309
|
+
```typescript
|
|
310
|
+
import {
|
|
311
|
+
BrandedVideosApi,
|
|
312
|
+
Configuration
|
|
313
|
+
} from 'yellowgrid-api-ts';
|
|
314
|
+
|
|
315
|
+
const configuration = new Configuration();
|
|
316
|
+
const apiInstance = new BrandedVideosApi(configuration);
|
|
317
|
+
|
|
318
|
+
let email: string; //Email (default to undefined)
|
|
319
|
+
let id: number; //Video ID (default to undefined)
|
|
320
|
+
let customerId: number; //Customer ID (optional) (default to undefined)
|
|
321
|
+
|
|
322
|
+
const { status, data } = await apiInstance.postSendBrandedVideoEmail(
|
|
323
|
+
email,
|
|
324
|
+
id,
|
|
325
|
+
customerId
|
|
326
|
+
);
|
|
327
|
+
```
|
|
328
|
+
|
|
329
|
+
### Parameters
|
|
330
|
+
|
|
331
|
+
|Name | Type | Description | Notes|
|
|
332
|
+
|------------- | ------------- | ------------- | -------------|
|
|
333
|
+
| **email** | [**string**] | Email | defaults to undefined|
|
|
334
|
+
| **id** | [**number**] | Video ID | defaults to undefined|
|
|
335
|
+
| **customerId** | [**number**] | Customer ID | (optional) defaults to undefined|
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
### Return type
|
|
339
|
+
|
|
340
|
+
void (empty response body)
|
|
341
|
+
|
|
342
|
+
### Authorization
|
|
343
|
+
|
|
344
|
+
No authorization required
|
|
345
|
+
|
|
346
|
+
### HTTP request headers
|
|
347
|
+
|
|
348
|
+
- **Content-Type**: Not defined
|
|
349
|
+
- **Accept**: Not defined
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
### HTTP response details
|
|
353
|
+
| Status code | Description | Response headers |
|
|
354
|
+
|-------------|-------------|------------------|
|
|
355
|
+
|**200** | No Response | - |
|
|
356
|
+
|**400** | Bad Request | - |
|
|
357
|
+
|**401** | Unauthorised | - |
|
|
358
|
+
|**403** | Access Denied | - |
|
|
359
|
+
|
|
360
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
361
|
+
|
|
362
|
+
# **postUploadVideo**
|
|
363
|
+
> BrandedVideoSummaryDTO postUploadVideo()
|
|
364
|
+
|
|
365
|
+
Upload Video
|
|
366
|
+
|
|
367
|
+
### Example
|
|
368
|
+
|
|
369
|
+
```typescript
|
|
370
|
+
import {
|
|
371
|
+
BrandedVideosApi,
|
|
372
|
+
Configuration
|
|
373
|
+
} from 'yellowgrid-api-ts';
|
|
374
|
+
|
|
375
|
+
const configuration = new Configuration();
|
|
376
|
+
const apiInstance = new BrandedVideosApi(configuration);
|
|
377
|
+
|
|
378
|
+
let thumbnailId: string; //Thumbnail ID (default to undefined)
|
|
379
|
+
let id: number; //Video ID (default to undefined)
|
|
380
|
+
let video: File; //Video (default to undefined)
|
|
381
|
+
let customerId: number; //Customer ID (optional) (default to undefined)
|
|
382
|
+
|
|
383
|
+
const { status, data } = await apiInstance.postUploadVideo(
|
|
384
|
+
thumbnailId,
|
|
385
|
+
id,
|
|
386
|
+
video,
|
|
387
|
+
customerId
|
|
388
|
+
);
|
|
389
|
+
```
|
|
390
|
+
|
|
391
|
+
### Parameters
|
|
392
|
+
|
|
393
|
+
|Name | Type | Description | Notes|
|
|
394
|
+
|------------- | ------------- | ------------- | -------------|
|
|
395
|
+
| **thumbnailId** | [**string**] | Thumbnail ID | defaults to undefined|
|
|
396
|
+
| **id** | [**number**] | Video ID | defaults to undefined|
|
|
397
|
+
| **video** | [**File**] | Video | defaults to undefined|
|
|
398
|
+
| **customerId** | [**number**] | Customer ID | (optional) defaults to undefined|
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
### Return type
|
|
402
|
+
|
|
403
|
+
**BrandedVideoSummaryDTO**
|
|
404
|
+
|
|
405
|
+
### Authorization
|
|
406
|
+
|
|
407
|
+
No authorization required
|
|
408
|
+
|
|
409
|
+
### HTTP request headers
|
|
410
|
+
|
|
411
|
+
- **Content-Type**: multipart/form-data
|
|
412
|
+
- **Accept**: application/json
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
### HTTP response details
|
|
416
|
+
| Status code | Description | Response headers |
|
|
417
|
+
|-------------|-------------|------------------|
|
|
418
|
+
|**200** | Branded Video Summary | - |
|
|
419
|
+
|**400** | Bad Request | - |
|
|
420
|
+
|**401** | Unauthorised | - |
|
|
421
|
+
|**403** | Access Denied | - |
|
|
422
|
+
|
|
423
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
424
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# BrandedVideosSummariesModel
|
|
2
|
+
|
|
3
|
+
Promotions
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**results** | [**Array<BrandedVideoSummaryDTO>**](BrandedVideoSummaryDTO.md) | Results | [default to undefined]
|
|
10
|
+
**page** | **number** | Page | [default to undefined]
|
|
11
|
+
**perPage** | **number** | Per Page | [default to undefined]
|
|
12
|
+
**totalResults** | **number** | Total Results | [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { BrandedVideosSummariesModel } from 'yellowgrid-api-ts';
|
|
18
|
+
|
|
19
|
+
const instance: BrandedVideosSummariesModel = {
|
|
20
|
+
results,
|
|
21
|
+
page,
|
|
22
|
+
perPage,
|
|
23
|
+
totalResults,
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/docs/CallBarringModel.md
CHANGED
|
@@ -6,11 +6,11 @@ Call Barring
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**blockPremiumCalls** | **boolean** | Block Premium Calls | [
|
|
10
|
-
**blockMobileCalls** | **boolean** | Block Mobile Calls | [
|
|
11
|
-
**blockInternationalCalls** | **boolean** | Block International Calls | [
|
|
12
|
-
**block084Calls** | **boolean** | Block 084 Calls | [
|
|
13
|
-
**block087Calls** | **boolean** | Block 087 Calls | [
|
|
9
|
+
**blockPremiumCalls** | **boolean** | Block Premium Calls | [default to true]
|
|
10
|
+
**blockMobileCalls** | **boolean** | Block Mobile Calls | [default to false]
|
|
11
|
+
**blockInternationalCalls** | **boolean** | Block International Calls | [default to false]
|
|
12
|
+
**block084Calls** | **boolean** | Block 084 Calls | [default to false]
|
|
13
|
+
**block087Calls** | **boolean** | Block 087 Calls | [default to false]
|
|
14
14
|
|
|
15
15
|
## Example
|
|
16
16
|
|
|
@@ -6,13 +6,13 @@ Client Details
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**clientId** | **string** | Client ID | [
|
|
10
|
-
**userId** | **number** | User ID | [
|
|
11
|
-
**email** | **string** | Email Address | [
|
|
12
|
-
**customerId** | **number** | Customer ID | [
|
|
13
|
-
**xeroId** | **string** | Xero ID | [
|
|
14
|
-
**firstName** | **string** | User First Name | [
|
|
15
|
-
**lastName** | **string** | User Last Name | [
|
|
9
|
+
**clientId** | **string** | Client ID | [default to undefined]
|
|
10
|
+
**userId** | **number** | User ID | [default to undefined]
|
|
11
|
+
**email** | **string** | Email Address | [default to undefined]
|
|
12
|
+
**customerId** | **number** | Customer ID | [default to undefined]
|
|
13
|
+
**xeroId** | **string** | Xero ID | [default to undefined]
|
|
14
|
+
**firstName** | **string** | User First Name | [default to undefined]
|
|
15
|
+
**lastName** | **string** | User Last Name | [default to undefined]
|
|
16
16
|
|
|
17
17
|
## Example
|
|
18
18
|
|
package/docs/ClientModel.md
CHANGED
|
@@ -6,10 +6,10 @@ OAuth client details
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**scopes** | **Array<string>** | OAuth 2.0 Scopes | [
|
|
10
|
-
**client_id** | **string** | OAuth 2.0 Client ID | [
|
|
11
|
-
**client_secret** | **string** | OAuth 2.0 Client Secret | [
|
|
12
|
-
**created** | **string** | Creation Date | [
|
|
9
|
+
**scopes** | **Array<string>** | OAuth 2.0 Scopes | [default to undefined]
|
|
10
|
+
**client_id** | **string** | OAuth 2.0 Client ID | [default to undefined]
|
|
11
|
+
**client_secret** | **string** | OAuth 2.0 Client Secret | [default to undefined]
|
|
12
|
+
**created** | **string** | Creation Date | [default to undefined]
|
|
13
13
|
|
|
14
14
|
## Example
|
|
15
15
|
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# CollectionDateDTO
|
|
2
|
+
|
|
3
|
+
Collection Date
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**startTime** | **string** | Area Start Time | [default to undefined]
|
|
10
|
+
**finishTime** | **string** | Area Finish Time | [default to undefined]
|
|
11
|
+
**cutOff** | **string** | Collection Cutoff Time | [default to undefined]
|
|
12
|
+
**date** | **string** | Date Time | [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { CollectionDateDTO } from 'yellowgrid-api-ts';
|
|
18
|
+
|
|
19
|
+
const instance: CollectionDateDTO = {
|
|
20
|
+
startTime,
|
|
21
|
+
finishTime,
|
|
22
|
+
cutOff,
|
|
23
|
+
date,
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# CollectionDatesRequestDTO
|
|
2
|
+
|
|
3
|
+
Collection Dates Request
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**postCode** | **string** | Post Code | [default to undefined]
|
|
10
|
+
**iso** | **string** | ISO | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { CollectionDatesRequestDTO } from 'yellowgrid-api-ts';
|
|
16
|
+
|
|
17
|
+
const instance: CollectionDatesRequestDTO = {
|
|
18
|
+
postCode,
|
|
19
|
+
iso,
|
|
20
|
+
};
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -6,11 +6,11 @@ Company Tech Support Contract
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**contractStartDate** | **string** | Contract Start Date | [
|
|
10
|
-
**contractEndDate** | **string** | Contract End Date | [
|
|
11
|
-
**supportBankTime** | **string** | Contract Support Bank Hours | [
|
|
12
|
-
**timeUsed** | **string** | Time Used | [
|
|
13
|
-
**timeRemaining** | **string** | Time Remaining | [
|
|
9
|
+
**contractStartDate** | **string** | Contract Start Date | [default to undefined]
|
|
10
|
+
**contractEndDate** | **string** | Contract End Date | [default to undefined]
|
|
11
|
+
**supportBankTime** | **string** | Contract Support Bank Hours | [default to undefined]
|
|
12
|
+
**timeUsed** | **string** | Time Used | [default to undefined]
|
|
13
|
+
**timeRemaining** | **string** | Time Remaining | [default to undefined]
|
|
14
14
|
|
|
15
15
|
## Example
|
|
16
16
|
|
package/docs/ContactInfoModel.md
CHANGED
|
@@ -6,11 +6,11 @@ Order Contact Info
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**firstName** | **string** | Contact First Name | [
|
|
10
|
-
**lastName** | **string** | Contact Last Name | [
|
|
11
|
-
**fullName** | **string** | Contact Full Name | [
|
|
12
|
-
**telephone** | **string** | Contact Telephone | [
|
|
13
|
-
**vatNumber** | **string** | VAT Number | [
|
|
9
|
+
**firstName** | **string** | Contact First Name | [default to undefined]
|
|
10
|
+
**lastName** | **string** | Contact Last Name | [default to undefined]
|
|
11
|
+
**fullName** | **string** | Contact Full Name | [default to undefined]
|
|
12
|
+
**telephone** | **string** | Contact Telephone | [default to undefined]
|
|
13
|
+
**vatNumber** | **string** | VAT Number | [default to undefined]
|
|
14
14
|
|
|
15
15
|
## Example
|
|
16
16
|
|
|
@@ -6,14 +6,14 @@ Freshdesk Ticket Conversation
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**body** | **string** | Conversation Body | [
|
|
10
|
-
**fromCustomer** | **boolean** | From Customer | [
|
|
11
|
-
**targetEmails** | **Array<string>** | Target Email | [
|
|
12
|
-
**senderEmail** | **string** | Sender Email | [
|
|
13
|
-
**sender** | **string** | Sender | [
|
|
14
|
-
**ccEmails** | **Array<string>** | CC Emails | [
|
|
15
|
-
**createdAt** | **string** | Conversation Creation Time | [
|
|
16
|
-
**attachments** | [**Array<AttachmentModel>**](AttachmentModel.md) | Attachments | [
|
|
9
|
+
**body** | **string** | Conversation Body | [default to undefined]
|
|
10
|
+
**fromCustomer** | **boolean** | From Customer | [default to undefined]
|
|
11
|
+
**targetEmails** | **Array<string>** | Target Email | [default to undefined]
|
|
12
|
+
**senderEmail** | **string** | Sender Email | [default to undefined]
|
|
13
|
+
**sender** | **string** | Sender | [default to undefined]
|
|
14
|
+
**ccEmails** | **Array<string>** | CC Emails | [default to undefined]
|
|
15
|
+
**createdAt** | **string** | Conversation Creation Time | [default to undefined]
|
|
16
|
+
**attachments** | [**Array<AttachmentModel>**](AttachmentModel.md) | Attachments | [default to undefined]
|
|
17
17
|
|
|
18
18
|
## Example
|
|
19
19
|
|
|
@@ -6,16 +6,16 @@ CourierPricesEntity
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**id** | **number** | id | [
|
|
10
|
-
**courier** | **string** | courier | [
|
|
11
|
-
**destinationIso** | **string** | destinationIso | [
|
|
12
|
-
**serviceDescription** | **string** | serviceDescription | [
|
|
13
|
-
**flatRate** | **number** | flatRate | [
|
|
14
|
-
**initialBox** | **number** | initialBox | [
|
|
15
|
-
**initialKg** | **number** | initialKg | [
|
|
16
|
-
**perBox** | **number** | perBox | [
|
|
17
|
-
**perKg** | **number** | perKg | [
|
|
18
|
-
**maxKg** | **number** | maxKg | [
|
|
9
|
+
**id** | **number** | id | [default to undefined]
|
|
10
|
+
**courier** | **string** | courier | [default to undefined]
|
|
11
|
+
**destinationIso** | **string** | destinationIso | [default to undefined]
|
|
12
|
+
**serviceDescription** | **string** | serviceDescription | [default to undefined]
|
|
13
|
+
**flatRate** | **number** | flatRate | [default to undefined]
|
|
14
|
+
**initialBox** | **number** | initialBox | [default to undefined]
|
|
15
|
+
**initialKg** | **number** | initialKg | [default to undefined]
|
|
16
|
+
**perBox** | **number** | perBox | [default to undefined]
|
|
17
|
+
**perKg** | **number** | perKg | [default to undefined]
|
|
18
|
+
**maxKg** | **number** | maxKg | [default to undefined]
|
|
19
19
|
|
|
20
20
|
## Example
|
|
21
21
|
|