Skip to content

Commit

Permalink
Update endpoint definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaumov committed Jan 18, 2022
1 parent d955bd9 commit 331c8bc
Show file tree
Hide file tree
Showing 5 changed files with 44,947 additions and 117 deletions.
29 changes: 25 additions & 4 deletions EndpointDefinitions/Default_20.200.001
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "Default/20.200.001"
},
"host": "localhost",
"basePath": "/20r208/entity/Default/20.200.001",
"basePath": "/21r202/entity/Default/20.200.001",
"schemes": [
"http"
],
Expand Down Expand Up @@ -75513,6 +75513,9 @@
"CashDiscountBalance": {
"$ref": "#/definitions/DecimalValue"
},
"DocLineNbr": {
"$ref": "#/definitions/IntValue"
},
"DocType": {
"$ref": "#/definitions/StringValue"
},
Expand Down Expand Up @@ -77521,7 +77524,10 @@
"$ref": "#/definitions/StringValue"
},
"PaymentInstructions": {
"$ref": "#/definitions/BusinessAccountPaymentInstructionDetail"
"type": "array",
"items": {
"$ref": "#/definitions/BusinessAccountPaymentInstructionDetail"
}
},
"PaymentMethod": {
"$ref": "#/definitions/StringValue"
Expand Down Expand Up @@ -81399,6 +81405,9 @@
"Description": {
"$ref": "#/definitions/StringValue"
},
"DocLineNbr": {
"$ref": "#/definitions/IntValue"
},
"DocType": {
"$ref": "#/definitions/StringValue"
},
Expand Down Expand Up @@ -84375,6 +84384,9 @@
"Commissions": {
"$ref": "#/definitions/Commissions"
},
"ContactID": {
"$ref": "#/definitions/StringValue"
},
"ControlTotal": {
"$ref": "#/definitions/DecimalValue"
},
Expand Down Expand Up @@ -84825,6 +84837,9 @@
"LastModifiedDateTime": {
"$ref": "#/definitions/DateTimeValue"
},
"OrigTransactionNbr": {
"$ref": "#/definitions/StringValue"
},
"PaymentAmount": {
"$ref": "#/definitions/DecimalValue"
},
Expand All @@ -84840,6 +84855,9 @@
"ReferenceNbr": {
"$ref": "#/definitions/StringValue"
},
"Refund": {
"$ref": "#/definitions/BooleanValue"
},
"SaveCard": {
"$ref": "#/definitions/BooleanValue"
},
Expand All @@ -84848,6 +84866,9 @@
},
"TransferredtoInvoice": {
"$ref": "#/definitions/DecimalValue"
},
"ValidateCCRefundOrigTransaction": {
"$ref": "#/definitions/BooleanValue"
}
}
}
Expand Down Expand Up @@ -93600,7 +93621,7 @@
},
{
"name": "LaborCostRate",
"description": "Labor Cost Rates (PM209900)"
"description": "Labor Rates (PM209900)"
},
{
"name": "Lead",
Expand Down Expand Up @@ -93736,7 +93757,7 @@
},
{
"name": "StorageDetailsByLocationInquiry",
"description": "Storage Details By Item Warehouse Location (IN408055)"
"description": "Storage Details by Item Warehouse Location (IN408055)"
},
{
"name": "StorageDetailsInquiry",
Expand Down
35 changes: 34 additions & 1 deletion EndpointDefinitions/DeviceHub_19.200.001
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "DeviceHub/19.200.001"
},
"host": "localhost",
"basePath": "/beta/entity/DeviceHub/19.200.001",
"basePath": "/21r202/entity/DeviceHub/19.200.001",
"schemes": [
"http"
],
Expand Down Expand Up @@ -2445,6 +2445,33 @@
},
"ModifiedDateTime": {
"$ref": "#/definitions/DateTimeValue"
},
"Parameters": {
"type": "array",
"items": {
"$ref": "#/definitions/PrintJobParameter"
}
}
}
}
]
},
"PrintJobParameter": {
"allOf": [
{
"$ref": "#/definitions/Entity"
},
{
"type": "object",
"properties": {
"JobID": {
"$ref": "#/definitions/IntValue"
},
"ParameterName": {
"$ref": "#/definitions/StringValue"
},
"ParameterValue": {
"$ref": "#/definitions/StringValue"
}
}
}
Expand Down Expand Up @@ -2475,6 +2502,12 @@
"items": {
"$ref": "#/definitions/PrintJob"
}
},
"StartModifiedDateTime": {
"$ref": "#/definitions/DateTimeValue"
},
"EndModifiedDateTime": {
"$ref": "#/definitions/DateTimeValue"
}
}
}
Expand Down
72 changes: 36 additions & 36 deletions EndpointDefinitions/Manufacturing_20.200.001
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "MANUFACTURING/20.200.001"
},
"host": "localhost",
"basePath": "/20r208/entity/MANUFACTURING/20.200.001",
"basePath": "/21r202/entity/MANUFACTURING/20.200.001",
"schemes": [
"http"
],
Expand Down Expand Up @@ -28456,143 +28456,143 @@
"tags": [
{
"name": "BillOfMaterial",
"description": "(AM208000)"
"description": "Bill of Material (AM208000)"
},
{
"name": "BomAttributes",
"description": "(AM208500)"
"description": "BOM Attributes (AM208500)"
},
{
"name": "BomPreferences",
"description": "(AM101000)"
"description": "BOM Preferences (AM101000)"
},
{
"name": "CostRoll",
"description": "(AM508000)"
"description": "Cost Roll (AM508000)"
},
{
"name": "CostRollHistory",
"description": "(AM408000)"
"description": "Cost Roll History (AM408000)"
},
{
"name": "CreateProductionOrder",
"description": "(AM510000)"
"description": "Create Production Orders (AM510000)"
},
{
"name": "DisassemblyEntry",
"description": "(AM301500)"
"description": "Disassembly (AM301500)"
},
{
"name": "Estimate",
"description": "(AM303000)"
"description": "Estimate (AM303000)"
},
{
"name": "EstimateClass",
"description": "(AM206000)"
"description": "Estimate Classes (AM206000)"
},
{
"name": "EstimateOperation",
"description": "(AM304000)"
"description": "Estimate Operation (AM304000)"
},
{
"name": "EstimatePreferences",
"description": "(AM103000)"
"description": "Estimate Preferences (AM103000)"
},
{
"name": "Forecast",
"description": "(AM202000)"
"description": "Forecast (AM202000)"
},
{
"name": "ItemWhereUsedInquiry",
"description": "(AM402000)"
"description": "Where Used in BOM (AM402000)"
},
{
"name": "LaborCodes",
"description": "(AM206500)"
"description": "Labor Codes (AM206500)"
},
{
"name": "LaborEntry",
"description": "(AM301000)"
"description": "Labor (AM301000)"
},
{
"name": "Machine",
"description": "(AM204500)"
"description": "Machines (AM204500)"
},
{
"name": "MasterProductionSchedule",
"description": "(AM201000)"
"description": "Master Production Schedule (AM201000)"
},
{
"name": "MaterialEntry",
"description": "(AM300000)"
"description": "Materials (AM300000)"
},
{
"name": "MoveEntry",
"description": "(AM302000)"
"description": "Move (AM302000)"
},
{
"name": "MPSType",
"description": "(AM203000)"
"description": "MPS Type (AM203000)"
},
{
"name": "MRPDetailInquiry",
"description": "(AM404000)"
"description": "Detail Inquiry (AM404000)"
},
{
"name": "MRPDisplay",
"description": "(AM400000)"
"description": "MRP Display (AM400000)"
},
{
"name": "MRPException",
"description": "(AM403000)"
"description": "MRP Exceptions (AM403000)"
},
{
"name": "MRPPreferences",
"description": "(AM100000)"
"description": "MRP Preferences (AM100000)"
},
{
"name": "OrderTypes",
"description": "(AM201100)"
"description": "Production Order Types (AM201100)"
},
{
"name": "Overhead",
"description": "(AM202500)"
"description": "Overhead (AM202500)"
},
{
"name": "ProductionOrder",
"description": "(AM201500)"
"description": "Production Order Maintenance (AM201500)"
},
{
"name": "ProductionOrderDetail",
"description": "(AM209000)"
"description": "Production Order Details (AM209000)"
},
{
"name": "ProductionPreferences",
"description": "(AM102000)"
"description": "Production Preferences (AM102000)"
},
{
"name": "RegenerateMRP",
"description": "(AM505000)"
"description": "Regenerate MRP (AM505000)"
},
{
"name": "Shift",
"description": "(AM205000)"
"description": "Shifts (AM205000)"
},
{
"name": "Tool",
"description": "(AM205500)"
"description": "Tools (AM205500)"
},
{
"name": "VendorShipment",
"description": "(AM310000)"
"description": "Vendor Shipments (AM310000)"
},
{
"name": "WipAdjustmentEntry",
"description": "(AM308000)"
"description": "WIP Adjustment (AM308000)"
},
{
"name": "WorkCenter",
"description": "(AM207000)"
"description": "Work Centers (AM207000)"
}
]
}
Loading

0 comments on commit 331c8bc

Please sign in to comment.