Skip to content

Latest commit

 

History

History
417 lines (273 loc) · 11.3 KB

AgreementTypeBoardDefaultsApi.md

File metadata and controls

417 lines (273 loc) · 11.3 KB

ConnectWise::AgreementTypeBoardDefaultsApi

All URIs are relative to https://api-na.myconnectwise.net/v4_6_release/apis/3.0

Method HTTP request Description
finance_agreement_types_id_board_defaults_board_default_id_delete DELETE /finance/agreementTypes/{id}/boardDefaults/{boardDefaultId}
finance_agreement_types_id_board_defaults_board_default_id_get GET /finance/agreementTypes/{id}/boardDefaults/{boardDefaultId}
finance_agreement_types_id_board_defaults_board_default_id_patch PATCH /finance/agreementTypes/{id}/boardDefaults/{boardDefaultId}
finance_agreement_types_id_board_defaults_board_default_id_put PUT /finance/agreementTypes/{id}/boardDefaults/{boardDefaultId}
finance_agreement_types_id_board_defaults_count_get GET /finance/agreementTypes/{id}/boardDefaults/count
finance_agreement_types_id_board_defaults_get GET /finance/agreementTypes/{id}/boardDefaults
finance_agreement_types_id_board_defaults_post POST /finance/agreementTypes/{id}/boardDefaults

finance_agreement_types_id_board_defaults_board_default_id_delete

finance_agreement_types_id_board_defaults_board_default_id_delete(id, board_default_id)

Delete Agreement Type Board Default By Id

Example

# load the gem
require 'connectwise-ruby-sdk'
# setup authorization
ConnectWise.configure do |config|
  # Configure HTTP basic authorization: BasicAuth
  config.username = 'YOUR USERNAME'
  config.password = 'YOUR PASSWORD'
end

api_instance = ConnectWise::AgreementTypeBoardDefaultsApi.new

id = 56 # Integer | 

board_default_id = 56 # Integer | 


begin
  api_instance.finance_agreement_types_id_board_defaults_board_default_id_delete(id, board_default_id)
rescue ConnectWise::ApiError => e
  puts "Exception when calling AgreementTypeBoardDefaultsApi->finance_agreement_types_id_board_defaults_board_default_id_delete: #{e}"
end

Parameters

Name Type Description Notes
id Integer
board_default_id Integer

Return type

nil (empty response body)

Authorization

BasicAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

finance_agreement_types_id_board_defaults_board_default_id_get

AgreementTypeBoardDefault finance_agreement_types_id_board_defaults_board_default_id_get(id, board_default_id)

Get Agreement Type Board Default By Id

Example

# load the gem
require 'connectwise-ruby-sdk'
# setup authorization
ConnectWise.configure do |config|
  # Configure HTTP basic authorization: BasicAuth
  config.username = 'YOUR USERNAME'
  config.password = 'YOUR PASSWORD'
end

api_instance = ConnectWise::AgreementTypeBoardDefaultsApi.new

id = 56 # Integer | 

board_default_id = 56 # Integer | 


begin
  result = api_instance.finance_agreement_types_id_board_defaults_board_default_id_get(id, board_default_id)
  p result
rescue ConnectWise::ApiError => e
  puts "Exception when calling AgreementTypeBoardDefaultsApi->finance_agreement_types_id_board_defaults_board_default_id_get: #{e}"
end

Parameters

Name Type Description Notes
id Integer
board_default_id Integer

Return type

AgreementTypeBoardDefault

Authorization

BasicAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

finance_agreement_types_id_board_defaults_board_default_id_patch

AgreementTypeBoardDefault finance_agreement_types_id_board_defaults_board_default_id_patch(id, board_default_id, operations)

Update Agreement Type Board Default

Example

# load the gem
require 'connectwise-ruby-sdk'
# setup authorization
ConnectWise.configure do |config|
  # Configure HTTP basic authorization: BasicAuth
  config.username = 'YOUR USERNAME'
  config.password = 'YOUR PASSWORD'
end

api_instance = ConnectWise::AgreementTypeBoardDefaultsApi.new

id = 56 # Integer | 

board_default_id = 56 # Integer | 

operations = [ConnectWise::PatchOperation.new] # Array<PatchOperation> | 


begin
  result = api_instance.finance_agreement_types_id_board_defaults_board_default_id_patch(id, board_default_id, operations)
  p result
rescue ConnectWise::ApiError => e
  puts "Exception when calling AgreementTypeBoardDefaultsApi->finance_agreement_types_id_board_defaults_board_default_id_patch: #{e}"
end

Parameters

Name Type Description Notes
id Integer
board_default_id Integer
operations Array<PatchOperation>

Return type

AgreementTypeBoardDefault

Authorization

BasicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

finance_agreement_types_id_board_defaults_board_default_id_put

AgreementTypeBoardDefault finance_agreement_types_id_board_defaults_board_default_id_put(id, board_default_id, board_default)

Replace Agreement Type Board Default

Example

# load the gem
require 'connectwise-ruby-sdk'
# setup authorization
ConnectWise.configure do |config|
  # Configure HTTP basic authorization: BasicAuth
  config.username = 'YOUR USERNAME'
  config.password = 'YOUR PASSWORD'
end

api_instance = ConnectWise::AgreementTypeBoardDefaultsApi.new

id = 56 # Integer | 

board_default_id = 56 # Integer | 

board_default = ConnectWise::AgreementTypeBoardDefault.new # AgreementTypeBoardDefault | 


begin
  result = api_instance.finance_agreement_types_id_board_defaults_board_default_id_put(id, board_default_id, board_default)
  p result
rescue ConnectWise::ApiError => e
  puts "Exception when calling AgreementTypeBoardDefaultsApi->finance_agreement_types_id_board_defaults_board_default_id_put: #{e}"
end

Parameters

Name Type Description Notes
id Integer
board_default_id Integer
board_default AgreementTypeBoardDefault

Return type

AgreementTypeBoardDefault

Authorization

BasicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

finance_agreement_types_id_board_defaults_count_get

Count finance_agreement_types_id_board_defaults_count_get(id, opts)

Get Agreement Type Board Defaults Count

Example

# load the gem
require 'connectwise-ruby-sdk'
# setup authorization
ConnectWise.configure do |config|
  # Configure HTTP basic authorization: BasicAuth
  config.username = 'YOUR USERNAME'
  config.password = 'YOUR PASSWORD'
end

api_instance = ConnectWise::AgreementTypeBoardDefaultsApi.new

id = 56 # Integer | 

opts = { 
  conditions: "conditions_example" # String | 
}

begin
  result = api_instance.finance_agreement_types_id_board_defaults_count_get(id, opts)
  p result
rescue ConnectWise::ApiError => e
  puts "Exception when calling AgreementTypeBoardDefaultsApi->finance_agreement_types_id_board_defaults_count_get: #{e}"
end

Parameters

Name Type Description Notes
id Integer
conditions String [optional]

Return type

Count

Authorization

BasicAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

finance_agreement_types_id_board_defaults_get

Array<AgreementTypeBoardDefault> finance_agreement_types_id_board_defaults_get(id, opts)

Get Agreement Type Board Defaults

Example

# load the gem
require 'connectwise-ruby-sdk'
# setup authorization
ConnectWise.configure do |config|
  # Configure HTTP basic authorization: BasicAuth
  config.username = 'YOUR USERNAME'
  config.password = 'YOUR PASSWORD'
end

api_instance = ConnectWise::AgreementTypeBoardDefaultsApi.new

id = 56 # Integer | 

opts = { 
  conditions: "conditions_example" # String | 
  order_by: "order_by_example", # String | 
  childconditions: "childconditions_example", # String | 
  customfieldconditions: "customfieldconditions_example", # String | 
  page: 56, # Integer | 
  page_size: 56 # Integer | 
}

begin
  result = api_instance.finance_agreement_types_id_board_defaults_get(id, opts)
  p result
rescue ConnectWise::ApiError => e
  puts "Exception when calling AgreementTypeBoardDefaultsApi->finance_agreement_types_id_board_defaults_get: #{e}"
end

Parameters

Name Type Description Notes
id Integer
conditions String [optional]
order_by String [optional]
childconditions String [optional]
customfieldconditions String [optional]
page Integer [optional]
page_size Integer [optional]

Return type

Array<AgreementTypeBoardDefault>

Authorization

BasicAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

finance_agreement_types_id_board_defaults_post

AgreementTypeBoardDefault finance_agreement_types_id_board_defaults_post(id, board_default)

Create Agreement Type Board Default

Example

# load the gem
require 'connectwise-ruby-sdk'
# setup authorization
ConnectWise.configure do |config|
  # Configure HTTP basic authorization: BasicAuth
  config.username = 'YOUR USERNAME'
  config.password = 'YOUR PASSWORD'
end

api_instance = ConnectWise::AgreementTypeBoardDefaultsApi.new

id = 56 # Integer | 

board_default = ConnectWise::AgreementTypeBoardDefault.new # AgreementTypeBoardDefault | 


begin
  result = api_instance.finance_agreement_types_id_board_defaults_post(id, board_default)
  p result
rescue ConnectWise::ApiError => e
  puts "Exception when calling AgreementTypeBoardDefaultsApi->finance_agreement_types_id_board_defaults_post: #{e}"
end

Parameters

Name Type Description Notes
id Integer
board_default AgreementTypeBoardDefault

Return type

AgreementTypeBoardDefault

Authorization

BasicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json