gotransverse-tract-api 0.7.4 → 0.7.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/gotransverse-tract-api.rb +0 -1
- data/lib/gotransverse-tract-api/api_data.rb +6 -0
- data/lib/gotransverse-tract-api/billing_account/adjustment.rb +38 -20
- data/lib/gotransverse-tract-api/billing_account/adjustment_application.rb +12 -6
- data/lib/gotransverse-tract-api/billing_account/adjustment_reason.rb +30 -14
- data/lib/gotransverse-tract-api/billing_account/billing_account.rb +103 -50
- data/lib/gotransverse-tract-api/billing_account/counter.rb +50 -26
- data/lib/gotransverse-tract-api/billing_account/custom_field.rb +36 -17
- data/lib/gotransverse-tract-api/billing_account/custom_field_value.rb +72 -35
- data/lib/gotransverse-tract-api/billing_account/invoice.rb +54 -27
- data/lib/gotransverse-tract-api/billing_account/invoice_item.rb +18 -9
- data/lib/gotransverse-tract-api/billing_account/invoice_item_charge.rb +6 -3
- data/lib/gotransverse-tract-api/billing_account/payment.rb +44 -23
- data/lib/gotransverse-tract-api/billing_account/reason.rb +24 -11
- data/lib/gotransverse-tract-api/billing_account/recurring_payment.rb +24 -11
- data/lib/gotransverse-tract-api/billing_account/refund.rb +30 -43
- data/lib/gotransverse-tract-api/billing_account/scheduled_charge.rb +30 -14
- data/lib/gotransverse-tract-api/billing_account/standard_invoice_adjustment_application.rb +12 -6
- data/lib/gotransverse-tract-api/general_ledger/general_ledger.rb +42 -25
- data/lib/gotransverse-tract-api/general_ledger/gl_account.rb +24 -12
- data/lib/gotransverse-tract-api/general_ledger/gl_account_category.rb +18 -9
- data/lib/gotransverse-tract-api/general_ledger/gl_accounting_entry.rb +36 -18
- data/lib/gotransverse-tract-api/general_ledger/gl_accounting_transaction.rb +42 -21
- data/lib/gotransverse-tract-api/general_ledger/gl_adjustment_accounting_transaction.rb +1 -61
- data/lib/gotransverse-tract-api/general_ledger/gl_aggregate_batch.rb +37 -19
- data/lib/gotransverse-tract-api/general_ledger/gl_aggregate_entry.rb +53 -34
- data/lib/gotransverse-tract-api/general_ledger/gl_invoice_accounting_transaction.rb +1 -1
- data/lib/gotransverse-tract-api/general_ledger/gl_payment_accounting_transaction.rb +1 -1
- data/lib/gotransverse-tract-api/general_ledger/gl_transaction_batch.rb +32 -17
- data/lib/gotransverse-tract-api/order/adjustment_category.rb +24 -11
- data/lib/gotransverse-tract-api/order/agreement.rb +55 -26
- data/lib/gotransverse-tract-api/order/bill_cycle.rb +36 -17
- data/lib/gotransverse-tract-api/order/billing_account_category.rb +26 -11
- data/lib/gotransverse-tract-api/order/order_item.rb +48 -24
- data/lib/gotransverse-tract-api/order/order_item_charge.rb +42 -21
- data/lib/gotransverse-tract-api/order/organization.rb +24 -11
- data/lib/gotransverse-tract-api/order/party_category.rb +30 -14
- data/lib/gotransverse-tract-api/order/payment_term.rb +33 -17
- data/lib/gotransverse-tract-api/order/people.rb +30 -14
- data/lib/gotransverse-tract-api/order/product_relation.rb +18 -9
- data/lib/gotransverse-tract-api/order/renewal_order.rb +61 -31
- data/lib/gotransverse-tract-api/order/sales_order.rb +66 -32
- data/lib/gotransverse-tract-api/product/action.rb +12 -6
- data/lib/gotransverse-tract-api/product/billing_account_segment_field.rb +30 -15
- data/lib/gotransverse-tract-api/product/discount.rb +30 -15
- data/lib/gotransverse-tract-api/product/discount_category.rb +24 -11
- data/lib/gotransverse-tract-api/product/discount_code.rb +60 -30
- data/lib/gotransverse-tract-api/product/discount_identifier.rb +24 -11
- data/lib/gotransverse-tract-api/product/one_time_product_price.rb +6 -3
- data/lib/gotransverse-tract-api/product/operation.rb +12 -5
- data/lib/gotransverse-tract-api/product/operation_attribute.rb +12 -6
- data/lib/gotransverse-tract-api/product/price_list.rb +18 -8
- data/lib/gotransverse-tract-api/product/product.rb +96 -47
- data/lib/gotransverse-tract-api/product/product_price.rb +42 -21
- data/lib/gotransverse-tract-api/product/product_price_range.rb +36 -18
- data/lib/gotransverse-tract-api/product/product_tag.rb +26 -13
- data/lib/gotransverse-tract-api/product/recurring_product_price.rb +42 -21
- data/lib/gotransverse-tract-api/service/service.rb +60 -31
- data/lib/gotransverse-tract-api/service/service_device_inventory_item.rb +24 -12
- data/lib/gotransverse-tract-api/service/service_period.rb +30 -15
- data/lib/gotransverse-tract-api/service/service_price.rb +30 -15
- data/lib/gotransverse-tract-api/service/service_price_range.rb +12 -6
- data/lib/gotransverse-tract-api/service/service_resource.rb +42 -21
- data/lib/gotransverse-tract-api/service/service_resource_category.rb +24 -11
- data/lib/gotransverse-tract-api/usage/global_usage_rule.rb +24 -11
- data/lib/gotransverse-tract-api/usage/order_item_usage_rule.rb +18 -9
- data/lib/gotransverse-tract-api/usage/product_usage_rule.rb +24 -12
- data/lib/gotransverse-tract-api/usage/rate_table.rb +12 -6
- data/lib/gotransverse-tract-api/usage/service_usage_rule.rb +18 -9
- data/lib/gotransverse-tract-api/usage/usage_event.rb +48 -24
- data/lib/gotransverse-tract-api/usage/usage_lookup_table.rb +19 -10
- data/lib/gotransverse-tract-api/usage/usage_lookup_table_entry.rb +24 -12
- data/lib/gotransverse-tract-api/usage/usage_price_category.rb +19 -9
- data/lib/gotransverse-tract-api/usage/usage_rule.rb +12 -6
- data/lib/gotransverse-tract-api/version.rb +1 -1
- data/spec/gotransverse-tract-api/order/sales_order_spec.rb +44 -0
- data/spec/gotransverse-tract-api/product/product_spec.rb +1 -1
- metadata +2 -3
- data/lib/gotransverse-tract-api/product/usage_rule.rb +0 -27
@@ -8,18 +8,24 @@ module GoTransverseTractApi
|
|
8
8
|
|
9
9
|
#
|
10
10
|
# @param {Long} eid
|
11
|
-
# @param {
|
11
|
+
# @param {Hash} options
|
12
12
|
#
|
13
|
-
def
|
14
|
-
|
13
|
+
def find_by_eid eid, options=nil
|
14
|
+
return nil unless eid.present?
|
15
|
+
|
16
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({eid: eid}, options)
|
17
|
+
GoTransverseTractApi.get_response_for(self, params)
|
15
18
|
end
|
16
19
|
|
17
20
|
#
|
18
21
|
# @param {Long} service_price_eid
|
19
|
-
# @param {
|
22
|
+
# @param {Hash} options
|
20
23
|
#
|
21
|
-
def find_by_service_price_eid service_price_eid,
|
22
|
-
|
24
|
+
def find_by_service_price_eid service_price_eid, options=nil
|
25
|
+
return nil unless service_price_eid.present?
|
26
|
+
|
27
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({service_price_eid: service_price_eid}, options)
|
28
|
+
GoTransverseTractApi.get_response_for(self, params)
|
23
29
|
end
|
24
30
|
|
25
31
|
end
|
@@ -8,58 +8,79 @@ module GoTransverseTractApi
|
|
8
8
|
|
9
9
|
#
|
10
10
|
# @param {Long} eid
|
11
|
-
# @param {
|
11
|
+
# @param {Hash} options
|
12
12
|
#
|
13
|
-
def find_by_eid eid,
|
14
|
-
|
13
|
+
def find_by_eid eid, options=nil
|
14
|
+
return nil unless eid.present?
|
15
|
+
|
16
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({eid: eid}, options)
|
17
|
+
GoTransverseTractApi.get_response_for(self, params)
|
15
18
|
end
|
16
19
|
|
17
20
|
#
|
18
21
|
# @param {Long} service_eid
|
19
|
-
# @param {
|
22
|
+
# @param {Hash} options
|
20
23
|
#
|
21
|
-
def find_by_service_eid service_eid,
|
22
|
-
|
24
|
+
def find_by_service_eid service_eid, options=nil
|
25
|
+
return nil unless service_eid.present?
|
26
|
+
|
27
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({service_eid: service_eid}, options)
|
28
|
+
GoTransverseTractApi.get_response_for(self, params)
|
23
29
|
end
|
24
30
|
|
25
31
|
#
|
26
32
|
# @param {Long} order_item_eid
|
27
|
-
# @param {
|
33
|
+
# @param {Hash} options
|
28
34
|
#
|
29
|
-
def find_by_order_item_eid order_item_eid,
|
30
|
-
|
35
|
+
def find_by_order_item_eid order_item_eid, options=nil
|
36
|
+
return nil unless order_item_eid.present?
|
37
|
+
|
38
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({order_item_eid: order_item_eid}, options)
|
39
|
+
GoTransverseTractApi.get_response_for(self, params)
|
31
40
|
end
|
32
41
|
|
33
42
|
#
|
34
43
|
# @param {Long} service_resource_category_eid
|
35
|
-
# @param {
|
44
|
+
# @param {Hash} options
|
36
45
|
#
|
37
|
-
def find_by_service_resource_category_eid service_resource_category_eid,
|
38
|
-
|
46
|
+
def find_by_service_resource_category_eid service_resource_category_eid, options=nil
|
47
|
+
return nil unless service_resource_category_eid.present?
|
48
|
+
|
49
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({service_resource_category_eid: service_resource_category_eid}, options)
|
50
|
+
GoTransverseTractApi.get_response_for(self, params)
|
39
51
|
end
|
40
52
|
|
41
53
|
#
|
42
54
|
# @param {Long} identifier
|
43
|
-
# @param {
|
55
|
+
# @param {Hash} options
|
44
56
|
#
|
45
|
-
def find_by_identifier identifier,
|
46
|
-
|
57
|
+
def find_by_identifier identifier, options=nil
|
58
|
+
return nil unless identifier.present?
|
59
|
+
|
60
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({identifier: identifier}, options)
|
61
|
+
GoTransverseTractApi.get_response_for(self, params)
|
47
62
|
end
|
48
63
|
|
49
64
|
#
|
50
65
|
# @param {String} status
|
51
|
-
# @param {
|
66
|
+
# @param {Hash} options
|
52
67
|
#
|
53
|
-
def find_by_status status,
|
54
|
-
|
68
|
+
def find_by_status status, options=nil
|
69
|
+
return nil unless status.present?
|
70
|
+
|
71
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({status: status}, options)
|
72
|
+
GoTransverseTractApi.get_response_for(self, params)
|
55
73
|
end
|
56
74
|
|
57
75
|
#
|
58
76
|
# @param {String} description
|
59
|
-
# @param {
|
77
|
+
# @param {Hash} options
|
60
78
|
#
|
61
|
-
def find_by_description description,
|
62
|
-
|
79
|
+
def find_by_description description, options=nil
|
80
|
+
return nil unless description.present?
|
81
|
+
|
82
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({description: description}, options)
|
83
|
+
GoTransverseTractApi.get_response_for(self, params)
|
63
84
|
end
|
64
85
|
|
65
86
|
#
|
@@ -6,32 +6,45 @@ module GoTransverseTractApi
|
|
6
6
|
|
7
7
|
class << self
|
8
8
|
|
9
|
-
|
10
|
-
|
9
|
+
#
|
10
|
+
# @param {Hash} options
|
11
|
+
#
|
12
|
+
def find_all options=nil
|
13
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({}, options)
|
14
|
+
GoTransverseTractApi.get_response_for(self, params)
|
11
15
|
end
|
12
16
|
|
13
17
|
#
|
14
18
|
# @param {Long} eid
|
15
|
-
# @param {
|
19
|
+
# @param {Hash} options
|
16
20
|
#
|
17
|
-
def find_by_eid eid,
|
18
|
-
|
21
|
+
def find_by_eid eid, options=nil
|
22
|
+
return nil unless eid.present?
|
23
|
+
|
24
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({eid: eid}, options)
|
25
|
+
GoTransverseTractApi.get_response_for(self, params)
|
19
26
|
end
|
20
27
|
|
21
28
|
#
|
22
29
|
# @param {String} name
|
23
|
-
# @param {
|
30
|
+
# @param {Hash} options
|
24
31
|
#
|
25
|
-
def find_by_name name,
|
26
|
-
|
32
|
+
def find_by_name name, options=nil
|
33
|
+
return nil unless name.present?
|
34
|
+
|
35
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({name: name}, options)
|
36
|
+
GoTransverseTractApi.get_response_for(self, params)
|
27
37
|
end
|
28
38
|
|
29
39
|
#
|
30
40
|
# @param {String} type
|
31
|
-
# @param {
|
41
|
+
# @param {Hash} options
|
32
42
|
#
|
33
|
-
def find_by_type type,
|
34
|
-
|
43
|
+
def find_by_type type, options=nil
|
44
|
+
return nil unless type.present?
|
45
|
+
|
46
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({type: type}, options)
|
47
|
+
GoTransverseTractApi.get_response_for(self, params)
|
35
48
|
end
|
36
49
|
|
37
50
|
#
|
@@ -6,32 +6,45 @@ module GoTransverseTractApi
|
|
6
6
|
|
7
7
|
class << self
|
8
8
|
|
9
|
-
|
10
|
-
|
9
|
+
#
|
10
|
+
# @param {Hash} options
|
11
|
+
#
|
12
|
+
def find_all options=nil
|
13
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({}, options)
|
14
|
+
GoTransverseTractApi.get_response_for(self, params)
|
11
15
|
end
|
12
16
|
|
13
17
|
#
|
14
18
|
# @param {Long} eid
|
15
|
-
# @param {
|
19
|
+
# @param {Hash} options
|
16
20
|
#
|
17
|
-
def find_by_eid eid,
|
18
|
-
|
21
|
+
def find_by_eid eid, options=nil
|
22
|
+
return nil unless eid.present?
|
23
|
+
|
24
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({eid: eid}, options)
|
25
|
+
GoTransverseTractApi.get_response_for(self, params)
|
19
26
|
end
|
20
27
|
|
21
28
|
#
|
22
29
|
# @param {Boolean} is_global
|
23
|
-
# @param {
|
30
|
+
# @param {Hash} options
|
24
31
|
#
|
25
|
-
def find_by_is_global is_global,
|
26
|
-
|
32
|
+
def find_by_is_global is_global, options=nil
|
33
|
+
return nil unless is_global.present?
|
34
|
+
|
35
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({is_global: is_global}, options)
|
36
|
+
GoTransverseTractApi.get_response_for(self, params)
|
27
37
|
end
|
28
38
|
|
29
39
|
#
|
30
40
|
# @param {String} status
|
31
|
-
# @param {
|
41
|
+
# @param {Hash} options
|
32
42
|
#
|
33
|
-
def find_by_status status,
|
34
|
-
|
43
|
+
def find_by_status status, options=nil
|
44
|
+
return nil unless status.present?
|
45
|
+
|
46
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({status: status}, options)
|
47
|
+
GoTransverseTractApi.get_response_for(self, params)
|
35
48
|
end
|
36
49
|
|
37
50
|
end
|
@@ -8,26 +8,35 @@ module GoTransverseTractApi
|
|
8
8
|
|
9
9
|
#
|
10
10
|
# @param {Long} eid
|
11
|
-
# @param {
|
11
|
+
# @param {Hash} options
|
12
12
|
#
|
13
|
-
def find_by_eid eid,
|
14
|
-
|
13
|
+
def find_by_eid eid, options=nil
|
14
|
+
return nil unless eid.present?
|
15
|
+
|
16
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({eid: eid}, options)
|
17
|
+
GoTransverseTractApi.get_response_for(self, params)
|
15
18
|
end
|
16
19
|
|
17
20
|
#
|
18
21
|
# @param {Long} order_item_eid
|
19
|
-
# @param {
|
22
|
+
# @param {Hash} options
|
20
23
|
#
|
21
|
-
def find_by_order_item_eid order_item_eid,
|
22
|
-
|
24
|
+
def find_by_order_item_eid order_item_eid, options=nil
|
25
|
+
return nil unless order_item_eid.present?
|
26
|
+
|
27
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({order_item_eid: order_item_eid}, options)
|
28
|
+
GoTransverseTractApi.get_response_for(self, params)
|
23
29
|
end
|
24
30
|
|
25
31
|
#
|
26
32
|
# @param {String} status
|
27
|
-
# @param {
|
33
|
+
# @param {Hash} options
|
28
34
|
#
|
29
|
-
def find_by_status status,
|
30
|
-
|
35
|
+
def find_by_status status, options=nil
|
36
|
+
return nil unless status.present?
|
37
|
+
|
38
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({status: status}, options)
|
39
|
+
GoTransverseTractApi.get_response_for(self, params)
|
31
40
|
end
|
32
41
|
|
33
42
|
#
|
@@ -8,34 +8,46 @@ module GoTransverseTractApi
|
|
8
8
|
|
9
9
|
#
|
10
10
|
# @param {Long} eid
|
11
|
-
# @param {
|
11
|
+
# @param {Hash} options
|
12
12
|
#
|
13
|
-
def find_by_eid eid,
|
14
|
-
|
13
|
+
def find_by_eid eid, options=nil
|
14
|
+
return nil unless eid.present?
|
15
|
+
|
16
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({eid: eid}, options)
|
17
|
+
GoTransverseTractApi.get_response_for(self, params)
|
15
18
|
end
|
16
19
|
|
17
20
|
#
|
18
21
|
# @param {Long} product_eid
|
19
|
-
# @param {
|
22
|
+
# @param {Hash} options
|
20
23
|
#
|
21
|
-
def find_by_product_eid product_eid,
|
22
|
-
|
24
|
+
def find_by_product_eid product_eid, options=nil
|
25
|
+
return nil unless product_eid.present?
|
26
|
+
|
27
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({product_eid: product_eid}, options)
|
28
|
+
GoTransverseTractApi.get_response_for(self, params)
|
23
29
|
end
|
24
30
|
|
25
31
|
#
|
26
32
|
# @param {Long} product_price_eid
|
27
|
-
# @param {
|
33
|
+
# @param {Hash} options
|
28
34
|
#
|
29
|
-
def find_by_product_price_eid product_price_eid,
|
30
|
-
|
35
|
+
def find_by_product_price_eid product_price_eid, options=nil
|
36
|
+
return nil unless product_price_eid.present?
|
37
|
+
|
38
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({product_price_eid: product_price_eid}, options)
|
39
|
+
GoTransverseTractApi.get_response_for(self, params)
|
31
40
|
end
|
32
41
|
|
33
42
|
#
|
34
43
|
# @param {String} status
|
35
|
-
# @param {
|
44
|
+
# @param {Hash} options
|
36
45
|
#
|
37
|
-
def find_by_status status,
|
38
|
-
|
46
|
+
def find_by_status status, options=nil
|
47
|
+
return nil unless status.present?
|
48
|
+
|
49
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({status: status}, options)
|
50
|
+
GoTransverseTractApi.get_response_for(self, params)
|
39
51
|
end
|
40
52
|
|
41
53
|
#
|
@@ -8,18 +8,24 @@ module GoTransverseTractApi
|
|
8
8
|
|
9
9
|
#
|
10
10
|
# @param {Long} eid
|
11
|
-
# @param {
|
11
|
+
# @param {Hash} options
|
12
12
|
#
|
13
|
-
def find_by_eid eid,
|
14
|
-
|
13
|
+
def find_by_eid eid, options=nil
|
14
|
+
return nil unless eid.present?
|
15
|
+
|
16
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({eid: eid}, options)
|
17
|
+
GoTransverseTractApi.get_response_for(self, params)
|
15
18
|
end
|
16
19
|
|
17
20
|
#
|
18
21
|
# @param {String} name
|
19
|
-
# @param {
|
22
|
+
# @param {Hash} options
|
20
23
|
#
|
21
|
-
def find_by_name name,
|
22
|
-
|
24
|
+
def find_by_name name, options=nil
|
25
|
+
return nil unless name.present?
|
26
|
+
|
27
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({name: name}, options)
|
28
|
+
GoTransverseTractApi.get_response_for(self, params)
|
23
29
|
end
|
24
30
|
|
25
31
|
end
|
@@ -8,26 +8,35 @@ module GoTransverseTractApi
|
|
8
8
|
|
9
9
|
#
|
10
10
|
# @param {Long} eid
|
11
|
-
# @param {
|
11
|
+
# @param {Hash} options
|
12
12
|
#
|
13
|
-
def find_by_eid eid,
|
14
|
-
|
13
|
+
def find_by_eid eid, options=nil
|
14
|
+
return nil unless eid.present?
|
15
|
+
|
16
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({eid: eid}, options)
|
17
|
+
GoTransverseTractApi.get_response_for(self, params)
|
15
18
|
end
|
16
19
|
|
17
20
|
#
|
18
21
|
# @param {Long} service_eid
|
19
|
-
# @param {
|
22
|
+
# @param {Hash} options
|
20
23
|
#
|
21
|
-
def find_by_service_eid service_eid,
|
22
|
-
|
24
|
+
def find_by_service_eid service_eid, options=nil
|
25
|
+
return nil unless service_eid.present?
|
26
|
+
|
27
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({service_eid: service_eid}, options)
|
28
|
+
GoTransverseTractApi.get_response_for(self, params)
|
23
29
|
end
|
24
30
|
|
25
31
|
#
|
26
32
|
# @param {String} status
|
27
|
-
# @param {
|
33
|
+
# @param {Hash} options
|
28
34
|
#
|
29
|
-
def find_by_status status,
|
30
|
-
|
35
|
+
def find_by_status status, options=nil
|
36
|
+
return nil unless status.present?
|
37
|
+
|
38
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({status: status}, options)
|
39
|
+
GoTransverseTractApi.get_response_for(self, params)
|
31
40
|
end
|
32
41
|
|
33
42
|
end
|
@@ -8,66 +8,90 @@ module GoTransverseTractApi
|
|
8
8
|
|
9
9
|
#
|
10
10
|
# @param {Long} eid
|
11
|
-
# @param {
|
11
|
+
# @param {Hash} options
|
12
12
|
#
|
13
|
-
def find_by_eid eid,
|
14
|
-
|
13
|
+
def find_by_eid eid, options=nil
|
14
|
+
return nil unless eid.present?
|
15
|
+
|
16
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({eid: eid}, options)
|
17
|
+
GoTransverseTractApi.get_response_for(self, params)
|
15
18
|
end
|
16
19
|
|
17
20
|
#
|
18
21
|
# @param {Long} billing_account_eid
|
19
|
-
# @param {
|
22
|
+
# @param {Hash} options
|
20
23
|
#
|
21
|
-
def find_by_billing_account_eid billing_account_eid,
|
22
|
-
|
24
|
+
def find_by_billing_account_eid billing_account_eid, options=nil
|
25
|
+
return nil unless billing_account_eid.present?
|
26
|
+
|
27
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({billing_account_eid: billing_account_eid}, options)
|
28
|
+
GoTransverseTractApi.get_response_for(self, params)
|
23
29
|
end
|
24
30
|
|
25
31
|
#
|
26
32
|
# @param {Long} account_num
|
27
|
-
# @param {
|
33
|
+
# @param {Hash} options
|
28
34
|
#
|
29
|
-
def find_by_account_num account_num,
|
30
|
-
|
35
|
+
def find_by_account_num account_num, options=nil
|
36
|
+
return nil unless account_num.present?
|
37
|
+
|
38
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({account_num: account_num}, options)
|
39
|
+
GoTransverseTractApi.get_response_for(self, params)
|
31
40
|
end
|
32
41
|
|
33
42
|
#
|
34
43
|
# @param {Long} service_period_eid
|
35
|
-
# @param {
|
44
|
+
# @param {Hash} options
|
36
45
|
#
|
37
|
-
def find_by_service_period_eid service_period_eid,
|
38
|
-
|
46
|
+
def find_by_service_period_eid service_period_eid, options=nil
|
47
|
+
return nil unless service_period_eid.present?
|
48
|
+
|
49
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({service_period_eid: service_period_eid}, options)
|
50
|
+
GoTransverseTractApi.get_response_for(self, params)
|
39
51
|
end
|
40
52
|
|
41
53
|
#
|
42
54
|
# @param {Long} service_resource_identifier
|
43
|
-
# @param {
|
55
|
+
# @param {Hash} options
|
44
56
|
#
|
45
|
-
def find_by_service_resource_identifier service_resource_identifier,
|
46
|
-
|
57
|
+
def find_by_service_resource_identifier service_resource_identifier, options=nil
|
58
|
+
return nil unless service_resource_identifier.present?
|
59
|
+
|
60
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({service_resource_identifier: service_resource_identifier}, options)
|
61
|
+
GoTransverseTractApi.get_response_for(self, params)
|
47
62
|
end
|
48
63
|
|
49
64
|
#
|
50
65
|
# @param {DateTime} start_time
|
51
|
-
# @param {
|
66
|
+
# @param {Hash} options
|
52
67
|
#
|
53
|
-
def find_by_start_time start_time,
|
54
|
-
|
68
|
+
def find_by_start_time start_time, options=nil
|
69
|
+
return nil unless start_time.present?
|
70
|
+
|
71
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({start_time: start_time}, options)
|
72
|
+
GoTransverseTractApi.get_response_for(self, params)
|
55
73
|
end
|
56
74
|
|
57
75
|
#
|
58
76
|
# @param {DateTime} end_time
|
59
|
-
# @param {
|
77
|
+
# @param {Hash} options
|
60
78
|
#
|
61
|
-
def find_by_end_time end_time,
|
62
|
-
|
79
|
+
def find_by_end_time end_time, options=nil
|
80
|
+
return nil unless end_time.present?
|
81
|
+
|
82
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({end_time: end_time}, options)
|
83
|
+
GoTransverseTractApi.get_response_for(self, params)
|
63
84
|
end
|
64
85
|
|
65
86
|
#
|
66
87
|
# @param {Long} reference_id
|
67
|
-
# @param {
|
88
|
+
# @param {Hash} options
|
68
89
|
#
|
69
|
-
def find_by_reference_id reference_id,
|
70
|
-
|
90
|
+
def find_by_reference_id reference_id, options=nil
|
91
|
+
return nil unless reference_id.present?
|
92
|
+
|
93
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({reference_id: reference_id}, options)
|
94
|
+
GoTransverseTractApi.get_response_for(self, params)
|
71
95
|
end
|
72
96
|
|
73
97
|
#
|