Skip to content

Commit

Permalink
Updated following file(s): accounting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklloyd committed Dec 30, 2024
1 parent 014a30e commit 63fdbac
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions accounting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1958,6 +1958,10 @@ components:
$ref: '#/components/schemas/CreatedAt'
row_version:
$ref: '#/components/schemas/RowVersion'
custom_fields:
type: array
items:
$ref: '#/components/schemas/CustomField'
custom_mappings:
$ref: '#/components/schemas/CustomMappings'
pass_through:
Expand Down Expand Up @@ -7164,6 +7168,10 @@ components:
description: The ID of the subsidiary.
custom_mappings:
$ref: '#/components/schemas/CustomMappings'
custom_fields:
type: array
items:
$ref: '#/components/schemas/CustomField'
row_version:
$ref: '#/components/schemas/RowVersion'
updated_by:
Expand Down Expand Up @@ -8630,6 +8638,10 @@ components:
$ref: '#/components/schemas/Channel'
custom_mappings:
$ref: '#/components/schemas/CustomMappings'
custom_fields:
type: array
items:
$ref: '#/components/schemas/CustomField'
updated_by:
$ref: '#/components/schemas/UpdatedBy'
created_by:
Expand Down Expand Up @@ -12011,6 +12023,14 @@ paths:
}
],
row_version: '1-12345',
custom_fields: [
{
id: '2389328923893298',
name: 'employee_level',
description: 'Employee Level',
value: 'Uses Salesforce and Marketo'
}
],
pass_through: [
{
service_id: 'string',
Expand Down Expand Up @@ -12271,6 +12291,14 @@ paths:
}
],
row_version: '1-12345',
custom_fields: [
{
id: '2389328923893298',
name: 'employee_level',
description: 'Employee Level',
value: 'Uses Salesforce and Marketo'
}
],
pass_through: [
{
service_id: 'string',
Expand Down Expand Up @@ -13201,6 +13229,14 @@ paths:
id: 'string'
}
],
custom_fields: [
{
id: '2389328923893298',
name: 'employee_level',
description: 'Employee Level',
value: 'Uses Salesforce and Marketo'
}
],
row_version: '1-12345',
pass_through: [
{
Expand Down Expand Up @@ -13377,6 +13413,14 @@ paths:
id: 'string'
}
],
custom_fields: [
{
id: '2389328923893298',
name: 'employee_level',
description: 'Employee Level',
value: 'Uses Salesforce and Marketo'
}
],
row_version: '1-12345',
pass_through: [
{
Expand Down Expand Up @@ -15300,6 +15344,14 @@ paths:
status: 'active',
payment_method: 'cash',
channel: 'email',
custom_fields: [
{
id: '2389328923893298',
name: 'employee_level',
description: 'Employee Level',
value: 'Uses Salesforce and Marketo'
}
],
row_version: '1-12345',
pass_through: [
{
Expand Down Expand Up @@ -15533,6 +15585,14 @@ paths:
status: 'active',
payment_method: 'cash',
channel: 'email',
custom_fields: [
{
id: '2389328923893298',
name: 'employee_level',
description: 'Employee Level',
value: 'Uses Salesforce and Marketo'
}
],
row_version: '1-12345',
pass_through: [
{
Expand Down

0 comments on commit 63fdbac

Please sign in to comment.