/buildops-service-config | Type: Application | PCID required: Yes
Tools
buildops-service-config_get_v1_adjustments_adjustment_id_line_items
Get Adjustment Items List by adjustmentId Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Page number for pagination |
page_size | integer | No | — | Number of items per page |
adjustmentId | string | Yes | — | adjustmentId identifier |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"page": {
"type": "integer",
"description": "Page number for pagination"
},
"page_size": {
"type": "integer",
"description": "Number of items per page"
},
"adjustmentId": {
"type": "string",
"description": "adjustmentId identifier"
}
},
"required": [
"PCID",
"adjustmentId"
]
}
buildops-service-config_get_v1_adjustments_adjustment_id_line_items_adjustment_item_id
Get Adjustment Item by adjusmentItemId at Adjustment Level Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
adjustmentId | string | Yes | — | adjustmentId identifier |
adjustmentItemId | string | Yes | — | adjustmentItemId identifier |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"adjustmentId": {
"type": "string",
"description": "adjustmentId identifier"
},
"adjustmentItemId": {
"type": "string",
"description": "adjustmentItemId identifier"
}
},
"required": [
"PCID",
"adjustmentId",
"adjustmentItemId"
]
}
buildops-service-config_get_v1_adjustments_id
Get Adjustment by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
include_line_items | boolean | No | — | includes adjustment line items and transactions |
adjustmentId | string | Yes | — | adjustmentId identifier |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"include_line_items": {
"type": "boolean",
"description": "includes adjustment line items and transactions"
},
"adjustmentId": {
"type": "string",
"description": "adjustmentId identifier"
}
},
"required": [
"PCID",
"adjustmentId"
]
}
buildops-service-config_get_v1_classes_id
Get Class by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
classId | string | Yes | — | classId identifier |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"classId": {
"type": "string",
"description": "classId identifier"
}
},
"required": [
"PCID",
"classId"
]
}
buildops-service-config_get_v1_cost_codes
Get Cost Codes List Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Page number for pagination |
page_size | integer | No | — | Number of items per page |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"page": {
"type": "integer",
"description": "Page number for pagination"
},
"page_size": {
"type": "integer",
"description": "Number of items per page"
}
},
"required": [
"PCID"
]
}
buildops-service-config_get_v1_cost_codes_cost_code_id
Get Cost Code by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
costCodeId | string | Yes | — | Cost Code Id |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"costCodeId": {
"type": "string",
"description": "Cost Code Id"
}
},
"required": [
"PCID",
"costCodeId"
]
}
buildops-service-config_get_v1_cost_types
Get Cost Types List Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Page number for pagination |
page_size | integer | No | — | Number of items per page |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"page": {
"type": "integer",
"description": "Page number for pagination"
},
"page_size": {
"type": "integer",
"description": "Number of items per page"
}
},
"required": [
"PCID"
]
}
buildops-service-config_get_v1_cost_types_cost_type_id
Get Cost Type by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
costTypeId | string | Yes | — | Cost Type Id |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"costTypeId": {
"type": "string",
"description": "Cost Type Id"
}
},
"required": [
"PCID",
"costTypeId"
]
}
buildops-service-config_get_v1_inventory_products
Get Inventory Product List Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Page number for pagination |
page_size | integer | No | — | Number of items per page |
productId | string | No | — | productId identifier if needed |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"page": {
"type": "integer",
"description": "Page number for pagination"
},
"page_size": {
"type": "integer",
"description": "Number of items per page"
},
"productId": {
"type": "string",
"description": "productId identifier if needed"
}
},
"required": [
"PCID"
]
}
buildops-service-config_get_v1_job_tags
Get Job TagsShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
buildops-service-config_get_v1_job_tags_job_tag_id
Get Job Tag by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
tagId | string | Yes | — | Job Tag ID |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"tagId": {
"type": "string",
"description": "Job Tag ID"
}
},
"required": [
"PCID",
"tagId"
]
}
buildops-service-config_get_v1_job_types
List Job Types by Tenant ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Page number for pagination |
page_size | integer | No | — | Number of items per page |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"page": {
"type": "integer",
"description": "Page number for pagination"
},
"page_size": {
"type": "integer",
"description": "Number of items per page"
}
},
"required": [
"PCID"
]
}
buildops-service-config_get_v1_job_types_job_type_id
Get Job Type by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
jobTypeId | string | Yes | — | Job Type ID |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"jobTypeId": {
"type": "string",
"description": "Job Type ID"
}
},
"required": [
"PCID",
"jobTypeId"
]
}
buildops-service-config_get_v1_sales_tax_id
Get Sales Tax by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | Sales Tax ID |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "Sales Tax ID"
}
},
"required": [
"PCID",
"id"
]
}
buildops-service-config_get_v1_tax_codes
Get Tax Codes List Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Page number for pagination |
page_size | integer | No | — | Number of items per page |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"page": {
"type": "integer",
"description": "Page number for pagination"
},
"page_size": {
"type": "integer",
"description": "Number of items per page"
}
},
"required": [
"PCID"
]
}
buildops-service-config_get_v1_tax_codes_id
Get Tax Code By ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | Tax Code ID |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "Tax Code ID"
}
},
"required": [
"PCID",
"id"
]
}
buildops-service-config_get_v1_tenant_tenant_id
Get Tenant by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
tenantId | string | Yes | — | Tenant ID |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"tenantId": {
"type": "string",
"description": "Tenant ID"
}
},
"required": [
"PCID",
"tenantId"
]
}
buildops-service-config_get_v1_util_entity_accounting_ref_id
Get Entity ID by accountingRefId Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
accountingRefId | string | Yes | — | accountingRefId identifier |
entity | string | Yes | — | The entity value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"accountingRefId": {
"type": "string",
"description": "accountingRefId identifier"
},
"entity": {
"type": "string",
"description": "The entity value",
"enum": [
"LedgerAccount",
"Class",
"TaxRate",
"TaxCode",
"PaymentType",
"Customer",
"Vendor",
"CustomerProperty",
"Product",
"Job",
"ServiceAgreement",
"Project",
"Invoice",
"Payment",
"Adjustment",
"PurchaseOrderReceipt",
"WipReport"
]
}
},
"required": [
"PCID",
"accountingRefId",
"entity"
]
}
buildops-service-config_get_v1_util_tenant_settings
Get settings from Tenant or Company Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
settingKey | string | No | — | settingKey for Tenant or Company settings |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"settingKey": {
"type": "string",
"description": "settingKey for Tenant or Company settings"
}
},
"required": [
"PCID"
]
}
buildops-service-config_post_v1_adjustments_adjustment_id_line_items
Create new Adjustment Item Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
adjustmentId | string | Yes | — | adjustmentId identifier |
amount | number | No | — | The amount value |
costCodeId | string | No | — | Cost Code Id |
departmentId | string | No | — | Department Id |
description | string | No | — | The description value |
jobCostTypeId | string | No | — | Job Cost Type Id |
ledgerAccountId | string | No | — | Ledger Account Id |
name | string | No | — | The name value |
quantity | number | No | — | The quantity value |
revenueTypeId | string | No | — | Revenue Type Id |
sortOrder | number | No | — | Sort Order |
taxable | boolean | No | — | The taxable value |
taxCodeId | string | No | — | Tax Code Id |
unitCost | number | No | — | Unit Cost |
unitPrice | number | No | — | Unit Price |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"adjustmentId": {
"type": "string",
"description": "adjustmentId identifier"
},
"amount": {
"type": "number",
"description": "The amount value"
},
"costCodeId": {
"type": "string",
"description": "Cost Code Id"
},
"departmentId": {
"type": "string",
"description": "Department Id"
},
"description": {
"type": "string",
"description": "The description value"
},
"jobCostTypeId": {
"type": "string",
"description": "Job Cost Type Id"
},
"ledgerAccountId": {
"type": "string",
"description": "Ledger Account Id"
},
"name": {
"type": "string",
"description": "The name value"
},
"quantity": {
"type": "number",
"description": "The quantity value"
},
"revenueTypeId": {
"type": "string",
"description": "Revenue Type Id"
},
"sortOrder": {
"type": "number",
"description": "Sort Order"
},
"taxable": {
"type": "boolean",
"description": "The taxable value"
},
"taxCodeId": {
"type": "string",
"description": "Tax Code Id"
},
"unitCost": {
"type": "number",
"description": "Unit Cost"
},
"unitPrice": {
"type": "number",
"description": "Unit Price"
}
},
"required": [
"PCID",
"adjustmentId"
]
}
buildops-service-config_post_v1_classes
Sync Classes Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
classes | object[] | Yes | — | The classes value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"classes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name value"
},
"accountingRefId": {
"type": "string",
"description": "Accounting Ref Id"
}
},
"required": [
"name",
"accountingRefId"
]
},
"description": "The classes value"
}
},
"required": [
"PCID",
"classes"
]
}
buildops-service-config_post_v1_inventory_products
Create Inventory Product Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
accountingRefId | string | No | — | Accounting Ref Id |
accountingVersion | string | No | — | Accounting Version |
code | string | Yes | — | The code value |
name | string | Yes | — | The name value |
productId | string | Yes | — | Product Id |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"accountingRefId": {
"type": "string",
"description": "Accounting Ref Id"
},
"accountingVersion": {
"type": "string",
"description": "Accounting Version"
},
"code": {
"type": "string",
"description": "The code value"
},
"name": {
"type": "string",
"description": "The name value"
},
"productId": {
"type": "string",
"description": "Product Id"
}
},
"required": [
"PCID",
"code",
"name",
"productId"
]
}
buildops-service-config_post_v1_job_tag
Create Job Tag Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
color | string | No | — | The color value |
note | string | No | — | The note value |
showOnMobile | boolean | No | — | Show On Mobile |
sortOrder | number | No | — | Sort Order |
tagName | string | Yes | — | Tag Name |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"color": {
"type": "string",
"description": "The color value"
},
"note": {
"type": "string",
"description": "The note value"
},
"showOnMobile": {
"type": "boolean",
"description": "Show On Mobile"
},
"sortOrder": {
"type": "number",
"description": "Sort Order"
},
"tagName": {
"type": "string",
"description": "Tag Name"
}
},
"required": [
"PCID",
"tagName"
]
}
buildops-service-config_post_v1_sales_tax
Create Sales Tax Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
accountingApplication | string | No | — | Accounting Application |
accountingRefId | string | No | — | Accounting Ref Id |
accountType | object | No | — | Account Type |
city | string | No | — | The city value |
county | string | No | — | The county value |
name | string | No | — | The name value |
state | string | No | — | The state value |
taxRate | number | No | — | Tax Rate |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"accountingApplication": {
"type": "string",
"description": "Accounting Application"
},
"accountingRefId": {
"type": "string",
"description": "Accounting Ref Id"
},
"accountType": {
"description": "Account Type",
"enum": [
"AP",
"AR"
]
},
"city": {
"type": "string",
"description": "The city value"
},
"county": {
"type": "string",
"description": "The county value"
},
"name": {
"type": "string",
"description": "The name value"
},
"state": {
"type": "string",
"description": "The state value"
},
"taxRate": {
"type": "number",
"description": "Tax Rate"
}
},
"required": [
"PCID"
]
}
buildops-service-config_post_v1_tax_codes
Create Tax Code Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
accountingRefId | string | No | — | Accounting Ref Id |
accountingVersion | string | No | — | Accounting Version |
effectivePurchaseTaxRate | number | No | — | Effective Purchase Tax Rate |
effectiveSalesTaxRate | number | No | — | Effective Sales Tax Rate |
isActive | boolean | No | — | Is Active |
name | string | Yes | — | The name value |
purchaseTaxRates | object[] | No | — | Purchase Tax Rates |
salesTaxRates | object[] | No | — | Sales Tax Rates |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"accountingRefId": {
"type": "string",
"description": "Accounting Ref Id"
},
"accountingVersion": {
"type": "string",
"description": "Accounting Version"
},
"effectivePurchaseTaxRate": {
"type": "number",
"description": "Effective Purchase Tax Rate"
},
"effectiveSalesTaxRate": {
"type": "number",
"description": "Effective Sales Tax Rate"
},
"isActive": {
"type": "boolean",
"description": "Is Active"
},
"name": {
"type": "string",
"description": "The name value"
},
"purchaseTaxRates": {
"type": "array",
"items": {
"type": "object"
},
"description": "Purchase Tax Rates"
},
"salesTaxRates": {
"type": "array",
"items": {
"type": "object"
},
"description": "Sales Tax Rates"
}
},
"required": [
"PCID",
"name"
]
}
buildops-service-config_put_v1_adjustments_adjustment_id_line_items_adjustment_item_id
Update Adjustment Items Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
adjustmentId | string | Yes | — | adjustmentId identifier |
adjustmentItemId | string | Yes | — | adjustmentItemId identifier |
amount | number | No | — | The amount value |
costCodeId | string | No | — | Cost Code Id |
departmentId | string | No | — | Department Id |
description | string | No | — | The description value |
id | string | No | — | The id value |
jobCostTypeId | string | No | — | Job Cost Type Id |
ledgerAccountId | string | No | — | Ledger Account Id |
name | string | No | — | The name value |
quantity | number | No | — | The quantity value |
revenueTypeId | string | No | — | Revenue Type Id |
sortOrder | number | No | — | Sort Order |
taxable | boolean | No | — | The taxable value |
taxCodeId | string | No | — | Tax Code Id |
unitCost | number | No | — | Unit Cost |
unitPrice | number | No | — | Unit Price |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"adjustmentId": {
"type": "string",
"description": "adjustmentId identifier"
},
"adjustmentItemId": {
"type": "string",
"description": "adjustmentItemId identifier"
},
"amount": {
"type": "number",
"description": "The amount value"
},
"costCodeId": {
"type": "string",
"description": "Cost Code Id"
},
"departmentId": {
"type": "string",
"description": "Department Id"
},
"description": {
"type": "string",
"description": "The description value"
},
"id": {
"type": "string",
"description": "The id value"
},
"jobCostTypeId": {
"type": "string",
"description": "Job Cost Type Id"
},
"ledgerAccountId": {
"type": "string",
"description": "Ledger Account Id"
},
"name": {
"type": "string",
"description": "The name value"
},
"quantity": {
"type": "number",
"description": "The quantity value"
},
"revenueTypeId": {
"type": "string",
"description": "Revenue Type Id"
},
"sortOrder": {
"type": "number",
"description": "Sort Order"
},
"taxable": {
"type": "boolean",
"description": "The taxable value"
},
"taxCodeId": {
"type": "string",
"description": "Tax Code Id"
},
"unitCost": {
"type": "number",
"description": "Unit Cost"
},
"unitPrice": {
"type": "number",
"description": "Unit Price"
}
},
"required": [
"PCID",
"adjustmentId",
"adjustmentItemId"
]
}
buildops-service-config_put_v1_inventory_products_id
Update Inventory Product by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | Inventory Product ID |
accountingVersion | string | No | — | Accounting Version |
code | string | No | — | The code value |
name | string | No | — | The name value |
syncStatus | string | No | — | Sync Status |
version | number | No | — | The version value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "Inventory Product ID"
},
"accountingVersion": {
"type": "string",
"description": "Accounting Version"
},
"code": {
"type": "string",
"description": "The code value"
},
"name": {
"type": "string",
"description": "The name value"
},
"syncStatus": {
"type": "string",
"description": "Sync Status"
},
"version": {
"type": "number",
"description": "The version value"
}
},
"required": [
"PCID",
"id"
]
}
buildops-service-config_put_v1_sales_tax_sales_tax_id
Update Sales Tax By Tax ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | Sales Tax ID |
accountingApplication | string | No | — | Accounting Application |
accountingRefId | string | No | — | Accounting Ref Id |
accountType | object | No | — | Account Type |
city | string | No | — | The city value |
county | string | No | — | The county value |
name | string | No | — | The name value |
state | string | No | — | The state value |
taxRate | number | No | — | Tax Rate |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "Sales Tax ID"
},
"accountingApplication": {
"type": "string",
"description": "Accounting Application"
},
"accountingRefId": {
"type": "string",
"description": "Accounting Ref Id"
},
"accountType": {
"description": "Account Type",
"enum": [
"AP",
"AR"
]
},
"city": {
"type": "string",
"description": "The city value"
},
"county": {
"type": "string",
"description": "The county value"
},
"name": {
"type": "string",
"description": "The name value"
},
"state": {
"type": "string",
"description": "The state value"
},
"taxRate": {
"type": "number",
"description": "Tax Rate"
}
},
"required": [
"PCID",
"id"
]
}
buildops-service-config_put_v1_tax_codes_id
Update Tax Code by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | Tax Code ID |
accountingVersion | string | No | — | Accounting Version |
accoutingRefId | string | No | — | Accouting Ref Id |
effectivePurchaseTaxRate | number | No | — | Effective Purchase Tax Rate |
effectiveSalesTaxRate | number | No | — | Effective Sales Tax Rate |
isActive | boolean | No | — | Is Active |
name | string | No | — | The name value |
purchaseTaxRates | object[] | No | — | Purchase Tax Rates |
salesTaxRates | object[] | No | — | Sales Tax Rates |
version | number | No | — | The version value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "Tax Code ID"
},
"accountingVersion": {
"type": "string",
"description": "Accounting Version"
},
"accoutingRefId": {
"type": "string",
"description": "Accouting Ref Id"
},
"effectivePurchaseTaxRate": {
"type": "number",
"description": "Effective Purchase Tax Rate"
},
"effectiveSalesTaxRate": {
"type": "number",
"description": "Effective Sales Tax Rate"
},
"isActive": {
"type": "boolean",
"description": "Is Active"
},
"name": {
"type": "string",
"description": "The name value"
},
"purchaseTaxRates": {
"type": "array",
"items": {
"type": "object"
},
"description": "Purchase Tax Rates"
},
"salesTaxRates": {
"type": "array",
"items": {
"type": "object"
},
"description": "Sales Tax Rates"
},
"version": {
"type": "number",
"description": "The version value"
}
},
"required": [
"PCID",
"id"
]
}

