[Index]
CustomerBuild_CustomerData_REL
Model ref.: relation/CustomerBuild_CustomerData_REL
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{ "$schema": "http://json-schema.org/draft-03/schema", "type": "object", "properties": { "CustomerBuild_Name": { "title": "CustomerBuild Name *", "description": "Structured name of Customer (using naming convention)", "type": "string", "required": true }, "CustomerBuild_Action": { "title": "CustomerBuild Action", "description": "AddDataOnly, Validate, Add, Modify, Delete", "type": "string", "required": true, "choices": [ { "value": "AddDataOnly", "title": "AddDataOnly" }, { "value": "Validate", "title": "Validate" }, { "value": "Add", "title": "Add" }, { "value": "Modify", "title": "Modify" }, { "value": "DeleteCustomer", "title": "DeleteCustomer" }, { "value": "DeletecustomerData", "title": "DeletecustomerData" }, { "value": "DeleteCustomerAndcustomerData", "title": "DeleteCustomerAndcustomerData" }, { "value": "ReprovisionCustomer", "title": "ReprovisionCustomer" } ] }, "CustomerBuild_Type": { "title": "CustomerBuild Type", "description": "Select: StandardCustomer, LinkedCustomer-Parent, LinkedCustomer-Child", "type": "string", "required": true, "choices": [ { "value": "CiscoCustomer", "title": "CiscoCustomer" }, { "value": "MicrosoftCustomer", "title": "MicrosoftCustomer" }, { "value": "HybridCustomer", "title": "HybridCustomer" }, { "value": "MicrosoftOperatorConnectOnlyCustomer", "title": "MicrosoftOperatorConnectOnlyCustomer" }, { "value": "CallRedirectionOnlyCustomer", "title": "CallRedirectionOnlyCustomer" }, { "value": "Generic", "title": "Generic" } ] }, "CustomerBuild_Status": { "title": "Customer Activation Status", "description": "Select: Pending, Partially Loaded, Loaded, Operational", "type": "string", "required": false, "choices": [ { "value": "Pending", "title": "Pending" }, { "value": "Partially Loaded", "title": "Partially Loaded" }, { "value": "Loaded", "title": "Loaded" }, { "value": "Build Started", "title": "Build Started" }, { "value": "Build Completed", "title": "Build Completed" }, { "value": "Operational", "title": "Operational" } ] }, "CustomerBuild_CFT": { "title": "Customer Build Configuration Template", "description": "Select: From available CFTs starting with CustomerBuild_CFT", "type": "string", "required": true }, "CustomerBuild_Notes": { "title": "Customer Build Notes (Text Box)", "description": "Text field for general notes", "type": "string", "required": false }, "CustomerBuild_Custom1": { "title": "Other Customer Build Settings 1", "description": "Optional data field for use by CustomerBuild CFTs", "type": "string", "required": false }, "CustomerBuild_Custom2": { "title": "Other Customer Build Settings 2", "description": "Optional data field for use by CustomerBuild CFTs", "type": "string", "required": false }, "CustomerBuild_ValidData": { "title": "Customer Build Valid?", "description": "Result of CustomerBuild Validation Check", "type": "boolean", "required": false }, "CustomerBuild_ValidationMessages": { "title": "Customer Build Validation Messages", "description": "Result of CustomerBuild Validation Check", "type": "string", "required": false }, "CustomerBuildSteps": { "title": "Customer Build Steps", "description": "Template Steps to execute", "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "StepName": { "title": "Customer Build Step Name", "description": "Name of Customer Build Step Template", "type": "string", "required": true }, "StepDescription": { "title": "Description", "description": "Function of this step", "type": "string" }, "loopThrough": { "title": "Loop Through", "description": "Loop through input data", "type": "string" }, "StepStatus": { "title": "Customer Build Step Status", "description": "Result of Customer Build Step Execution", "type": "string" } } } }, "updateSteps": { "title": "Update Steps", "description": "Update Mappings", "type": "array", "minItems": 0, "items": { "type": "object", "properties": { "StepName": { "title": "Step Name", "description": "Name of Customer Build Step Template", "type": "string", "required": true }, "StepDescription": { "title": "Description", "description": "Function of this step", "type": "string" }, "attribute": { "title": "Changed Attribute", "description": "Changed Attribute", "type": "string", "required": true }, "action": { "title": "Action", "description": "Action", "type": "string", "choices": [ { "value": "Add", "title": "Add" }, { "value": "Update", "title": "Update" }, { "value": "Delete", "title": "Delete" } ] } } } }, "deleteSteps": { "title": "Delete Steps", "description": "Delete Mappings", "type": "array", "minItems": 0, "items": { "type": "object", "properties": { "StepName": { "title": "Delete Step Name", "description": "Name of Delete Step Template", "type": "string", "required": true }, "StepDescription": { "title": "Description", "description": "Function of this step", "type": "string" }, "loopThrough": { "title": "Loop Through", "description": "Loop through input data", "type": "string" }, "StepStatus": { "title": "Delete Step Status", "description": "Result of Delete Step Execution", "type": "string" } } } }, "description": { "title": "Description", "description": "Customer Description", "type": "string", "required": false }, "displayName": { "title": "Display Name", "description": "Customer Display Name", "type": "string", "required": false }, "shortName": { "title": "Short Name", "description": "Customer Short Name", "type": "string", "required": false }, "extendedName": { "title": "Extended Name", "description": "Customer Long Name", "type": "string", "required": false }, "externalID": { "title": "External ID", "description": "Customer External ID", "type": "string", "required": false }, "internalID": { "title": "Internal ID", "description": "Customer Internal ID", "type": "string", "required": false }, "accountID": { "title": "Account ID", "description": "Customer Account ID", "type": "string", "required": false }, "contactName": { "title": "Contact Name", "description": "Customer Contact Name", "type": "string", "required": false }, "contactEmail": { "title": "Contact Email", "description": "Customer Contact Email", "type": "string", "required": false }, "streetAddress1": { "title": "Address 1 *", "description": "Customer Address Line 1", "type": "string", "required": false }, "streetAddress2": { "title": "Address 2", "description": "Customer Address Line 2", "type": "string", "required": false }, "streetAddress3": { "title": "Address 3", "description": "Customer Address Line 3", "type": "string", "required": false }, "city": { "title": "City", "description": "Customer City", "type": "string", "required": false }, "state": { "title": "State", "description": "Customer State or County", "type": "string", "required": false }, "postalCode": { "title": "Postal Code", "description": "Customer ZIP Code or Postal Code", "type": "string", "required": false }, "Country": { "title": "Country", "description": "Select: From data/countries", "type": "string", "required": false }, "CustomerNumber": { "title": "Customer Number", "description": "Customer Phone Number", "type": "string", "required": false }, "numberRanges": { "title": "Number Ranges", "description": "E164 Number Ranges", "type": "array", "items": { "type": "object", "properties": { "numberRange": { "title": "Number Range", "description": "E164 Number or Range using X wildcards", "type": "string" }, "translatedNumber": { "title": "Translated Number", "description": "Number to translate to", "type": "string" }, "ocUsageTemplate": { "title": "Operator Connect Usage Template", "description": "Microsoft Operator connect usage template", "type": "string" } } } }, "cucmInstances": { "title": "CUCM Instances", "description": "CUCM Instances", "type": "array", "items": { "type": "object", "properties": { "name": { "title": "Name", "description": "CUCM Name", "type": "string", "required": false }, "isUCPublisher": { "title": "Is UC Publisher", "description": "Is UC Publisher", "type": "string", "required": false }, "clusterName": { "title": "Cluster Name", "description": "CUCM Cluster Name", "type": "string", "required": false }, "version": { "title": "Version", "description": "CUCM Version", "type": "string", "required": false }, "host": { "title": "Host", "description": "CUCM Host", "type": "string", "required": false }, "port": { "title": "Port", "description": "CUCM Port", "type": "string", "required": false }, "username": { "title": "Username", "description": "CUCM Username", "type": "string", "required": false }, "password": { "title": "Password", "description": "CUCM Password", "type": "string", "required": false, "is_password": true } } } }, "cucInstances": { "title": "CUC Instances", "description": "CUC Instances", "type": "array", "items": { "type": "object", "properties": { "name": { "title": "Name", "description": "CUC Name", "type": "string", "required": false }, "clusterName": { "title": "Cluster Name", "description": "CUC Cluster Name", "type": "string", "required": false }, "version": { "title": "Version", "description": "CUC Version", "type": "string", "required": false }, "host": { "title": "Host", "description": "CUC Host", "type": "string", "required": false }, "username": { "title": "Username", "description": "CUC Username", "type": "string", "required": false }, "password": { "title": "Password", "description": "CUC Password", "type": "string", "required": false, "is_password": true } } } }, "uccxInstances": { "title": "UCCX Instances", "description": "UCCX Instances", "type": "array", "items": { "type": "object", "properties": { "name": { "title": "Name", "description": "UCCX Name", "type": "string", "required": false }, "version": { "title": "Version", "description": "UCCX Version", "type": "string", "required": false }, "host": { "title": "Host", "description": "UCCX Host", "type": "string", "required": false }, "username": { "title": "Username", "description": "UCCX Username", "type": "string", "required": false }, "password": { "title": "Password", "description": "UCCX Password", "type": "string", "required": false, "is_password": true } } } }, "webexAppName": { "title": "Webex App Name", "description": "Webex App Name", "type": "string", "required": false }, "webexAppAccountNumber": { "title": "Webex App Account Number", "description": "Webex App Account Number", "type": "string", "required": false }, "cb_dp_cft": { "title": "Customer Dialplan CFT", "description": "Customer Dialplan CFT", "type": "string", "required": false }, "extPrefixRequired": { "title": "extPrefix Required", "description": "Control Field for extPrefix requirement", "type": "boolean", "required": false }, "ispRequired": { "title": "ISP Required", "description": "Control Field for ISP requirement", "type": "boolean", "required": false }, "isp": { "title": "Dial Plan - Inter-Site Prefix", "description": "Inter-site prefix if ISP required for inter-site dialing.", "type": "string", "maxLength": 1, "required": false, "readonly": false, "is_password": false, "displayable": false, "pattern": "^$|^[0-9]+$" }, "extPrefix": { "title": "Dial Plan - Extension prefix", "description": "Specify an optional extension prefix for this customer. Each site can select whether this extension prefix will be required.", "type": "string", "maxLength": 1, "required": false, "readonly": false, "is_password": false, "displayable": false, "pattern": "^$|^[0-9#*]+$" }, "msTenantName": { "title": "Microsoft Tenant Name", "description": "Microsoft Tenant Name", "type": "string", "required": false }, "tenant_description": { "title": "Microsoft Tenant Description", "description": "Microsoft Tenant Description", "type": "string", "required": false }, "msPsProxyAddress": { "title": "Microsoft Powershell Proxy Address", "description": "IP Address/FQDN of the Powershell proxy", "type": "string", "required": false }, "msPsProxyUsername": { "title": "Microsoft Powershell Proxy Username", "description": "Powershell proxy username", "type": "string", "required": false }, "msPsProxyPassword": { "title": "Microsoft Powershell Proxy password", "description": "Powershell proxy password", "type": "string", "required": false, "is_password": true }, "azureUsername": { "title": "Azure Online username", "description": "Azure Online (O365) username", "type": "string", "required": false }, "azurePassword": { "title": "Azure Online password", "description": "Azure Online (O365) password", "type": "string", "required": false, "is_password": true }, "msTeamsUsername": { "title": "MS Teams Online username", "description": "MS teams username", "type": "string", "required": false }, "msTeamsPassword": { "title": "MS Teams Online password", "description": "MS teams password", "type": "string", "required": false, "is_password": true }, "msTeamsAdminDomain": { "title": "MS Teams Online Admin Domain", "description": "MS teams Admin Domain", "type": "string", "required": false }, "client_id": { "title": "Client ID", "type": "string" }, "tenant_id": { "title": "Tenant ID", "type": "string" }, "client_secret": { "title": "Secret", "description": "A Client (application) Secret, either a password or a public/private key pair (certificate).", "type": "string", "is_password": true }, "sbcInstances": { "title": "SBC Instances", "description": "SBC Instances", "type": "array", "items": { "type": "object", "properties": { "sbcInstance": { "title": "SBC Instance", "description": "SBC Instance", "type": "string" } } } }, "ecbInstances": { "title": "ECB Instances", "description": "ECB Instances", "type": "array", "items": { "type": "object", "properties": { "ecbInstance": { "title": "ECB Instance", "description": "ECB Instance", "type": "string" } } } }, "custom_string_1": { "title": "Custom String 1", "description": "Custom String", "type": "string" }, "custom_string_2": { "title": "Custom String 2", "description": "Custom String", "type": "string" }, "custom_string_3": { "title": "Custom String 3", "description": "Custom String", "type": "string" }, "custom_string_4": { "title": "Custom String 4", "description": "Custom String", "type": "string" }, "custom_string_5": { "title": "Custom String 5", "description": "Custom String", "type": "string" }, "custom_string_6": { "title": "Custom String 6", "description": "Custom String", "type": "string" }, "custom_string_7": { "title": "Custom String 7", "description": "Custom String", "type": "string" }, "custom_string_8": { "title": "Custom String 8", "description": "Custom String", "type": "string" }, "custom_string_9": { "title": "Custom String 9", "description": "Custom String", "type": "string" }, "custom_string_10": { "title": "Custom String 10", "description": "Custom String", "type": "string" }, "custom_boolean_1": { "title": "Custom Boolean 1", "description": "Custom Boolean", "type": "boolean", "default": false }, "custom_boolean_2": { "title": "Custom Boolean 2", "description": "Custom Boolean", "type": "boolean", "default": false }, "custom_boolean_3": { "title": "Custom Boolean 3", "description": "Custom Boolean", "type": "boolean", "default": false }, "custom_boolean_4": { "title": "Custom Boolean 4", "description": "Custom Boolean", "type": "boolean", "default": false }, "custom_boolean_5": { "title": "Custom Boolean 5", "description": "Custom Boolean", "type": "boolean", "default": false }, "custom_boolean_6": { "title": "Custom Boolean 6", "description": "Custom Boolean", "type": "boolean", "default": false }, "custom_boolean_7": { "title": "Custom Boolean 7", "description": "Custom Boolean", "type": "boolean", "default": false }, "custom_boolean_8": { "title": "Custom Boolean 8", "description": "Custom Boolean", "type": "boolean", "default": false }, "custom_boolean_9": { "title": "Custom Boolean 9", "description": "Custom Boolean", "type": "boolean", "default": false }, "custom_boolean_10": { "title": "Custom Boolean 10", "description": "Custom Boolean", "type": "boolean", "default": false }, "noInstance": { "title": "No Instance", "type": "object", "properties": { "name": { "is_password": false, "title": "Name", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" } } } } }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/relation/CustomerBuild_CustomerData_REL/add/ |
|
The GUI Add form of relation/CustomerBuild_CustomerData_REL as JSON |
The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Create | POST | /api/relation/CustomerBuild_CustomerData_REL | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]to inspect the created resource and its instance pkid.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk delete [pkid1],[pkid2]... | DELETE | /api/relation/CustomerBuild_CustomerData_REL/ | hierarchy=[hierarchy] | {"hrefs":["/api/relation/CustomerBuild_CustomerData_REL/[pkid1]", "/api/relation/CustomerBuild_CustomerData_REL/[pkid2]", ...]} |
GET http://[host-proxy]/api/relation/CustomerBuild_CustomerData_REL/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of relation/CustomerBuild_CustomerData_REL; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/relation/CustomerBuild_CustomerData_REL/export/ |
|
{ "hrefs":["/api/relation/CustomerBuild_CustomerData_REL/[pkid1]", "/api/relation/CustomerBuild_CustomerData_REL/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of relation/CustomerBuild_CustomerData_REL and the JSON format can be used to import instances of relation/CustomerBuild_CustomerData_REL.
GET http://[host-proxy]/api/relation/CustomerBuild_CustomerData_REL/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for relation/CustomerBuild_CustomerData_REL | POST | /api/relation/CustomerBuild_CustomerData_REL/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Configuration Template | GET | /api/relation/CustomerBuild_CustomerData_REL/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/relation/CustomerBuild_CustomerData_REL/ |
|
The relation/CustomerBuild_CustomerData_REL schema and all instances as JSON. |
(The list will return 0 to 3 relation/CustomerBuild_CustomerData_REL instances)
{ "pagination": { "skip": 0, "limit": 3, "maximum_limit": 2000, "total": 0, "total_limit": null, "order_by": "CustomerBuild_Name", "direction": "asc", "current": "/api/relation/CustomerBuild_CustomerData_REL/?skip=0&limit=3&order_by=CustomerBuild_Name&direction=asc&traversal=down" }, "operations": [ "list", "help", "field_display_policy", "get", "configuration_template", "update", "bulk_update", "remove", "add", "export", "clone", "export_bulkload_template" ], "meta": { "model_type": "relation/CustomerBuild_CustomerData_REL", "summary_attrs": [ { "name": "CustomerBuild_Name", "title": "CustomerBuild Name *" }, { "name": "CustomerBuild_Action", "title": "CustomerBuild Action" }, { "name": "CustomerBuild_ValidData", "title": "Customer Build Valid?" }, { "name": "CustomerBuild_Type", "title": "CustomerBuild Type" }, { "name": "CustomerBuild_Status", "title": "Customer Activation Status" }, { "name": "CustomerBuild_CFT", "title": "Customer Build Configuration Template" }, { "name": "city", "title": "City" }, { "name": "Country", "title": "Country" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "", "business_key": {}, "api_version": "21.2", "cached": true, "references": { "children": [], "parent": [ { "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101", "pkid": "6t0ggef2c0deab00hb595101" } ], "device": [ { "href": "", "pkid": "" } ], "foreign_key": [], "self": [ { "href": "/api/relation/CustomerBuild_CustomerData_REL/None/", "pkid": null } ] }, "model_specific_actions": [ "list", "help", "get", "configuration_template", "update", "remove", "add", "export", "clone", "export_bulkload_template" ], "schema_version": null, "actions": [ { "add": { "method": "GET", "class": "add", "href": "/api/relation/CustomerBuild_CustomerData_REL/add/?hierarchy=[hierarchy]", "support_async": false, "title": "Add" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/relation/CustomerBuild_CustomerData_REL/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "export": { "method": "POST", "class": "export", "href": "/api/relation/CustomerBuild_CustomerData_REL/export/?hierarchy=[hierarchy]", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/?auth_token=[authtoken], "submit": "payload" } }, { "export_bulkload_template": { "method": "POST", "class": "bulkload_template", "href": "/api/relation/CustomerBuild_CustomerData_REL/export_bulkload_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Export Bulk Load Template" } }, { "configuration_template": { "method": "GET", "class": "config", "href": "/api/relation/CustomerBuild_CustomerData_REL/configuration_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Configuration Template" } }, { "list": { "method": "GET", "class": "list", "href": "/api/relation/CustomerBuild_CustomerData_REL/?hierarchy=[hierarchy]", "support_async": false, "title": "List" } }, { "help": { "method": "GET", "class": "help", "href": "/api/relation/CustomerBuild_CustomerData_REL/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } } ] }, "resources": [] }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for relation/CustomerBuild_CustomerData_REL. | GET | /api/relation/CustomerBuild_CustomerData_REL/help | hierarchy=[hierarchy] | On-line help of Model ref.: relation/CustomerBuild_CustomerData_REL as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/relation/CustomerBuild_CustomerData_REL/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/relation/CustomerBuild_CustomerData_REL/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Clone instance with [pkid]. The schema rules are applied. | GET | /api/relation/CustomerBuild_CustomerData_REL/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/relation/CustomerBuild_CustomerData_REL/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of relation/CustomerBuild_CustomerData_REL; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/relation/CustomerBuild_CustomerData_REL/[pkid]/export |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of relation/CustomerBuild_CustomerData_REL and the JSON format can be used to import instances of relation/CustomerBuild_CustomerData_REL.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/relation/CustomerBuild_CustomerData_REL/[pkid] | hierarchy=[hierarchy] | The relation/CustomerBuild_CustomerData_REL instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/relation/CustomerBuild_CustomerData_REL/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for relation/CustomerBuild_CustomerData_REL. |