Get Appointment Rule Sets

get

/locations/{locationGid}/resourceTypes/{resourceTypeGid}/resources/{locationResourceGid}/apptRuleSets

Request

Path Parameters
Query Parameters
  • Comma-delimited string of child resource names that you want to expand so that the contents return with the parent in the same GET request.
  • Comma-delimited string of field names that you wanted returned in a GET request.
  • Positive integer value that specifies the maximum number of items returned by the server.
  • Non-negative integer values that specifies the index of the first item to be returned. The offset index begins at 0. By default, the offset is 0, which returns all items starting from the first item in the collection.
  • Comma-separated string of field names, each optionally followed by asc or desc, that specifies the order of items returned in the response payload.
  • Filter (a 'where'clause) to restrict the items returned in the collection. By default, no filtering is applied.
  • Boolean value that specifies whether to calculate the totalResults property. By default, this value is set to false indicating that totalResults is not calculated.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

Default Response.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : locations.resourceTypes.resources.apptRuleSets
Type: object
Show Source
Nested Schema : flexFields
Type: object
Show Source
Nested Schema : refnums
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : locations.resourceTypes.resources.apptRuleSets.flexFields
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : locations.resourceTypes.resources.apptRuleSets.refnums
Type: object
Show Source
  • The appointment reference number qualifier. The qualifier related to shipment is used.
  • The appointment reference number value.
  • Database domain where this data is stored.
  • If the reference number details on the shipment contain all the reference number details defined on the appointment rule set, when the Compatible check box is selected for each appointment rule set, then the shipment is compatible.
    If you do not specify any shipment reference numbers on your appointment rule set, the shipment is considered as compatible.
    For example, the following table contains reference number details on the shipment and appointment rule sets along with the status of compatible check box of individual rule sets.
    Shipment Reference Number Qualifier and Value
    Appointment Rule Set Reference Number Qualifier and Value
    Q1 V1 Q1 V1, selected
    Q2 V2 Q2 V2, selected
    Q3 V3
    Q4 V4
    In this example, the shipment is compatible as the reference numbers on the shipment contain reference numbers (Q1 V1), (Q2 V2) that are defined in the appointment rule set with the compatible check box as selected.
    To define shipment reference numbers constraints, enter or select the following fields, which are optional:
    Reference Number Qualifier ID.
    Reference Number.
  • links
Back to Top