Note The DocumentLookup endpoint was added to the Data service in [Rev 1.01].
The purpose of the DocumentLookup endpoint is to supply a set of lookup capabilities that can be used for retrieval of various types of documents.
In order to retrieve information from the Document Lookup Handler, proper authorization credentials must be included in a header of the request.
To do this, first find the Simple Web Token claim (ClaimType = "http://idibilling.com/SWT") within the Request Security Token returned to you from the 'Issue' call to the Security Token Service.
The Security Token will first need to be decrypted using the IDI SaaS Web Services certificate before the claim can be found.
Once found, the Simple Web Token must be submitted with each request in an HTTP request "Authorization" header with a value in exactly the following format WRAP access_token="
The Document Lookup handler can be requested using either a HTTP GET or HTTP POST request. For HTTP GET, include the required parameters in the query string of the URL. For HTTP POST, include the required parameters in the body of the HTTP request. In addition, set the ContentType header to "application/x-www-form-urlencoded", and the ContentLength header equal to the total number of bytes in your UTF-8-encoded byte array of desired parameters as described in the table below.
Multiple parameters are separated by '&' and each one is formatted as "name=value", for example "type=invoice&id=123&key=xyz". To send the HTTP POST request, get the request stream from the Http Web Request and write the byte array of desired parameters to it. Also flush and close the stream. To receive the response from either the HTTP GET or HTTP POST request, get the Web Response from the Http Web Request, then get the response stream from the Web Response and read to the end of the stream.
| Name | Description |
|---|---|
| id | The unique ID for the document being requested. |
| key | The system-generated authenticated key for the document ID based on the type parameter described below. |
| Note: Type 'Invoice' uses the authenticated key from the customer ID that the invoice is associated with. | |
| Deprecated: This value no longer needs to be supplied. Instead authorization to the resource will be determined server side based on the supplied token. [Rev 1.09] | |
| type | Defines the type of document being requested, each with a Web Response ContentType as shown. |
| Valid Values (not case-sensitive) and returned ContentTypes | |
| Document: "application/pdf" | |
| Invoice: "application/pdf" [Rev 1.01] | |
| NetworkReceipt: "text/html" | |
| Quote: "text/html" | |
| ServiceAgreement: "application/pdf" | |
| USGFile: "application/zip" | |
| registerid | Determines location information for obtaining the document template. |
| Note: Only applicable for Network Receipts and Quotes. Field is required. | |
| reprint | If specified as "True" or "Yes", the document title is marked as a "Reprint". |
| *Note: Only applicable for Network Receipts. Not a required field. |
Provides the ability to look up information, such as valid value choices, for a particular attribute property and all of its descendants. [Rev 1.03]
| Content-Type required | string Example: application/soap+xml; action="https://webservices.idibilling.com/dataservice1/AttributeDefinitionLookup |
required | object (AttributeDefinitionLookup) Provides the ability to look up information, such as valid value choices, for a particular attribute property and all of its descendants. [Rev 1.03] |
Provides the ability to create a document. [Rev 1.06]
| Content-Type required | string Example: application/soap+xml; action="https://webservices.idibilling.com/dataservice1/CreateAttachedDocument |
required | object (CreateAttachedDocument) A request container for the values needed to call CreateAttachedDocument. [Rev 1.06] |
Provides the ability to obtain a list of information about various types of data based on the provided search criteria.
| Content-Type required | string Example: application/soap+xml; action="https://webservices.idibilling.com/dataservice1/DataSearch |
required | object (DataSearch) Provides the ability to obtain a list of information about various types of data based on the provided search criteria. |
Provides the ability to update an attached document. [Rev 1.06]
| Content-Type required | string Example: application/soap+xml; action="https://webservices.idibilling.com/dataservice1/ModifyAttachedDocument |
required | object (ModifyAttachedDocument) A response object that contains the result of a call to ModifyAttachedDocument. [Rev 1.06] |
Provides the ability to look up unencrypted payment gateway information for a particular register policy and tender type. [Rev 1.02]
| Content-Type required | string Example: application/soap+xml; action="https://webservices.idibilling.com/dataservice1/PaymentGatewayLookup |
required | object (PaymentGatewayLookup) Provides the ability to look up unencrypted payment gateway information for a particular register policy and tender type. [Rev 1.02] |
Provides the ability to set the default Customer for lookups, etc., along with notification information for a given user in the security system. [Rev 1.01]
| Content-Type required | string Example: application/soap+xml; action="https://webservices.idibilling.com/dataservice1/SetUserCustomer |
required | object (SetUserCustomer) Provides the ability to set the default Customer for lookups, etc., along with notification information for a given user in the security system. [Rev 1.01] |
The BackboneDataService endpoint was added to the Data service in [Rev 1.04].
The purpose of the BackboneDataService endpoint is to supply a set of search capabilities that can be used for data retrieval.
In order to retrieve information from a data service, proper authorization credentials must be included in a header of the request. To do this, first find the Simple Web Token claim (ClaimType = "http://idibilling.com/SWT") within the Request Security Token returned to you from the 'Issue' call to the Security Token Service. Once found, the Simple Web Token must be submitted with each request in an "Authorization" header with a value in exactly the following format: WRAP access_token="<Simple Web Token>" where <Simple Web Token> between double quotes is replaced with the SWT claim string value between double quotes.
A list of all configuration nodes in the system. [Rev 1.04]
Results are filtered by the environment of the user that the request was authorized for.
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "EntityID": 357,
- "EnvironmentName": "My Environment Name",
- "IsEncrypted": false,
- "LinkedEnvironmentName": "My Linked Environment Name",
- "ModuleName": "My Module Name",
- "NodeData": "My Node Data",
- "NodeID": 5734,
- "NodeName": "My Node Name",
- "NodePath": "My Node Path",
- "NodeTypeID": 357,
- "NodeTypeName": "My Node Type Name"
}The purpose of the CoreDataService endpoint is to supply a set of search capabilities that can be used for data retrieval.
In order to retrieve information from a data service, proper authorization credentials must be included in a header of the request. To do this, first find the Simple Web Token claim (ClaimType = "http://idibilling.com/SWT") within the Request Security Token returned to you from the 'Issue' call to the Security Token Service. Once found, the Simple Web Token must be submitted with each request in an "Authorization" header with a value in exactly the following format: WRAP access_token="<Simple Web Token>" where <Simple Web Token> between double quotes is replaced with the SWT claim string value between double quotes.
A list of all the accounts receivable batches configured in the system. [Rev 1.09]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AccountsReceivableBatchID": 75357,
- "BatchNumber": 457,
- "BatchStatus": "My Batch Status",
- "BatchStatusID": 1,
- "BatchType": "My Batch Type",
- "BatchTypeID": 1,
- "CloseDate": "2017-09-09T17:35:09.156Z",
- "HoldUntilClose": true,
- "ItemCount": 5,
- "LastModifiedDate": "2017-09-09T17:35:09.156Z",
- "LastModifiedUser": "Username",
- "OpenDate": "2017-09-09T17:35:09.156Z",
- "PostedItemCount": 63,
- "TotalAmount": 5.5
}A list of all the accounts receivable groups configured in the system.
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AccountsReceivableAllocationMethod": "My allocation method description",
- "AccountsReceivableAllocationMethodID": 2,
- "AccountsReceivableGroupID": 56,
- "Description": "My description"
}A list of all the account statuses configured in the system.
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AccountStatusID": 5478,
- "AllowAddFeatures": true,
- "BillingStatus": "My billing status description",
- "BillingStatusID": 0,
- "Description": "My account status description",
- "KeyName": "My Unique Name"
}A list of all the account types configured in the system. [Rev 1.03]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AccountTypeID": 30,
- "AttributePropertyDisplay": "My Attribute Property Display Name",
- "AttributePropertyID": 346,
- "CPNIRequired": true,
- "Description": "My account type description",
- "HasAccountSpendingLimit": false,
- "KeyName": "My Key Name",
- "ReconnectThreshold": 30,
- "TaxAccountType": "My Tax Account Type description",
- "TaxAccountTypeID": 1
}A list of all of the adjustment reasons in the system. [Rev 1.09]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AdjustmentReasonID": 563,
- "Description": "My adjustment reason description",
- "EndDate": "2017-09-09T17:35:09.156Z",
- "StartDate": "2017-09-09T17:35:09.156Z"
}A list of all the adjustment types configured in the system. [Rev 1.07]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AdjustmentTypeID": 2364,
- "Description": "My adjustment type description",
- "EndDate": "2017-09-09T17:35:09.156Z",
- "IsCharge": false,
- "IsLecBilled": false,
- "IsWriteOff": true,
- "KeyName": "My Key Name",
- "StartDate": "2017-09-09T17:35:09.156Z",
- "TaxClass": "My tax class description",
- "TaxClassID": 357
}A list of all of the affinity groups configured in the system. [Rev 1.07]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AffinityGroupID": 457,
- "ContributionPercent": 0.05,
- "Name": "My Affinity Group Name",
- "Note": "MY personalized text message",
- "TotalToDate": 15.5
}A response object containing information about a document that may be attached to one or more objects. [Rev 1.06]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AccountNumber": "My Account Number",
- "AttachedDocumentID": 573,
- "Category": "My Category Name",
- "Confidential": true,
- "CreateDate": "2017-09-09T17:35:09.156Z",
- "CreateUser": "Username",
- "CustomerID": 56,
- "CustomerName": "My Customer Name",
- "DocumentStorageExternalID": "My Document Storage External ID ",
- "Environment": "My Environment",
- "Extension": ".doc",
- "LastModifiedDate": "2017-09-09T17:35:09.156Z",
- "LastModifiedUser": "Username",
- "MarkedForDelete": false,
- "Name": "My Document Name",
- "Notes": "My document description",
- "ObjectDisplayName": "My Object Display Name",
- "ObjectID": 474,
- "ObjectType": "My Object Type",
- "ReferenceMarkedForDelete": false,
- "Size": 15
}An overview by Category for all documents attached to a specific ObjectType and ObjectID. [Rev 1.06]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AccountNumber": "My Account Number",
- "AttachedDocumentCount": 13,
- "Category": "My Category Name",
- "CustomerID": 357,
- "CustomerName": "My Customer Name",
- "MarkedForDeletionCount": 14,
- "ObjectID": 468,
- "ObjectType": "My Object Type"
}A list of object types that documents may be attached to. [Rev 1.06]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AttachedDocumentObjectTypeID": 345,
- "Name": "My Object Type Name",
- "RequiresCustomerID": false
}A list of all documents and the counts of different object types to which they have been attached. [Rev 1.07]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AccountNumber": "My Account Number",
- "AttachedDocumentID": 458,
- "Category": "My Category Name",
- "Confidential": true,
- "CreateDate": "2017-09-09T17:35:09.156Z",
- "CreateUser": "Username",
- "CustomerID": -1,
- "CustomerName": "My Customer Name",
- "DocumentStorageExternalID": "My unique identifier",
- "Environment": "My Environment",
- "Extension": ".doc",
- "FirstObjectDisplayName": "My First Object Display Name description",
- "FirstObjectID": 4684,
- "FirstObjectType": "My First Object Type description",
- "FirstObjectTypeID": 547,
- "LastModifiedDate": "2017-09-09T17:35:09.156Z",
- "LastModifiedUser": "Username",
- "MarkedForDelete": false,
- "Name": "My Document Name",
- "Notes": "My document description",
- "ObjectType": "My Object Type",
- "ObjectTypeID": 246,
- "ReferenceCount": 5,
- "ReferenceMarkedForDeleteCount": 13,
- "Size": 15
}A list of details about attribute properties within attribute definition objects by category, including their hierarchical relationship to other attribute properties. [Rev 1.03]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Category": "My Category Name",
- "CategoryID": -1,
- "DataLength": 12,
- "DataPrecision": 3,
- "DataType": "My Data Type",
- "DataTypeID": 13,
- "DefaultValue": "My Default Value",
- "DisplayName": "My Display Name",
- "DomainSource": "My Domain Source",
- "DomainType": "My Domain Type",
- "DomainTypeID": 2,
- "DoNotCache": false,
- "FormatString": "My Format String",
- "IsEnabled": true,
- "IsRequired": false,
- "IsVisible": true,
- "Name": "My Attribute Property Name",
- "ParentProperty": "My Parent Property Name",
- "ParentPropertyDisplay": "My Parent Property Display Name",
- "ParentPropertyID": 23,
- "PermissionPath": "My permission required description",
- "PropertyID": 357,
- "PropertyType": "My Property Type Name",
- "PropertyTypeID": 537,
- "RootProperty": "My Root Property Name",
- "RootPropertyDisplay": "My Attribute Property Name",
- "RootPropertyID": 2,
- "SequenceNumber": 8,
- "ValidateScript": "My Validate Script"
}Returns the first instant available for backdating, based on the current backdating control.
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "referenceDate": "2007-04-03T02:23:57.000Z"
}A list of all the balance aging groups configured in the system.
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "BalanceAgingGroupID": 457,
- "Description": "My description"
}A list of all the banks configured in the system. [Rev 1.09]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "ABARoutingNumber": 122105155,
- "BankName": "Bank of America"
}A list of all the bill cycles configured in the system.
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "BillCycleID": 346,
- "BillingCycleClass": "My billing cycle class description",
- "BillingCycleClassID": 4,
- "BillingCycleType": "My charge cycle description",
- "BillingCycleTypeID": 7,
- "DayOfMonth": 21,
- "Description": "My bill cycle description",
- "Name": "My Bill Cycle Name"
}A list of all the carriers configured in the system. [Rev 1.08]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "CarrierID": 3463,
- "Name": "My Carrier Name"
}A list of all the change reasons configured in the system. [Rev 1.02]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "ChangeReasonID": 465,
- "ChangeType": "My Change Type",
- "ChangeTypeID": 6,
- "Description": "My change reason description",
- "EndDate": "2017-09-09T17:35:09.156Z",
- "NLADDeEnrollType": "My reason for de-enrollment description",
- "NLADDeEnrollTypeID": 2,
- "StartDate": "2017-09-09T17:35:09.156Z"
}A list of all of the communication scripts in the system. Communication scripts are used to prompt customer service representatives with actions to complete or items to present to the customer during account modifications. [Rev 1.09]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "CommunicationScriptAction": "My Communication Script Action description",
- "CommunicationScriptActionID": 7,
- "CommunicationScriptID": 568,
- "LastModifiedDate": "2017-09-09T17:35:09.156Z",
- "LastModifiedUser": "Username",
- "Script": "My communication script text"
}A list of all configuration values in the system. [Rev 1.03]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "ConfigurationValueID": 634,
- "KeyName": "My Key Name",
- "Value": "My Configuration Value"
}A list of all the contact types used in the system.
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AddressValidationType": "My AddressValidationType description",
- "AddressValidationTypeID": 5,
- "ContactTypeID": 457,
- "Description": "My contact type description",
- "IsWebEditable": true,
- "IsWebViewable": false
}Returns a single row indicating the time zone of the CostGuard server instance. These values can be used to convert string values returned from APIs to arbitrary time zones. [Rev 1.09]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "CostGuardTzID": "My tz database time zone name",
- "CostGuardWindowsTimeZoneKey": "My Windows Time Zone Key"
}The CPNI Configuration options configured in the system. [Rev 1.03]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AccountPasswordRequired": true,
- "AuthorizedUserPasswordRequired": false,
- "AuthorizedUsersRequired": false,
- "ConfirmAccountChangeNotifications": false,
- "CPNIConfigurationID": 346,
- "PasswordMaxLength": 18,
- "PasswordMinLength": 12,
- "SecurityQuestionAnswerRequired": true
}A list of all the CPNI security questions configured in the system.
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "CPNISecurityQuestionID": 3457,
- "CPNISecurityQuestionOwnerType": "My owner type description",
- "CPNISecurityQuestionOwnerTypeID": 1,
- "Enabled": false,
- "Question": "My security question description"
}A list of all the credit classes in the system. [Rev 1.12]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "CreditClassID": 4574,
- "DoNotAllowInstallmentPlan": false,
- "Name": "My credit class name"
}A list of all the currencies configured in the system. [Rev 1.16]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "CurrencyID": 34573,
- "Name": "Colónes"
}A list of all of the deposit allocation types in the system. [Rev 1.09]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "DepositAllocationTypeID": 42,
- "Description": "My deposit allocation type"
}A list of all of the deposit types in the system. [Rev 1.09]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "DepositTypeID": 4564,
- "Description": "My deposit type description"
}A list of all of the deposit waive types in the system. [Rev 1.09]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "DepositWaiveTypeID": 674,
- "Description": "My deposit waive type description"
}List of distance classification types that can be assigned to usage for rating. [Rev 1.10]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "DistanceTypeID": 357,
- "Name": "My Distance Type Name"
}A list of all of the E911 classes of service in the system. [Rev 1.10]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "E911ClassOfServiceID": 344,
- "IsExcluded": false,
- "Name": "My E911 Class Of Service Name"
}A list of all of the E911 types of service in the system. [Rev 1.10]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "E911TypeOfServiceID": 8568,
- "IsExcluded": false,
- "Name": "My E911 Type Of Service Name"
}A list of all of the extended tax exemptions in the system. [Rev 1.07]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "Tax - Federal Excise Tax",
- "DescriptionExtended": "[Federal, Tax] Tax - Federal Excise Tax",
- "ExtendedTaxExemptionID": 324,
- "TaxExemptionCategory": "Tax",
- "TaxExemptionCategoryID": 47,
- "TaxType": "Federal",
- "TaxTypeID": 357
}A list of all the finance groups configured in the system.
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My finance group description",
- "FinanceGroupID": 457,
- "FinanceMethod": "My finance method description",
- "FinanceMethodID": 2
}A list of all inventory statuses configured in the system. [Rev 1.10]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My inventory status description",
- "InventoryClass": "My Inventory Class Name",
- "InventoryClassID": 3546,
- "InventoryStatusID": 573
}A list of all the journals in the system, including follow-ups and trouble tickets as noted. [Rev 1.04]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AccountNumber": "My Account Number",
- "CloseDate": "2017-09-09T17:35:09.156Z",
- "CreationDate": "2017-09-09T17:35:09.156Z",
- "CreationUser": "Username",
- "CustomerID": 574,
- "CustomerName": "My Customer Name",
- "Description": "My journal description",
- "Internal": false,
- "JournalClass": "Trouble",
- "JournalID": 467,
- "JournalStatus": "My Journal Status",
- "JournalStatusID": 3,
- "JournalType": "My journal type name",
- "JournalTypeID": 245,
- "ReferenceToItemID": 24,
- "ReferenceToItemType": "My Reference To Item Type",
- "WebViewable": false
}A list of all the languages configured in the system. [Rev 1.16]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "EndDate": "2017-09-09T17:35:09.156Z",
- "LanguageID": 467,
- "Name": "Italian",
- "StartDate": "2017-09-09T17:35:09.156Z"
}A list of all the locations in the system. [Rev 1.02]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Abbreviation": "N37",
- "AllowEpayCreditCard": true,
- "AllowSaleOfDiscontinuedItem": false,
- "DefaultServiceAlternateDescription": "My Default Service Alternate Description",
- "DefaultServiceAlternateInvoiceDescription": "My Default Service Alternate Invoice Description",
- "DefaultServiceCatalogID": 568,
- "DefaultServiceDescription": "My Default Service Description",
- "DefaultServiceWebName": "My Default Service WebName",
- "InventoryGroup": "My inventory group description",
- "InventoryGroupID": 478,
- "Location": "My location description",
- "LocationID": 357,
- "PromptForTaxableAddress": false,
- "RequireCustomerForBlindReturns": false,
- "RequireCustomerForReturns": false,
- "RequireReturnReason": false
}A list of all the register policies in the system with their associated locations and store types. [Rev 1.02]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AddCashLevel": 50,
- "AutomaticallyCreateFloatWhenNeeded": true,
- "AutoReconcile": true,
- "ForceDailyReconciliation": false,
- "ForceExactReconciliation": false,
- "InitialFloat": 100,
- "Location": "My location description",
- "LocationID": 4687,
- "LocationStoreType": "My store type description",
- "LocationStoreTypeID": 3557,
- "MaxReconcileOverage": 1,
- "MaxReconcileShortage": 1,
- "OfferNoRefundAfterMaxRefundDays": true,
- "RegisterPolicyID": 684,
- "RequireCVVCode": true,
- "RequireZipCode": false,
- "ShowSystemTotals": false,
- "SkimCashLevel": 1000
}A list of all locations in the system with associated sales request configuration information. [Rev 1.11]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AllowDeliveryFromDifferentLocation": true,
- "AllowDeliveryFromSameLocation": true,
- "AllowPickupFromDifferentLocation": false,
- "AllowPickupFromSameLocation": true,
- "CanFulfillDeliveryRequests": false,
- "CanFulfillPickupRequests": false,
- "Location": "My location description",
- "LocationID": 357,
- "LocationType": "My location type description",
- "LocationTypeID": 467
}A list of all the mailboxes configured in the system [Rev 1.14]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "EmailAlias": "My alternate email name",
- "EmailLocalAddress": "auser",
- "MailboxConfigurationID": 3457,
- "Object": "My Object Name"
}A list of all the markets in the system. [Rev 1.06]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AssignmentTemplate": "My Assignment Template",
- "AssignmentTemplateID": 457,
- "CalledNumberMask": "My Called Number Mask",
- "EndDate": "2017-09-09T17:35:09.156Z",
- "MarketCode": "MARK123",
- "MarketID": 537,
- "Name": "My Market Name",
- "Note": "My Market Note",
- "PhoneNumber": "533-351-1231",
- "StartDate": "2017-09-09T17:35:09.156Z",
- "InvoiceFooterSupplementalText": "Footer Supplemental Text 1",
- "InvoiceRemittanceSupplementalText": "Remittance Supplemental Text 1"
}A list of all the MSAG Communities in the system. [Rev 1.07]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "CountyID": "My County ID",
- "MSAGProvider": "My Provider",
- "MSAGProviderID": 1,
- "Name": "My MSAG Community Name"
}A list of all of the distinct MSAG Counties in the system. [Rev 1.18]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "CountyID": "My County ID"
}A list of all the MSAG providers in the system. [Rev 1.07]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "E911Provider": "My E911 Provider",
- "E911ProviderID": 462,
- "MSAGProviderID": 346,
- "Name": "My MSAG Provider Name"
}A list of all resolution error codes needed to complete the dispute resolution process. These codes reference specific NLAD failures relating to third party identity verification, address and subscriber's age. [Rev 1.06]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My resolution error code description",
- "ErrorCode": "My resolution error code.",
- "IsFullNameDobTCode": true,
- "IsFullNameLast4ssnTCode": true,
- "NLADDisputeResolutionErrorCodeID": 684
}A list of codes representing the program through which a subscriber is eligible for Lifeline Program benefits. [Rev 1.06]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My program code description",
- "EndDate": "2017-09-09T17:35:09.156Z",
- "NLADLifelineEligibilityProgramCodeID": 687956,
- "ProgramCode": "My Program Code"
}A list of names representing the service types available to Lifeline subscribers. [Rev 1.11.02]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My NLAD service type description",
- "Name": "My NLAD service type well known name",
- "NLADServiceTypeID": 457
}A list of objects in the system that are linked to workflow instances. [Rev. 1.12]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "ObjectID": 58,
- "ObjectType": "My Object Type Name",
- "ObjectTypeID": 35734,
- "ObjectWorkflowInstanceLinkID": 4574,
- "WorkflowRequestGUID": "4b4733ba-e8d6-47c1-b82b-8ba578fbc9ae"
}A list of all the reasons for putting an order on hold configured in the system.
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My order hold reason description",
- "OrderHoldReasonID": 468
}A list of all the order types configured in the system.
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AttributePropertyDisplay": "My AttributePropertyDisplay Name",
- "AttributePropertyID": 346,
- "Description": "My order type description",
- "EndDate": "2017-09-09T17:35:09.156Z",
- "KeyName": "My KeyName",
- "OrderClass": "My OrderClass description",
- "OrderClassID": 579,
- "OrderTypeID": 8568,
- "StartDate": "2017-09-09T17:35:09.156Z"
}List of the PaymentAccountTransactionDescriptions configured in the system. [Rev 1.09]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My PaymentAccount Transaction Description",
- "PaymentAccountTransactionDescriptionID": 3534
}List of the PaymentAccountTransactionStatuses in the system. [Rev 1.09]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "PaymentAccountTransactionStatusID": 3563,
- "Status": "My Payment Account Transaction Status description"
}A list of all of the payment types configured in the system. [Rev 1.07]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My payment type description",
- "EndDate": "2017-09-09T17:35:09.156Z",
- "KeyName": "My Key Name",
- "PaymentTypeID": 346,
- "StartDate": "2017-09-09T17:35:09.156Z"
}A single record containing the PCI settings for the system. [Rev 1.07]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AllowBatchACHTransactions": true,
- "ConversionDate": "2017-09-09T17:35:09.156Z",
- "IsEnhancedPCIMode": false,
- "OnlineBillPCIVersion": "My Online Bill PCI Version"
}A list of all the per-line tax classes in the system. [Rev 1.10]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My per-line tax class description",
- "IsMultiChannel": false,
- "PerLineTaxClassID": 13531
}A list of all the point to point regions configured in the system. [Rev 1.07]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My point to point description",
- "PointToPointRegionID": 5877
}A list of all the provisioning companies configured in the system. [Rev 1.16]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Name": "My Company Name",
- "ProvisioningCompanyID": 367
}A list of all the provisioning statuses in the system. [Rev 1.03]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "BillingStatus": "My Billing Status description",
- "BillingStatusID": 0,
- "Description": "My provisioning status description",
- "KeyName": "My Key Name",
- "ProvisioningStatusID": 457
}A list of all the rate centers configured in the system. [Rev 1.07]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Abbreviation": "My rate center abbreviation",
- "Description": "My rate center description",
- "RateCenterID": 64864,
- "State": "South Dakota"
}List of algorithms that can be used by rating plans. [Rev 1.10]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Name": "My Rating Method Name",
- "RatingMethodID": 57
}A list of all regions in the system. [Rev 1.07]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My region description",
- "RegionID": 574
}A list of all the registers in the system. [Rev 1.02]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My register description",
- "Location": "My location description",
- "LocationID": 768,
- "RegisterID": 5678,
- "RegisterNumber": 56
}A list of all the register tender type policies in the system, along with associated register policy and allowed credit card types. [Rev 1.02]
The unique identifier of a RegisterTenderTypePolicyInformation record is a combination of the CreditCardTypeID, RegisterCreditCardPolicyID, RegisterPolicyID, RegisterTenderTypePolicyID and TenderTypeID. When the tender type is credit card, there will be a separate for record for each accepted credit card type (CreditCardTypeID).
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AllowBillPayment": true,
- "AllowReturn": false,
- "AllowSale": false,
- "BaseTenderType": "My Base Tender Type description",
- "BaseTenderTypeID": 56854,
- "CreditAdjustmentType": "My Credit Adjustment Type description",
- "CreditAdjustmentTypeID": 568,
- "CreditCardType": "My Credit Card Type description",
- "CreditCardTypeID": 1,
- "DebitAdjustmentType": "My Debit Adjustment Type description",
- "DebitAdjustmentTypeID": 10,
- "PaymentType": "My Payment Type description",
- "PaymentTypeID": 3574,
- "PromptForBTAReferenceNumber": false,
- "RegisterCreditCardPolicyID": 468,
- "RegisterPolicyID": 487,
- "RegisterTenderTypePolicyID": 679,
- "TenderType": "My Tender Type description",
- "TenderTypeID": 457,
- "UniqueKey": "My Unique Key"
}A list of all the Report Groups configured in the system. [Rev 1.03]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My report group description''",
- "Name": "My Report Group Name",
- "ReportGroupID": 467
}A list of all the inventory statuses configured in the system for retail items. [Rev 1.06]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My Retail Inventory Status description",
- "IsForSale": true,
- "RetailInventoryStatusID": 364
}A list of all the sales entities (organizations, people and channel partners) in the system. [Rev 1.03]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AgentID": "ABC123",
- "CompanyName": "My Company Name",
- "ContactID": 568,
- "FirstName": "William",
- "LastName": "Riker",
- "ParentSalesCodeID": 457,
- "PercentCommission": 0.15,
- "SalesChannelEndDate": "2021-01-15T17:35:09.156Z",
- "SalesChannelStartDate": "2021-01-14T17:35:09.156Z",
- "SalesCode": "NPX",
- "SalesCodeID": 457,
- "SalesCodeType": "My Sales Code Type description",
- "SalesCodeTypeID": 2,
- "TaxNumber": "My Tax Number",
- "UserID": "Username"
}A list of all the sales entities (organizations, people and channel partners) associated with users in the system. [Rev 1.25]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AgentID": "ABC123",
- "CompanyName": "My Company Name",
- "ContactID": 568,
- "FirstName": "George",
- "LastName": "Washington",
- "SalesChannelEndDate": "2021-01-15T17:35:09.156Z",
- "SalesChannelStartDate": "2021-01-14T17:35:09.156Z",
- "SalesCode": "NPX",
- "SalesCodeID": 457,
- "SalesCodeType": "My Sales Code Type description",
- "SalesCodeTypeID": 2,
- "UserID": 777,
- "UserName": "user_name"
}A list of all configured service address designators. [Rev 1.04]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My long value",
- "Designator": "My abbreviated value",
- "DesignatorID": 1356,
- "DesignatorTypeID": 3
}A list of all available service address statuses. [Rev 1.04]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My service address status.",
- "ServiceAddressStatusID": 2
}A list of all configured service address thoroughfares. [Rev 1.04]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My long value",
- "ServiceAddressThoroughfareID": 363,
- "Thoroughfare": "My abbreviated value"
}A list of all the service number owners configured in the system. [Rev 1.04]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AccessCarrierNameAbbreviation": "CREE",
- "BlockOwner": true,
- "Description": "My service number owner/carrier name",
- "PortedFrom": true,
- "PortedTo": false,
- "ServiceNumberOwnerID": 242,
- "SupportsAutomatedPorts": false
}A list of all the Source Codes configured in the system. [Rev 1.03]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My source code description",
- "EndDate": "2017-09-09T17:35:09.156Z",
- "SourceCode": "My Source Code Value",
- "SourceCodeID": 5685,
- "StartDate": "2017-09-09T17:35:09.156Z"
}A list of all configured street direction affixes. [Rev 1.04]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "My street direction affix",
- "StreetDirectionAffixID": 7695
}List of all the tax countries in the system. [Rev 1.13]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Name": "Germany",
- "TaxCountryID": 457
}A list of all the Tax Jurisdictions configured in the system. [Rev 1.04]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "City": "Orlando",
- "County": "Monroe",
- "EndDate": "2017-09-09T17:35:09.156Z",
- "IsAuxiliary": false,
- "MatchingAuxiliaryJurisdictionCount": 3,
- "Notes": "My tax jurisdiction notes",
- "StartDate": "2017-09-09T17:35:09.156Z",
- "State": "GA",
- "TaxJurisdictionID": 547
}List of all the tax states in the system. [Rev 1.13]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Name": "South Carolina",
- "State": "NC",
- "TaxCountry": "Italy",
- "TaxCountryID": 346,
- "TaxStateID": 356
}A list of all the trouble tickets in the system. [Rev 1.04]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AccountNumber": "My Account Number",
- "AssignedUser": "Username",
- "Category": "My Category",
- "CategoryID": 467,
- "ChildTroubleTicketCount": 3,
- "Class": "Customer",
- "CloseDate": "2017-09-09T17:35:09.156Z",
- "CloseUser": "Username",
- "ContactCity": "Buffalo",
- "ContactEmail1": "auser@mail.com",
- "ContactEmail1Type": "auser@mail.com",
- "ContactEmail1TypeID": 2,
- "ContactFirstName": "Jean-luc",
- "ContactID": 683,
- "ContactLastName": "Picard",
- "ContactPhone1": "123-456-7890",
- "ContactPhone1Type": "My Contact Phone1 Type Name",
- "ContactPhone1TypeID": 457,
- "ContactState": "Maine",
- "ContactStreet1": "235 whitney road, Syracuse, New York",
- "ContactStreet2": "445 Mount Eden Road, Mount Eden, Auckland",
- "ContactStreet3": "3634 Main Street, New York City, NY, 35252",
- "ContactType": "My Contact Type Name",
- "ContactTypeID": 246,
- "ContactZip": 75778,
- "CreationDate": "2017-09-09T17:35:09.156Z",
- "CreationUser": "Username",
- "CustomerID": 468,
- "CustomerName": "Heather",
- "Description": "My trouble ticket description",
- "Internal": true,
- "JournalStatus": "My trouble ticket state",
- "JournalStatusID": 2,
- "JournalType": "My type of trouble ticket name",
- "JournalTypeID": 57,
- "ParentTroubleTicketID": 457,
- "ReferenceNumber": 5434454,
- "ReferenceToItemID": 673,
- "ReferenceToItemType": "My Trouble Ticket Item Type",
- "Resolution": "My resolution type description",
- "TroubleTicketID": 679,
- "WebViewable": false
}A list of all of the global Usage Notification Configurations in the system . [Rev 1.11]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "DisableOptOutOption": true,
- "DisplayUsageNotificationFormInPos": false,
- "UsageNotificationGlobalConfigID": 36,
- "UsageNotificationSendToOption": "My default send to option",
- "UsageNotificationSendToOptionID": 346,
- "WaitPeriod": 3
}A list of all the usage notification send to options configured in the system. [Rev 1.11]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Description": "Send to option description",
- "UsageNotificationSendToOptionID": 537
}A list of all Usage Types defined in the system. [Rev 1.10]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "InvoiceCategory": "My Invoice Category Name",
- "InvoiceCategoryID": 573,
- "IsInternationalToInternational": false,
- "IsViewable": true,
- "Name": "My Usage Type Name",
- "TaxClass": "My tax class name",
- "TaxClassID": 36,
- "UnitSubType": "My Unit Sub Type Name",
- "UnitSubTypeID": 463,
- "UnitType": "My Unit Type Name",
- "UnitTypeID": 5367,
- "UsageTypeID": 537,
- "UsageTypeServiceType": "My Usage Type Service Type Name",
- "UsageTypeServiceTypeID": 537
}A list of all of the data profile element values per user in the system. [Rev 1.09]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "Path": "My full path",
- "UserName": "Username",
- "Value": "My data profile item value",
- "ValueType": "My value type description",
- "ValueTypeID": 2
}A list of all the UserGroups configured in the system. [Rev 1.07]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "EmailAddress": "auser@mail.com",
- "Name": "My UserGroup Name",
- "UserGroupID": 4678
}List of the users that belong to a user group. [Rev 1.08]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "UserGroup": "My User Group Name",
- "UserGroupID": 34634,
- "UserID": "Username"
}A list of the wire centers configured in the system. [Rev 1.07]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "City": "Miami",
- "CLLI": "My CLLI Code",
- "Country": "New Zealand",
- "IsEquipmentRelated": false,
- "KeyName": "My Key Name",
- "Name": "My Wire Center Name",
- "State": "Ohio",
- "Street1": "445 Mount Eden Road, Mount Eden, Auckland",
- "Street2": "445 Mount Eden Road, Mount Eden, Auckland",
- "WireCenterID": 357,
- "WireCenterType": "My wire center type description",
- "WireCenterTypeID": 457,
- "ZipCode": 15678
}A list of all the zones configured in the system. [Rev 1.03]
| $filter | string Example: $filter=Name eq 'Value'
|
| $inlineCount | string Enum: "allpages" "none" Example: $inlineCount=allpages
|
| $orderby | string Example: $orderby=Name
|
| $select | string Example: $select=Name
|
| $skip | number Example: $skip=10
|
| $skiptoken | number Example: $skiptoken=2
|
| $top | number Example: $top=1
|
{- "AssignmentTemplateID": 456784,
- "Description": "My zone description",
- "StateID": 49,
- "ZoneID": 457
}